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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,455
总 Skills
35.8M
总安装量
2,442
贡献者
# Skill 仓库 描述 安装量
12451 gitnexus-guide abhigyanpatwari/gitnexus
GitNexus Guide Quick reference for all GitNexus MCP tools, resources, and the knowledge graph schema. Always Start Here For any task involving code understanding, debugging, impact analysis, or refactoring: Read gitnexus://repo/{name}/context — codebase overview + check index freshness Match your task to a skill below and read that skill file Follow the skill's workflow and checklist If step 1 warns the index is stale, run npx gitnexus analyze in the terminal first. Skills Task Skill to read Und...
74
12452 iterate-pr sickn33/antigravity-awesome-skills
Iterate on PR Until CI Passes Continuously iterate on the current branch until all CI checks pass and review feedback is addressed. Requires : GitHub CLI ( gh ) authenticated. Important : All scripts must be run from the repository root directory (where .git is located), not from the skill directory. Use the full path to the script via ${CLAUDE_SKILL_ROOT} . Bundled Scripts scripts/fetch_pr_checks.py Fetches CI check status and extracts failure snippets from logs. uv run ${CLAUDE_SKILL_ROOT} /sc...
74
12453 template-skill shajith003/awesome-claude-skills
Insert instructions below
74
12454 api-documentation-writer onewave-ai/claude-skills
API Documentation Writer Create comprehensive, developer-friendly API documentation. Instructions When a user needs API documentation: Gather API Information : API type (REST, GraphQL, WebSocket, gRPC)? Authentication method (API key, OAuth, JWT)? Base URL and versioning strategy? Available endpoints and their purposes? Request/response formats? Rate limiting or usage restrictions? Generate Complete Documentation Structure : Overview Section : What the API does (1-2 sentences) Key capabilities G...
74
12455 latex-compile-qa willoscar/research-units-pipeline-skills
Compile the LaTeX project and produce a PDF (when the toolchain is available), plus a short build report. This step is deterministic; if compilation fails, record actionable diagnostics rather than guessing. Inputs - `latex/main.tex` - `citations/ref.bib` Outputs - `latex/main.pdf` (if compilation succeeds) - `output/LATEX_BUILD_REPORT.md` (recommended) Workflow - Run a LaTeX build (e.g., `latexmk`) if available. - Fix missing packages, missing bib entries, and unresolved references...
74
12456 cran-extrachecks posit-dev/skills
CRAN Extra Checks Help R package developers prepare packages for CRAN submission by systematically checking for common ad-hoc requirements that CRAN reviewers enforce but devtools::check() doesn't catch. Workflow Initial Assessment : Ask user if this is first submission or resubmission Run Standard Checklist : Work through each item systematically (see below) Identify Issues : As you review files, note specific problems Propose Fixes : Suggest specific changes for each issue found Implement Chan...
74
12457 microservices-architect 404kidwiz/claude-supercode-skills
Microservices Architect Senior distributed systems architect specializing in cloud-native microservices architectures, resilience patterns, and operational excellence. Role Definition You are a senior microservices architect with 15+ years of experience designing distributed systems. You specialize in service decomposition, domain-driven design, resilience patterns, service mesh technologies, and cloud-native architectures. You design systems that scale, self-heal, and enable autonomous teams...
74
12458 obsidian julianobarbosa/claude-code-skills
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
74
12459 executing-plans izyanrajwani/agent-skills-library
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
74
12460 google-slides sanjay3290/ai-skills
Google Slides Interact with Google Slides for presentation creation, slide management, and content insertion. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-slides.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Co...
74
12461 gitlab issue dedalus-erp-pas/foundation-skills
GitLab Issue Management Create, retrieve, update, and manage GitLab issues with comprehensive context integration and structured workflows. GitLab Instance Configuration This skill is configured for a self-hosted GitLab instance: GitLab URL: https://gitlab-erp-pas.dedalus.lan All project identifiers, URLs, and references should use this self-hosted instance Ensure you have appropriate access credentials configured for this GitLab server When to Use This Skill Activate this skill when: The user w...
74
12462 plan-writing vudovn/antigravity-kit
Plan Writing Source: obra/superpowers Overview This skill provides a framework for breaking down work into clear, actionable tasks with verification criteria. Task Breakdown Principles 1. Small, Focused Tasks Each task should take 2-5 minutes One clear outcome per task Independently verifiable 2. Clear Verification How do you know it's done? What can you check/test? What's the expected output? 3. Logical Ordering Dependencies identified Parallel work where possible Critical path highlighted ...
74
12463 localization-engineer daffy0208/ai-dev-standards
Localization Engineer Skill I help you build multilingual applications with proper internationalization (i18n) and localization (l10n) support. What I Do Internationalization: Multi-language text content Date/time formatting Number and currency formatting Right-to-left (RTL) support Localization: Translation management Language detection Language switching Locale-specific content Next.js Internationalization Setup with next-intl npm install next-intl // i18n/request.ts import { getRequest...
74
12464 datadog-automation sickn33/antigravity-awesome-skills
Datadog Automation via Rube MCP Automate Datadog monitoring and observability operations through Composio's Datadog toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Datadog connection via RUBE_MANAGE_CONNECTIONS with toolkit datadog Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Ve...
74
12465 chroma chroma-core/agent-skills
Chroma - Open-Source Embedding Database The AI-native database for building LLM applications with memory. When to use Chroma Use Chroma when: Building RAG (retrieval-augmented generation) applications Need local/self-hosted vector database Want open-source solution (Apache 2.0) Prototyping in notebooks Semantic search over documents Storing embeddings with metadata Metrics: 24,300+ GitHub stars 1,900+ forks v1.3.3 (stable, weekly releases) Apache 2.0 license Use alternatives instead: Pin...
73
12466 deepagents-code-review existential-birds/beagle
Deep Agents Code Review When reviewing Deep Agents code, check for these categories of issues. Critical Issues 1. Missing Checkpointer with interrupt_on BAD - interrupt_on without checkpointer agent = create_deep_agent( tools=[send_email], interrupt_on={"send_email": True}, No checkpointer! Interrupts will fail ) GOOD - checkpointer required for interrupts from langgraph.checkpoint.memory import InMemorySaver agent = create_deep_agent( tools=[send_email], interrupt_on=...
73
12467 api-documenter 404kidwiz/claude-supercode-skills
API Documenter Specialist in creating comprehensive API documentation using OpenAPI/Swagger specifications. When This Skill Activates Activates when you: Ask to document an API Create OpenAPI/Swagger specs Need API reference documentation Mention "API docs" OpenAPI Specification Structure openapi : 3.0.3 info : title : API Title version : 1.0.0 description : API description servers : - url : https : //example.com/api/v1 paths : /users : get : summary : List users operationId : listUsers tags : -...
73
12468 shadcn-components sgcarstrends/sgcarstrends
shadcn/ui Components Skill This skill helps you work with shadcn/ui components in packages/ui/. When to Use This Skill Adding new shadcn/ui components to the shared UI library Customizing existing shadcn/ui component variants Updating component styling with Tailwind Finding and implementing component examples Debugging shadcn/ui component issues Managing component dependencies shadcn/ui Overview shadcn/ui is a collection of re-usable components built with Radix UI and Tailwind CSS. Components...
73
12469 makepad-skills sickn33/antigravity-awesome-skills
No SKILL.md available for this skill. View on GitHub
73
12470 trustworthy-experiments pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Trustworthy Experiments What It Is Trustworthy Experiments is a framework for running controlled experiments (A/B ...
73
12471 monitoring-guidelines mindrally/skills
Monitoring Guidelines Apply these monitoring principles to ensure system reliability, performance visibility, and proactive issue detection. Core Monitoring Principles Monitor the four golden signals: latency, traffic, errors, and saturation Implement monitoring as code for reproducibility Design monitoring around user experience and business impact Use SLOs (Service Level Objectives) to guide alerting decisions Balance comprehensive coverage with actionable insights Key Metrics to Monitor App...
73
12472 apollo-graphql mindrally/skills
Apollo GraphQL Best Practices You are an expert in Apollo Client, GraphQL, TypeScript, and React development. Apollo Client provides a comprehensive state management solution for GraphQL applications with intelligent caching, optimistic UI updates, and seamless React integration. Core Principles Use Apollo Client for state management and data fetching Implement query components for data fetching Utilize mutations for data modifications Use fragments for reusable query parts Implement proper er...
73
12473 htmlcsstoimage vm0-ai/vm0-skills
HTMLCSStoImage API Use the HTMLCSStoImage API via direct curl calls to generate images from HTML/CSS or capture screenshots of web pages. Official docs: https://docs.htmlcsstoimage.com/ When to Use Use this skill when you need to: Generate images from HTML/CSS for social cards, thumbnails, certificates Screenshot web pages or specific elements on a page Create dynamic images with custom fonts and styling Generate OG images for social media sharing Prerequisites Sign up at HTMLCSStoImage and...
73
12474 error-detective 404kidwiz/claude-supercode-skills
Use this skill when Working on error detective tasks or workflows Needing guidance, best practices, or checklists for error detective Do not use this skill when The task is unrelated to error detective 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 ar...
73
12475 django-developer 404kidwiz/claude-supercode-skills
Django Developer Purpose Provides Django and Python web development expertise specializing in async views, Django Ninja APIs, and modern full-stack patterns. Builds robust Python web applications with HTMX for server-driven UI, Django Channels for real-time features, and Celery for background tasks. When to Use Building scalable REST APIs (Django REST Framework or Django Ninja) Implementing Real-time features (WebSockets via Django Channels) Developing full-stack apps with HTMX (Server-driven ...
73
12476 api-design-expert shipshitdev/library
API Design Expert Skill Expert in RESTful API design, OpenAPI/Swagger documentation, versioning strategies, error handling, and API best practices for NestJS applications. When to Use Designing new API endpoints Creating RESTful APIs Writing OpenAPI/Swagger documentation Implementing API versioning Designing error responses Creating DTOs and validation Implementing pagination, filtering, sorting Project Context Discovery Before providing guidance: Check .agent/SYSTEM/ARCHITECTURE.md for API ...
73
12477 creating-development-plans sammcj/agentic-coding
Development Planning Skill You are a senior development planner creating a detailed development plan based on the provided discussion and requirements. Core Principles Planning occurs before code: Thoroughly understand project context and requirements first Context gathering is critical: Always start by understanding the existing codebase and documentation Phased approach: Break work into discrete, manageable phases with human review checkpoints Simplicity over complexity: Keep solutions free ...
73
12478 posthog-automation composiohq/awesome-claude-skills
PostHog Automation via Rube MCP Automate PostHog product analytics and feature flag management through Composio's PostHog toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/posthog Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active PostHog connection via RUBE_MANAGE_CONNECTIONS with toolkit posthog Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API k...
73
12479 tanstack-router secondsky/claude-skills
Overview TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework). Package: @tanstack/react-router CLI: @tanstack/router-cli or @tanstack/router-plugin (Vite/Rspack/Webpack) Devtools: @tanstack/react-router-devtools Installation npm install @tanstack...
73
12480 responsive-design-system patricio0312rev/skills
Responsive Design System Build adaptive, mobile-first layouts with modern CSS features and Tailwind. Core Workflow Define breakpoints: Establish responsive breakpoint system Set fluid typography: Clamp-based responsive fonts Create layout grid: Responsive grid system Add container queries: Component-level responsiveness Build responsive components: Adaptive patterns Test across devices: Verify on all viewports Breakpoint System Tailwind Default Breakpoints Breakpoint Min Width Target Devices s...
73
12481 leaflet-mapping zenobi-us/dotfiles
The Obsidian Leaflet plugin enables interactive maps using LeafletJS without writing JavaScript. Maps are defined in code blocks with YAML parameters and can display real-world locations (OpenStreetMap), custom images (fantasy maps, floor plans), or both layered together. Core principle: Maps are defined declaratively in markdown code blocks. The plugin handles all JavaScript - you just configure parameters. Plugin: [https://github.com/javalent/obsidian-leaflet](https://github.com/javalent/obsid...
73
12482 analyzing-mlflow-trace mlflow/skills
Analyzing a Single MLflow Trace Trace Structure A trace captures the full execution of an AI/ML application as a tree of spans . Each span represents one operation (LLM call, tool invocation, retrieval step, etc.) and records its inputs, outputs, timing, and status. Traces also carry assessments — feedback from humans or LLM judges about quality. It is recommended to read references/trace-structure.md before analyzing a trace — it covers the complete data model, all fields and types, analysis gu...
73
12483 domain-driven-design sickn33/antigravity-awesome-skills
Domain-Driven Design Framework Framework for tackling software complexity by modeling code around the business domain. Based on a fundamental truth: the greatest risk in software is not technical failure -- it is building a model that does not reflect how the business actually works. Core Principle The model is the code; the code is the model. Software should embody a deep, shared understanding of the business domain. When domain experts and developers speak the same language and that language i...
73
12484 resolve_pr_parallel everyinc/compound-engineering-plugin
Resolve PR Comments in Parallel Resolve all unresolved PR review comments by spawning parallel agents for each thread. Context Detection Claude Code automatically detects git context: Current branch and associated PR All PR comments and review threads Works with any PR by specifying the number Workflow 1. Analyze Fetch unresolved review threads using the GraphQL script: bash ${CLAUDE_PLUGIN_ROOT} /skills/resolve-pr-parallel/scripts/get-pr-comments PR_NUMBER This returns only unresolved, non-outd...
73
12485 angular-architect 404kidwiz/claude-supercode-skills
Angular Architect Senior Angular architect specializing in Angular 17+ with standalone components, signals, and enterprise-grade application development. Role Definition You are a senior Angular engineer with 10+ years of enterprise application development experience. You specialize in Angular 17+ with standalone components, signals, advanced RxJS patterns, NgRx state management, and micro-frontend architectures. You build scalable, performant, type-safe applications with comprehensive testin...
73
12486 product-hunt-launch-plan ognjengt/founder-skills
Product Hunt Launch Plan Purpose Generate a comprehensive, personalized Product Hunt launch plan with actionable steps from A-Z to help the user rank 1 Product of the Day. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "product-hunt-launch-plan loaded. I'll create a personalized Product Hunt launch strategy to help you rank 1. Let me gather some information about your product first." Then proceed to the Discovery Question...
73
12487 querying-mlflow-metrics mlflow/skills
MLflow Metrics Run scripts/fetch_metrics.py to query metrics from an MLflow tracking server. Examples Token usage summary: python scripts/fetch_metrics.py -s http://localhost:5000 -x 1 -m total_tokens -a SUM,AVG Output: AVG: 223.91 SUM: 7613 Hourly token trend (last 24h): python scripts/fetch_metrics.py -s http://localhost:5000 -x 1 -m total_tokens -a SUM \ -t 3600 --start-time = "-24h" --end-time = now Output: Time-bucketed token sums per hour Latency percentiles by trace: python scripts/fetch...
73
12488 repo-map proompteng/lab
Use `rg` to search code and identify the correct area to edit. Check READMEs in relevant directories for commands. Structure - `apps/`: Next.js/TanStack frontends - `packages/`: shared TS libs + Convex backend - `services/`: Go/Kotlin/Rails/Python services - `argocd/`, `kubernetes/`, `tofu/`, `ansible/`: infra + GitOps - `scripts/`, `packages/scripts/`: build/deploy helpers - `skills/`: agent skills Find a service ``` rg -n "enrichRepository" services/bumba rg --files -g "*bumba*" ``...
73
12489 skill-creator brianlovin/claude-config
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
73
12490 positioning-canvas pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Positioning Canvas What It Is Positioning defines how your product is the best in the world at delivering some val...
73
12491 project-planner samhvw8/dot-claude
Project Planner You are an expert project planner who breaks down complex projects into achievable, well-structured tasks. When to Apply Use this skill when: Defining project scope and deliverables Creating work breakdown structures (WBS) Identifying task dependencies Estimating timelines and effort Planning milestones and phases Allocating resources Risk assessment and mitigation Planning Process 1. Define Success What is the end goal? What are the success criteria? What defines "done"? What ar...
73
12492 marketing-automation dengineproblem/agents-monorepo
Marketing Skills Collection A collection of 23 sub-skills for marketing deliverables. Generates repeatable, high-quality outputs across CRO, copywriting, SEO, analytics, and growth. When to use this skill Marketing Deliverables Needed : CRO, copy, SEO, analytics, growth outputs Repeatable High-Quality Outputs : Generate assets tuned to a single KPI Business Goal → Skill Mapping : Convert goals to specific marketing sub-skills 23 Sub-Skills Overview CRO (Conversion Rate Optimization) Sub-Skill De...
73
12493 webapp-testing shajith003/awesome-claude-skills
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
73
12494 research-expert personamanagmentlayer/pcl
Research Expert You are a specialized research expert designed for efficient, focused information gathering with structured output. Core Process 1. Task Analysis & Mode Detection Recognize Task Mode from Instructions Detect the expected research mode from task description keywords: QUICK VERIFICATION MODE (Keywords: "verify", "confirm", "quick check", "single fact") Effort: 3-5 tool calls maximum Focus: Find authoritative confirmation Depth: Surface-level, fact-checking only Output: Brief confir...
73
12495 media-auto-publisher aaaaqwq/claude-code-skills
媒体自动发布工具 (Media Auto Publisher) 通用自媒体文章自动发布助手,支持百家号、搜狐号、知乎三个平台。 快速开始 基本用法 用户: 打开百家号发布页面 用户: 帮我进入知乎写文章 用户: 切换到搜狐号发布文章 用户: 帮我发布文章到百家号 支持的平台 平台代码 平台名称 发布页面URL 自动化状态 baijiahao 百家号 https://baijiahao.baidu.com/builder/rc/edit?type=news ✅ 完全支持 sohu 搜狐号 https://mp.sohu.com/api/author/article/new ✅ 完全支持 zhihu 知乎 https://zhuanlan.zhihu.com/write ✅ 支持Cookie登录 重大更新: 使用 Playwright MCP 后,知乎可以通过 storageState 管理登录态,不再需要调试端口! 工作流程 标准发布流程 确认平台 - 识别用户指定的平台(百家号/搜狐/知乎) 打开平台 - 使用 mcp__plugin_playwright_playwright__br...
73
12496 zlib-download psylch/media-master
Book Tools Search and download books from multiple sources through a unified CLI. Language Match user's language : Respond in the same language the user uses. Backends Backend Source Auth Required Best For zlib Z-Library (EAPI) Email + Password Largest catalog, direct download annas Anna's Archive API Key (donation) Aggregated sources, multiple mirrors Preflight Before any workflow, run preflight to check environment readiness: python3 ${SKILL_PATH} /scripts/book.py preflight Returns standardize...
73
12497 playwright browser automation ovachiever/droid-tings
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
73
12498 ui-skills phrazzld/claude-config
Ui Skills Overview Opinionated, evolving constraints to guide agents when building interfaces When to Use This Skill Use this skill when you need to work with opinionated, evolving constraints to guide agents when building interfaces. Instructions This skill provides guidance and patterns for opinionated, evolving constraints to guide agents when building interfaces. For more information, see the source repository .
73
12499 ultracite secondsky/claude-skills
Ultracite Zero-config linting and formatting for JS/TS projects. Supports three linter backends: Biome (recommended), ESLint + Prettier, and Oxlint + Oxfmt. Detecting Ultracite Check if ultracite is in package.json devDependencies. Detect the active linter by looking for: biome.jsonc → Biome eslint.config.mjs → ESLint .oxlintrc.json → Oxlint CLI Commands Check for issues (read-only) bunx ultracite check Auto-fix issues bunx ultracite fix Diagnose setup problems bunx ultracite doctor Initiali...
73
12500 openai-prompt-engineer jamesrochabrun/skills
OpenAI Prompt Engineer A comprehensive skill for crafting, analyzing, and improving prompts for OpenAI's GPT-5 and other modern Large Language Models (LLMs), with focus on GPT-5-specific optimizations and universal prompting techniques. What This Skill Does Helps you create and optimize prompts using cutting-edge techniques: Generate new prompts - Build effective prompts from scratch Improve existing prompts - Enhance clarity, structure, and results Apply best practices - Use proven techniqu...
73