Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,531
总 Skills
93.7M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
10551 design-system-starter davila7/claude-code-templates
Design System Starter Build robust, scalable design systems that ensure visual consistency and exceptional user experiences. Quick Start Just describe what you need: Create a design system for my React app with dark mode support That's it. The skill provides tokens, components, and accessibility guidelines. Triggers Trigger Example Create design system "Create a design system for my app" Design tokens "Set up design tokens for colors and spacing" Component architecture "Design component structur...
401
10552 inkos narcooo/inkos
InkOS - Autonomous Novel Writing Agent InkOS is a CLI tool for autonomous fiction writing powered by LLM agents. It orchestrates a multi-agent pipeline (Radar → Planner → Composer → Architect → Writer → Observer → Reflector → Normalizer → Auditor → Reviser) to generate, audit, and revise novel content with zero human intervention per chapter. The pipeline operates in three phases: Phase 1 (Creative Writing, temp 0.7) : Planner generates chapter intent with hook agenda, Composer selects relevant ...
401
10553 qq-email shadowcz007/skills
何时使用 用户要使用 QQ 邮箱 发邮件 、 收邮件 、 查邮件 、 代发邮件 或 配置 QQ 邮箱 时使用本 skill。 QQ 邮箱收发 面向 QQ 邮箱:通过 IMAP 收取邮件、SMTP 发送邮件。账号与授权码 仅从环境变量读取 ,不在代码或配置中硬编码。 凭证(环境变量) 变量 说明 QQ_EMAIL_ACCOUNT QQ 邮箱账号(完整地址,如 xxx@qq.com ) QQ_EMAIL_AUTH_CODE QQ 邮箱授权码(在 QQ 邮箱「设置 → 账户」中开启 IMAP/SMTP 后生成, 非 QQ 登录密码 ;勿提交到仓库) 脚本会校验,缺失时报错并退出;请勿在终端用 echo 等方式检查,以免泄露授权码。 QQ 邮箱服务器 IMAP : imap.qq.com ,端口 993(SSL) SMTP : smtp.qq.com ,端口 465(SSL) 脚本 脚本 作用 scripts/send.js 从环境变量读凭证,用 nodemailer 连接 QQ 邮箱 SMTP 发信;支持收件人、主题、正文(CLI 参数)。 scripts/receive.js 从环境变量读...
401
10554 cloudflare-worker-base jezweb/claude-skills
Cloudflare Worker Base Stack Production-tested: cloudflare-worker-base-test (https://cloudflare-worker-base-test.webfonts.workers.dev) Last Updated: 2026-01-20 Status: Production Ready ✅ Latest Versions: hono@4.11.3, @cloudflare/vite-plugin@1.17.1, vite@7.3.1, wrangler@4.54.0 Skill Version: 3.1.0 Recent Updates (2025-2026): Wrangler 4.55+: Auto-config for frameworks (wrangler deploy --x-autoconfig) Wrangler 4.45+: Auto-provisioning for R2, D1, KV bindings (enabled by default) Workers RPC: Jav...
400
10555 insforge-backend-advisor insforge/agent-skills
InsForge Backend Advisor Proactive backend health auditing for InsForge projects. This skill drives the diagnose advisor scan — security misconfigurations, performance regressions, and system health issues — then pairs each issue category with hands-on commands to verify and reproduce findings before changing anything. Always use npx @insforge/cli — never install the CLI globally. When to Use This Skill vs insforge-debug You should be here when... You should be in insforge-debug when... Doing a ...
400
10556 coding-standards sickn33/antigravity-awesome-skills
Coding Standards & Best Practices Universal coding standards applicable across all projects. When to Activate Starting a new project or module Reviewing code for quality and maintainability Refactoring existing code to follow conventions Enforcing naming, formatting, or structural consistency Setting up linting, formatting, or type-checking rules Onboarding new contributors to coding conventions Code Quality Principles 1. Readability First Code is read more than written Clear variable and functi...
400
10557 accessibility auditor davila7/claude-code-templates
Accessibility Auditor Comprehensive guidance for creating accessible web experiences that comply with WCAG standards and serve users of all abilities effectively. When to Use This Skill Use this skill when: Auditing websites for accessibility compliance Implementing WCAG 2.1 Level AA or AAA standards Fixing accessibility violations and errors Testing with screen readers (NVDA, JAWS, VoiceOver) Ensuring keyboard navigation works correctly Implementing ARIA attributes and landmarks Preparing for A...
400
10558 figma hoodini/ai-agents-skills
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
400
10559 sentry-pr-code-review getsentry/sentry-agent-skills
All Skills > Workflow > PR Code Review Sentry Code Review Review and fix issues identified by Seer (by Sentry) in GitHub PR comments. Invoke This Skill When User asks to "review Sentry comments" or "fix Sentry issues" on a PR User shares a PR URL/number and mentions Sentry or Seer feedback User asks to "address Sentry review" or "resolve Sentry findings" User wants to find PRs with unresolved Sentry comments Prerequisites gh CLI installed and authenticated Repository has the Seer by Sentry GitHu...
400
10560 symfony:controller-cleanup makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:controller-cleanup<div
400
10561 ios-developer sickn33/antigravity-awesome-skills
Use this skill when Working on ios developer tasks or workflows Needing guidance, best practices, or checklists for ios developer Do not use this skill when The task is unrelated to ios developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are an i...
400
10562 tailwind pproenca/dot-skills
No SKILL.md available for this skill. View on GitHub
400
10563 finding-duplicate-functions obra/superpowers-lab
LLM-generated codebases accumulate semantic duplicates: functions that serve the same purpose but were implemented independently. Classical copy-paste detectors (jscpd) find syntactic duplicates but miss "same intent, different implementation." This skill uses a two-phase approach: classical extraction followed by LLM-powered intent clustering. When to Use - Codebase has grown organically with multiple contributors (human or LLM) - You suspect utility functions have been reimplemented multi...
400
10564 incremental-static-rendering patternsdev/skills
Incremental Static Generation Static Generation (SSG) addresses most of the concerns of SSR and CSR but is suitable for rendering mostly static content. It poses limitations when the content to be rendered is dynamic or changing frequently. Think of a growing blog with multiple posts. You wouldn't possibly want to rebuild and redeploy the site just because you want to correct a typo in one of the posts. Similarly, one new blog post should also not require a rebuild for all the existing pages. Th...
400
10565 graphic-designer thepexcel/agent-skills
Create effective visual communication through research-backed design principles. Design = Communication + Aesthetics — Good design is invisible: it guides the eye, conveys the message, and feels "right" without effort. Quick Workflow ``` 1. PURPOSE — What should viewer DO after seeing this? 2. AUDIENCE — Who? What culture? What device? 3. HIERARCHY — What's 1, 2, 3 in importance? 4. LAYOUT — Sketch placement (Z or F pattern) 5. COLORS — 60-30-10 rule (check cultural meaning!) 6. TYP...
399
10566 fabric supercent-io/skills-template
Fabric Fabric is an open-source AI prompt orchestration framework by Daniel Miessler. It provides a library of reusable AI prompts called Patterns — each designed for a specific real-world task — wired into a simple Unix pipeline with stdin/stdout. When to use this skill Summarize or extract insights from YouTube videos, articles, or documents Apply any of 250+ pre-built AI patterns to content via Unix piping Route different patterns to different AI providers (OpenAI, Claude, Gemini, etc.) Creat...
399
10567 pipedrive membranedev/application-skills
Pipedrive Pipedrive is a CRM and sales management tool. It helps sales teams organize leads, track deals, and automate sales processes. It's used by small to medium-sized businesses to improve sales performance and manage customer relationships. Official docs: https://developers.pipedrive.com/docs/api/v1 Pipedrive Overview Deals Deal Fields Persons Person Fields Organizations Organization Fields Products Stages Pipelines Users Activity Types Activities Files Notes Email Messages Quotes Use actio...
399
10568 dotnet mindrally/skills
.NET Development Guidelines You are an expert in .NET backend development with deep knowledge of C, ASP.NET Core, Entity Framework Core, and modern .NET practices. Code Style and Structure Write concise, idiomatic C code with accurate examples Follow .NET conventions and best practices Use object-oriented programming with proper encapsulation Prefer LINQ for collection operations Structure code according to Clean Architecture principles Project Structure src/ Domain/ Entities, val...
399
10569 braintrust-analyze parcadei/continuous-claude-v3
Braintrust Analysis Analyze your Claude Code sessions for patterns, issues, and insights using Braintrust tracing data. When to Use After completing a complex task (retrospective) When debugging why something failed Weekly review of productivity patterns Finding opportunities to create new skills Understanding token usage trends Commands Run from the project directory: Analyze last session - summary with tool/agent/skill breakdown uv run python -m runtime.harness scripts/braintrust_analyze....
399
10570 json-render-react vercel-labs/json-render
@json-render/react React renderer that converts JSON specs into React component trees. Quick Start import { defineRegistry , Renderer } from "@json-render/react" ; import { catalog } from "./catalog" ; const { registry } = defineRegistry ( catalog , { components : { Card : ( { props , children } ) => < div > { props . title } { children } < / div > , } , } ) ; function App ( { spec } ) { return < Renderer spec = { spec } registry = { registry } / > ; } Creating a Catalog import { defineCatalog }...
398
10571 web-browser mitsuhiko/agent-stuff
Web Browser Skill Minimal CDP tools for collaborative site exploration. Start Chrome ./scripts/start.js Fresh profile ./scripts/start.js --profile Copy your profile (cookies, logins) Start Chrome on :9222 with remote debugging. Navigate ./scripts/nav.js https://example.com ./scripts/nav.js https://example.com --new Navigate current tab or open new tab. Evaluate JavaScript ./scripts/eval.js 'document.title' ./scripts/eval.js 'document.querySelectorAll("a").length' ./scri...
398
10572 codspeed-setup-harness codspeedhq/codspeed
Setup Harness You are a performance engineer helping set up benchmarks and CodSpeed integration for a project. Your goal is to create useful, representative benchmarks and wire them up so CodSpeed can measure and track performance. Step 1: Analyze the project Before writing any benchmark code, understand what you're working with: Detect the language and build system : Look at the project structure, package files ( Cargo.toml , package.json , pyproject.toml , go.mod , CMakeLists.txt ), and source...
398
10573 java-jpa-hibernate pluginagentmarketplace/custom-plugin-java
Java JPA Hibernate Skill Master data persistence with JPA and Hibernate for production applications. Overview This skill covers JPA entity design, Hibernate optimization, Spring Data repositories, query strategies, and caching. Focuses on preventing N+1 queries and building high-performance persistence layers. When to Use This Skill Use when you need to: Design JPA entities with relationships Optimize database queries Configure Hibernate for performance Implement caching strategies Debug p...
398
10574 credential-scanner useai-pro/openclaw-skills-security
Credential Scanner You are a credential scanner for OpenClaw projects. Before the user runs any skill that has fileRead access, scan the workspace for exposed secrets that could be read and potentially exfiltrated. What to Scan High-Priority Files Default scope: current workspace only. Scan project-level files first: .env , .env.local , .env.production , .env.* docker-compose.yml (environment sections) config.json , settings.json , secrets.json *.pem , *.key , *.p12 , *.pfx Home directory files ...
398
10575 pytorch-fsdp davila7/claude-code-templates
Pytorch-Fsdp Skill Comprehensive assistance with pytorch-fsdp development, generated from official documentation. When to Use This Skill This skill should be triggered when: Working with pytorch-fsdp Asking about pytorch-fsdp features or APIs Implementing pytorch-fsdp solutions Debugging pytorch-fsdp code Learning pytorch-fsdp best practices Quick Reference Common Patterns Pattern 1: Generic Join Context Manager Created On: Jun 06, 2025 | Last Updated On: Jun 06, 2025 The generic join conte...
398
10576 dependency-auditor useai-pro/openclaw-skills-security
Dependency Auditor Skill Type: POWERFUL Category: Engineering Domain: Dependency Management & Security Overview The Dependency Auditor is a comprehensive toolkit for analyzing, auditing, and managing dependencies across multi-language software projects. This skill provides deep visibility into your project's dependency ecosystem, enabling teams to identify vulnerabilities, ensure license compliance, optimize dependency trees, and plan safe upgrades. In modern software development, dependencies f...
398
10577 workflow-automation davila7/claude-code-templates
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
398
10578 build parcadei/continuous-claude-v3
build — implement spec Single-thread native plan→execute. You are main Claude. No swarm. LOAD Read SPEC.md . If missing → tell user to invoke the spec skill first. Stop. Read FORMAT.md once if not loaded. Parse invocation args: §T.n → that task only --next → lowest-numbered row with status . or ~ --all or empty → every . row in §T order PLAN Native plan mode. For chosen task(s): Cite every §V invariant that applies. Plan must respect all. Cite every §I interface touched. Plan must preserve shape...
398
10579 user-journeys alinaqi/claude-bootstrap
User Journeys Skill Load with: base.md + playwright-testing.md For defining and testing real user experiences - not just specs, but actual flows humans take through your application. Philosophy Specs test features. Journeys test experiences. A feature can pass all specs but still deliver a terrible experience. User journeys capture: How users actually navigate (not how we think they should) Emotional states at each step (frustrated, confused, delighted) Recovery from mistakes (users will m...
398
10580 monorepo-architect sickn33/antigravity-awesome-skills
Monorepo Architect Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams. Do not use this skill when The task is unrelated to monorepo architect You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best pract...
398
10581 git:load-issues neolabhq/context-engineering-kit
Load all open issues from the current GitHub repository and save them as markdown files in the ./specs/issues/ directory. Follow these steps: Use the gh CLI to list all open issues in the current repository: Run gh issue list --limit 100 to get all open issues For each open issue, fetch detailed information: Run gh issue view <number> --json number,title,body,state,createdAt,updatedAt,author,labels,assignees,url Extract all relevant metadata Create the issues directory: Run mkdir -p ./specs/issu...
397
10582 pptx rysweet/amplihack
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
397
10583 hairy hairyf/skills
This skill covers Hairyf's preferred tooling, configurations, and best practices for web development. This skill is opinionated. Quick Summary | Package Manager | pnpm | Language | TypeScript (strict mode) | Module System | ESM (`"type": "module"`) | Linting & Formatting | @antfu/eslint-config (no Prettier) | Testing | Vitest | Git Hooks | simple-git-hooks + lint-staged | Documentation | VitePress (in `docs/`) Core Stack Package Manager (pnpm) Use pnpm as the package ...
397
10584 codspeed-optimize codspeedhq/codspeed
Optimize You are an autonomous performance engineer. Your job is to iteratively optimize code using CodSpeed benchmarks and flamegraph analysis. You work in a loop: measure, analyze, change, re-measure, compare — and you keep going until there's nothing left to gain or the user tells you to stop. All measurements must go through CodSpeed. Always use the CodSpeed CLI ( codspeed run , codspeed exec ) to run benchmarks — never run benchmarks directly (e.g., cargo bench , pytest-benchmark , go test ...
397
10585 technical-debt-assessment aj-geddes/useful-ai-prompts
Technical Debt Assessment Overview Systematically identify, measure, and manage technical debt to make informed decisions about code quality investments. When to Use Legacy code evaluation Refactoring prioritization Sprint planning Code quality initiatives Acquisition due diligence Architectural decisions Implementation Examples 1. Technical Debt Calculator interface DebtItem { id: string; title: string; description: string; category: 'code' | 'architecture' | 'test' | 'documentation' ...
397
10586 mobile-offline-support aj-geddes/useful-ai-prompts
Mobile Offline Support Overview Design offline-first mobile applications that provide seamless user experience regardless of connectivity. When to Use Building apps that work without internet connection Implementing seamless sync when connectivity returns Handling data conflicts between device and server Reducing server load with intelligent caching Improving app responsiveness with local storage Instructions 1. React Native Offline Storage import AsyncStorage from '@react-native-async-storage...
397
10587 fix parcadei/continuous-claude-v3
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
397
10588 alicloud-ai-audio-tts-voice-clone cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Voice Clone Use voice cloning models to replicate timbre from enrollment audio samples. Critical model names Use one of these exact model strings: qwen3-tts-vc-2026-01-22 qwen3-tts-vc-realtime-2026-01-15 Prerequisites Install SDK in a virtual environment: python3 -m venv .venv . .venv/bin/activate python -m pip install dashscope Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials . Normalized interface (tts.v...
396
10589 monday membranedev/application-skills
Monday Monday.com is a work operating system where teams can plan, track, and manage their work. It's used by project managers, marketing teams, and sales teams to improve collaboration and execution. Official docs: https://developers.monday.com/ Monday Overview Board Item Column User When to use which actions: Use action names and parameters as needed. Working with Monday This skill uses the Membrane CLI to interact with Monday. Membrane handles authentication and credentials refresh automatica...
396
10590 link-checker webflow/webflow-skills
Audit and fix broken or insecure links across your Webflow site to improve SEO and user experience. Important Note ALWAYS use Webflow MCP tools for all operations: - Use Webflow MCP's `webflow_guide_tool` to get best practices before starting - Use Webflow MCP's `data_sites_tool` with action `list_sites` to identify available sites - Use Webflow MCP's `data_sites_tool` with action `get_site` to retrieve site details - Use Webflow MCP's `data_pages_tool` with action `list_pages` to get all...
396
10591 list-china-today-macro-news fatfingererr/macro-skills
🔗 Based on [news-aggregator-skill](https://github.com/fatfingererr/macro-skills/blob/main/skills/list-china-today-macro-news/../../../vendor/news-aggregator-skill) | 專注於中國宏觀經濟新聞的垂直擴展 從多個中文財經新聞源抓取並篩選中國宏觀經濟相關新聞,提供 AI 深度解讀。 Tools fetch_china_macro_news.py Usage: ``` 基本用法:抓取華爾街日報的中國宏觀新聞 python scripts/fetch_china_macro_news.py --source wallstreetcn --limit 15 多源掃描:華爾街日報 + 36氪 python scripts/fetch_china_macro_news.py --source wallstreetcn,36kr --limit 10 深度抓取(下載文章內容) python scripts/fetch_...
396
10592 complete-skill parcadei/continuous-claude-v3
complete-skill When to Use Test the entire persistence pipeline Instructions Do this Then that
396
10593 ce:compound everyinc/compound-engineering-plugin
/compound Coordinate multiple subagents working in parallel to document a recently solved problem. Purpose Captures problem solutions while context is fresh, creating structured documentation in docs/solutions/ with YAML frontmatter for searchability and future reference. Uses parallel subagents for maximum efficiency. Why "compound"? Each documented solution compounds your team's knowledge. The first time you solve a problem takes research. Document it, and the next occurrence takes minutes. Kn...
395
10594 json-canvas davila7/claude-code-templates
JSON Canvas Skill This skill enables skills-compatible agents to create and edit valid JSON Canvas files (.canvas) used in Obsidian and other applications. Overview JSON Canvas is an open file format for infinite canvas data. Canvas files use the .canvas extension and contain valid JSON following the JSON Canvas Spec 1.0. File Structure A canvas file contains two top-level arrays: { "nodes": [], "edges": [] } nodes (optional): Array of node objects edges (optional): Array of edge obje...
395
10595 notion-research-documentation davila7/claude-code-templates
Research & Documentation Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources). Quick start Find sources with Notion:notion-search using targeted queries; confirm scope with the user. Fetch pages via Notion:notion-fetch ; note key sections and capture citations ( reference/citations.md ). Choose output format (brief, summary, comparison, comprehensive report) using reference/format-selection-guide.md . Draft in Notion with Noti...
395
10596 startup-business-analyst-financial-projections sickn33/antigravity-awesome-skills
Financial Projections Create a comprehensive 3-5 year financial model with revenue projections, cost structure, headcount planning, cash flow analysis, and three-scenario modeling (conservative, base, optimistic) for startup financial planning and fundraising. Use this skill when Working on financial projections tasks or workflows Needing guidance, best practices, or checklists for financial projections Do not use this skill when The task is unrelated to financial projections You need a differen...
395
10597 pentest-commands sickn33/antigravity-awesome-skills
Pentest Commands Purpose Provide a comprehensive command reference for penetration testing tools including network scanning, exploitation, password cracking, and web application testing. Enable quick command lookup during security assessments. Inputs/Prerequisites Kali Linux or penetration testing distribution Target IP addresses with authorization Wordlists for brute forcing Network access to target systems Basic understanding of tool syntax Outputs/Deliverables Network enumeration results Iden...
395
10598 setup everyinc/compound-engineering-plugin
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
394
10599 seo davila7/claude-code-templates
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
394
10600 minimax vm0-ai/vm0-skills
MiniMax API Use the MiniMax API via direct curl calls for AI chat completion, text-to-speech, and video generation. Official docs: https://platform.minimax.io/docs When to Use Use this skill when you need to: Chat completion with Chinese-optimized LLM (MiniMax-M1/M2) Text-to-speech with natural voices and emotion control Video generation from text prompts (T2V) Image-to-video conversion (I2V) Prerequisites Sign up at MiniMax Platform Go to Account Management > API Keys to create an API key ...
394