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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
19051 structure-first perhapsspy/structure-first
Skill: Structure First Purpose Primary Flow : the top-down readable main path that orchestrates the logic When generating, refactoring, or reviewing code, prioritize a readable success path (Primary Flow) first. Keep boundaries minimal (only when needed), compose with role-fixed Atoms , and secure stability through contract-driven tests rather than implementation-following tests. When to Use When code does not read naturally from top to bottom When function/module splitting becomes excessive and...
47
19052 v3 deep integration proffesor-for-testing/agentic-qe
V3 Deep Integration What This Skill Does Transforms claude-flow from parallel implementation to specialized extension of agentic-flow@alpha, eliminating massive code duplication while achieving performance improvements and feature parity. Quick Start Initialize deep integration Task ( "Integration architecture" , "Design agentic-flow@alpha adapter layer" , "v3-integration-architect" ) Feature integration (parallel) Task ( "SONA integration" , "Integrate 5 SONA learning modes" , "v3-integration...
47
19053 unit economics calculator eddiebe147/claude-settings
Unit Economics Calculator Expert unit economics analysis agent that calculates customer acquisition costs, lifetime value, payback periods, and contribution margins. Specializes in SaaS unit economics, e-commerce profitability, and margin optimization. This skill applies rigorous unit economics frameworks to understand business profitability at the individual customer or transaction level. Perfect for evaluating business viability, optimizing marketing spend, and making pricing decisions. Core W...
47
19054 swain-search cristoslc/swain
swain-search Collect, normalize, and cache source materials into reusable evidence pools that swain-design artifacts can reference. Mode detection Signal Mode No pool exists for the topic, or user says "research X" / "gather evidence" Create — new pool Pool exists and user provides new sources or says "add to" / "extend" Extend — add sources to existing pool Pool exists and user says "refresh" or sources are past TTL Refresh — re-fetch stale sources User asks "what pools do we have" or "find evi...
47
19055 workflow-creator heyvhuang/ship-faster
Workflow Creator Create complete workflow directories with curated skills downloaded from GitHub. Workflow Creation Process Step 1: Create directory structure Run scripts/create_workflow.py to initialize: python scripts/create_workflow.py <workflow-name> --path <output-dir> Creates (with multi-AI tool support): workflows/<workflow-name>-workflow/ ├── README.md User documentation (English) ├── README_cn.md User documentation (Chinese) ├── AGENTS.md AI context (au...
47
19056 active-learning-system dengineproblem/agents-monorepo
Active Learning System Expert Эксперт по системам активного обучения для машинного обучения. Основные стратегии Uncertainty Sampling : Выбор примеров с наименьшей уверенностью модели Query by Committee : Использование разногласий ансамбля Expected Model Change : Выбор наиболее информативных образцов Diversity-based Selection : Покрытие пространства признаков Основной цикл активного обучения from modAL import ActiveLearner from modAL . uncertainty import uncertainty_sampling class ActiveLearningS...
47
19057 python-pipeline jamditis/claude-skills-journalism
Python data pipeline development Patterns for building production-quality data processing pipelines with Python. Architecture patterns Modular processor architecture src/ ├── workflow.py Main orchestrator ├── dispatcher.py Content-type router ├── processors/ │ ├── __init__.py │ ├── base.py Abstract base class │ ├── article_processor.py │ ├── video_processor.py │ └── audio_processor.py ├── services/ │ ├── sheets_service.py Google Sheets inte...
47
19058 hwc-realtime-streaming thehotwireclub/hotwire_club-skills
Real-Time & Streaming Implement push-driven Hotwire behavior with Turbo Streams and Stimulus. Core Workflow Identify transport and delivery shape: WebSocket, SSE, inline stream tags, or server response streams. Choose default Turbo Stream actions first; add custom actions only when defaults are insufficient. Keep stream actions small and deterministic; avoid embedding arbitrary scripts in stream payloads. Separate stream orchestration from domain UI concerns (forms, media, navigation). Verify or...
47
19059 video-color-grading eachlabs/skills
Video Color Grading Apply professional color grading and color correction to videos using each::sense. This skill enables cinematic looks, film stock emulations, mood-based color treatments, and technical color corrections. Features Cinematic Grades : Hollywood-style color treatments for narrative content Film Emulation : Kodak, Fuji, and other classic film stock looks Look Development : Orange & teal, moody dark, bright & airy styles Color Correction : Fix white balance, exposure, and color cas...
47
19060 plan-feature mblode/agent-skills
Feature Planning Create concrete, implementation-ready plans for features and complex changes. DO NOT WRITE CODE during planning. Only explore, analyse, and document. Planning threshold Before deep planning, quickly confirm the scope: Plan in detail when changes affect 3+ files or multiple systems Plan in detail when requirements are unclear or architectural tradeoffs exist Skip heavyweight planning for single-file changes with clear requirements For small/obvious changes, give a short execution...
47
19061 hosted-agents guanyang/antigravity-skills
Hosted Agent Infrastructure Hosted agents run in remote sandboxed environments rather than on local machines. When designed well, they provide unlimited concurrency, consistent execution environments, and multiplayer collaboration. The critical insight is that session speed should be limited only by model provider time-to-first-token, with all infrastructure setup completed before the user starts their session. When to Activate Activate this skill when: Building background coding agents that run...
47
19062 configure-container laurigates/claude-plugins
/configure:container Check and configure comprehensive container infrastructure against project standards with emphasis on minimal images , non-root users , and security hardening . When to Use This Skill Use this skill when... Use another approach when... Auditing container infrastructure compliance (Dockerfile, workflows, scanning) Writing a Dockerfile from scratch ( /configure:dockerfile ) Checking multi-stage builds, non-root users, and security hardening Configuring Kubernetes deployments (...
47
19063 airflow-plugins astronomer/agents
Airflow 3 Plugins Airflow 3 plugins let you embed FastAPI apps, React UIs, middleware, macros, operator buttons, and custom timetables directly into the Airflow process. No sidecar, no extra server. CRITICAL : Plugin components (fastapi_apps, react_apps, external_views) require Airflow 3.1+ . NEVER import flask , flask_appbuilder , or use appbuilder_views / flask_blueprints — these are Airflow 2 patterns and will not work in Airflow 3. If existing code uses them, rewrite the entire registration ...
47
19064 configure-api-tests laurigates/claude-plugins
/configure:api-tests Check and configure API contract testing infrastructure for validating API contracts, schemas, and consumer-provider agreements. When to Use This Skill Use this skill when... Use another approach when... Setting up Pact consumer/provider contract tests Writing individual unit tests ( /configure:tests ) Configuring OpenAPI request/response validation Validating a single API endpoint manually Adding JSON Schema or Zod schema testing Checking general test coverage ( /configure:...
47
19065 configure-docs laurigates/claude-plugins
/configure:docs Check and configure code documentation standards and generators. When to Use This Skill Use this skill when... Use another approach when... Setting up TSDoc, JSDoc, pydoc, or rustdoc standards for a project Writing actual documentation content for functions or modules Configuring a documentation generator (TypeDoc, MkDocs, Sphinx, rustdoc) Deploying documentation to GitHub Pages ( /configure:github-pages instead) Auditing documentation coverage and lint compliance Reviewing gener...
47
19066 react-query-best-practices arraydude/agent-skills
Important: This guide targets React Query v4. Some patterns may differ in v5. Comprehensive guide for React Query v4 (TanStack Query) based on TkDodo's authoritative blog series. Contains 24 rules across 7 categories, prioritized by impact. When to Apply Reference these guidelines when: - Implementing new queries or mutations - Integrating WebSockets with React Query - Setting up query invalidation patterns - Debugging React Query behavior - Optimizing render performance - TypeScript i...
47
19067 find-skills oakoss/agent-skills
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
47
19068 kaggle shepsci/kaggle-skill
Kaggle — Unified Skill Complete Kaggle integration for any LLM or agentic coding system (Claude Code, gemini-cli, Cursor, etc.): account setup, competition reports, dataset/model downloads, notebook execution, competition submissions, badge collection, and general Kaggle questions. Four integrated modules working together. Overlap guard: For hackathon grading evaluation and alignment analysis, use the kaggle-hackathon-grading skill instead. Network requirements: outbound HTTPS to api.kaggle.com ...
47
19069 blueprint-status laurigates/claude-plugins
Display the current blueprint configuration status with three-layer architecture breakdown. Flags Flag Description --report-only Display status report and exit without prompting for next action Steps : Check if blueprint is initialized : Look for docs/blueprint/manifest.json If not found, report: Blueprint not initialized in this project. Run `/blueprint:init` to get started. Read manifest and gather information : Parse manifest.json for version and configuration Parse id_registry for traceabili...
47
19070 component-naming sgcarstrends/sgcarstrends
Component Naming Conventions Skill This skill helps you enforce consistent React component naming conventions across the codebase. When to Use This Skill Creating new React components Reviewing component names in PRs Refactoring existing components Ensuring codebase consistency Naming Rules 1. PascalCase All React components use PascalCase: // ✅ Good export const TrendChart = () => {}; export const HeroPost = () => {}; // ❌ Bad export const trendChart = () => {}; export const trend_chart = ...
47
19071 docx panaversity/agentfactory
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
47
19072 hashtag researcher eddiebe147/claude-settings
Hashtag Researcher Research and strategize hashtag usage for maximum social media reach and discovery When to Use This Skill Use this skill when you need to: Analyze data and extract insights Conduct thorough investigation Synthesize complex information Not recommended for: Tasks requiring creative content generation business operations Quick Reference Action Command/Trigger Create hashtag researcher hashtag research Review and optimize review hashtag researcher Get best practices hashtag resear...
47
19073 deep-research glebis/claude-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
47
19074 sentry mitsuhiko/agent-stuff
Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to provide a valid SENTRY_AUTH_TOKEN (read-only scopes such as project:read , event:read ) or to log in and create one before running commands. Set SENTRY_AUTH_TOKEN as an env var. Optional defaults: SENTRY_ORG , SENTRY_PROJECT , SENTRY_BASE_URL . Defaults: org/project {your-org} / {your-project} , time range 24h , environment prod , limit 20 (max 50). Always call the Sentry API (no heuristics, no caching). I...
47
19075 terraform-aws-modules sickn33/antigravity-awesome-skills
You are an expert in Terraform for AWS specializing in reusable module design, state management, and production-grade HCL patterns. Use this skill when Creating reusable Terraform modules for AWS resources Reviewing Terraform code for best practices and security Designing remote state and workspace strategies Migrating from CloudFormation or manual setup to Terraform Do not use this skill when The user needs AWS CDK or CloudFormation, not Terraform The infrastructure is on a non-AWS provider Ins...
47
19076 wavybaby aaarnv/claude-skills
wavybaby Extends Claude Code's native skill dispatch with three capabilities it lacks: CoVe - Chain-of-Verification self-audit on all generated code Skill Discovery - Search 29,000+ skills via skills.sh that aren't installed yet Toolkit Knowledge - MCP servers, configs, and repos Claude doesn't inherently know about You are NOT replacing Claude's built-in skill system. You are layering on top of it. Let Claude's native Skill() tool handle dispatch to already-installed skills. Your job is everyth...
47
19077 complex-reasoning lobbi-docs/claude
Complex Reasoning Skill Structured reasoning frameworks for systematic problem solving, leveraging extended thinking capabilities for deep analysis. When to Use Debugging complex issues with multiple potential causes Architecture decisions requiring trade-off analysis Root cause analysis for production incidents Performance optimization with multiple variables Security vulnerability assessment Code refactoring with many dependencies Reasoning Frameworks Chain-of-Thought (CoT) Linear step-by-s...
47
19078 dbt-expert personamanagmentlayer/pcl
dbt Expert You are an expert in dbt (data build tool) with deep knowledge of data modeling, testing, documentation, incremental models, macros, Jinja templating, and analytics engineering best practices. You design maintainable, tested, and documented data transformation pipelines. Core Expertise Project Structure and Configuration dbt_project.yml: name: 'analytics' version: '1.0.0' config-version: 2 profile: 'analytics' model-paths: ["models"] analysis-paths: ["analyses"] test-paths: ["te...
47
19079 react-component-generator jeremylongshore/claude-code-plugins-plus-skills
React Component Generator Purpose This skill provides automated assistance for react component generator tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "react component generator" in your request Ask about react component generator patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidanc...
47
19080 code-review rtgs2017/nagaagent
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
47
19081 synapse-manager s-hiraoku/synapse-a2a
Synapse Manager Orchestrate multi-agent work with structured delegation, monitoring, and quality gates. When to Use Coordinating 2+ agents on related subtasks Monitoring progress of delegated work Verifying agent outputs (tests, file changes, integration) Sending targeted feedback with error details and fix guidance Orchestrating cross-review between agents Implementing a multi-phase plan (3+ phases or 10+ file changes) Planning agent assignment for multi-file changes Workflow (7 Steps) Step 1: ...
47
19082 performing-systematic-debugging-for-stubborn-problems sammcj/agentic-coding
Systematic Debugging with Fagan Inspection This skill applies a modified Fagan Inspection methodology for systematic problem resolution when facing complex problems or stubborn bugs that have resisted multiple fix attempts. Process Overview Follow these four phases sequentially. Do not skip phases or attempt fixes before completing the inspection. Phase 1: Initial Overview Establish a clear understanding of the problem before analysis: Explain the problem in plain language without technical jarg...
47
19083 github-ops oimiragieo/agent-studio
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
47
19084 clawflows alphaonedev/openclaw-graph
clawflows Purpose This skill automates workflows in OpenClaw by defining multi-step task chains, incorporating conditional logic, triggers, and scheduling to streamline complex operations. When to Use Use this skill for repetitive task sequences, like processing data pipelines, conditional decision-making (e.g., if a file exists, then execute), event-driven triggers (e.g., on API call), or scheduled jobs (e.g., daily reports). Apply it in scenarios requiring orchestration, such as integrating mu...
47
19085 hk-stock-analysis nicepkg/ai-workflow
Perform comprehensive analysis of Hong Kong listed stocks with consideration of unique market characteristics including T+0 trading, no price limits, short selling mechanism, and cross-border capital flows via Stock Connect. Market Characteristics Trading Rules - T+0 Trading: Can buy and sell same day (no T+1 restriction) - No Price Limits: No daily limit up/down (unlike A-shares) - Short Selling: Allowed for designated securities - Settlement: T+2 - Trading Hours: Morning: 9:30-12:00 ...
47
19086 insurance analyst eddiebe147/claude-settings
Insurance Analyst Comprehensive insurance analysis system designed for insurance professionals, risk managers, business owners, and individuals navigating complex insurance decisions. This skill provides policy comparison, coverage gap analysis, claims evaluation, risk assessment, and insurance purchasing guidance across personal and commercial insurance lines. The Insurance Analyst excels at breaking down policy language into understandable terms, identifying coverage gaps and overlaps, evaluat...
47
19087 testing-patterns blogic-cz/blogic-marketplace
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
47
19088 webnovel-resume lingfengqaq/webnovel-writer
Copy and track progress: ``` 任务恢复进度: - [ ] Step 1: 加载恢复协议 (cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-resume/references/workflow-resume.md") - [ ] Step 2: 加载数据规范 (cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-resume/references/system-data-flow.md") - [ ] Step 3: 确认上下文充足 - [ ] Step 4: 检测中断状态 - [ ] Step 5: 展示恢复选项 (AskUserQuestion) - [ ] Step 6: 执行恢复 - [ ] Step 7: 继续任务 (可选) ``` Step 1: 加载恢复协议(必须执行) ``` cat "${CLAUDE_PLUGIN_ROOT}/skills/webnovel-resume/references/workflow-resume.md" ``` 核心原则(读取后...
47
19089 ramping-rep-tracker onewave-ai/claude-skills
Ramping Rep Tracker 30/60/90/120 day ramp milestones. Activity expectations by week, certification progress, early warning indicators. Instructions You are an expert sales onboarding specialist. Track new rep progress, identify risks early, ensure successful ramp to quota. Output Format Ramping Rep Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable out...
47
19090 docs-decommission laurigates/claude-plugins
Service Decommission Documentation Generator Generate a comprehensive decommission checklist for ${1:-[SERVICE_NAME]} to be created at deployment time when all context is fresh. Your Task Create a detailed decommission documentation file that includes: 1. Service Overview Document the service name, purpose, and deployment date List all environments (dev, staging, production) Note key stakeholders and team contacts Record repository and deployment locations 2. Infrastructure Resources Checklist C...
47
19091 text-to-speech connorads/dotfiles
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
47
19092 blueprint-execute laurigates/claude-plugins
Intelligent meta command that analyzes repository state and executes the appropriate blueprint action. Concept : Run this command anytime to automatically determine what should happen next in your blueprint workflow. Safe to run repeatedly - it's idempotent and will always figure out the right action. Usage : /blueprint:execute How it works : This command acts as an orchestrator, detecting your project's current state and delegating to specific blueprint commands as needed. It uses parallel agen...
47
19093 workflow-optimizer vladm3105/aidoc-flow-framework
workflow-optimizer Purpose Guide users through the SDD workflow by determining current position, recommending next steps, identifying parallel work opportunities, and tracking progress. Problem Solved: Users must manually determine next steps in the 16-layer SDD workflow, leading to workflow friction, missed dependencies, and inefficient sequencing. Solution: Analyze completed artifacts, determine workflow position, and provide prioritized recommendations for next steps with clear rationale. ...
47
19094 linear-projects finesssee/linear-cli
Projects List projects linear-cli p list All projects linear-cli p list --archived Include archived linear-cli p list --view "Active" Apply saved view Get project linear-cli p get PROJECT_ID linear-cli p open PROJECT_ID Open in browser Create project (full API fields) linear-cli p create "Q1 Roadmap" -t ENG linear-cli p create "Feature" -t ENG --icon "🚀" --priority 1 \ --start-date 2025 -01-01 --target-date 2025 -03-31 \ --lead USER_ID --status planned --content "Project description" Upd...
47
19095 ceo lotosbin/claude-skills
No SKILL.md available for this skill. View on GitHub
47
19096 fumadocs-registry-integration theorcdev/8bitcn-ui
Registry Integration Register 8-bit components in registry.json for discovery via shadcn add @8bitcn/[component-name]. Component Entry Pattern { "name": "button", "type": "registry:component", "title": "8-bit Button", "description": "A simple 8-bit button component", "registryDependencies": ["button"], "files": [ { "path": "components/ui/8bit/button.tsx", "type": "registry:component", "target": "components/ui/8bit/button.tsx" }, { "path": "compon...
47
19097 emotional-disconnect dylantarre/animation-principles
Emotional Disconnect Align animation emotion with context using Disney's principles. Problem Indicators Animation feels "off" but hard to articulate Playful motion on serious content Sterile motion on warm content Users describe UI as cold/robotic or chaotic/annoying Mismatch between animation and message Diagnosis by Principle Appeal Issue: Animation lacks emotional resonance Fix: Define the emotional goal. Warm = soft easing, overshoot. Professional = crisp, linear. Match motion to message....
47
19098 billing manager eddiebe147/claude-settings
Billing Manager Take control of billing operations with workflows for invoice generation, payment tracking, and subscription management. Maintain healthy cash flow with timely invoicing and proactive collection. Core Workflows Workflow 1: Invoice Generation Gather Billables - Collect billable items, hours, or usage Apply Pricing - Calculate amounts based on rate cards Add Taxes - Apply appropriate tax rates Generate Invoice - Create professional invoice Track Status - Monitor open, paid, overdue...
47
19099 alicloud-ai-audio-asr-realtime cinience/alicloud-skills
Category: provider Model Studio Qwen ASR Realtime Validation mkdir -p output/alicloud-ai-audio-asr-realtime python -m py_compile skills/ai/audio/alicloud-ai-audio-asr-realtime/scripts/prepare_realtime_asr_request.py && echo "py_compile_ok" > output/alicloud-ai-audio-asr-realtime/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-audio-asr-realtime/validate.txt is generated. Output And Evidence Save session payloads and response samples under output/alicloud-ai-audio-asr-realtime/...
47
19100 testing-expert cin12211/orca-q
Testing Expert Skill Expert in testing strategies for React, Next.js, and NestJS applications. When to Use This Skill Writing unit tests Creating integration tests Setting up E2E tests Testing React components Testing API endpoints Testing database operations Setting up test infrastructure Reviewing test coverage Project Context Discovery Scan Documentation: Check .agent/SYSTEM/ARCHITECTURE.md for testing architecture Identify Tools: Jest/Vitest, React Testing Library, Supertest, Playwright/Cy...
47