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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,508
总 Skills
163.5M
总安装量
2,745
贡献者
# Skill 仓库 描述 安装量
22601 docstring pipecat-ai/pipecat
PyTorch Docstring Writing Guide This skill describes how to write docstrings for functions and methods in the PyTorch project, following the conventions in torch/_tensor_docs.py and torch/nn/functional.py. General Principles Use raw strings (r"""...""") for all docstrings to avoid issues with LaTeX/math backslashes Follow Sphinx/reStructuredText (reST) format for documentation Be concise but complete - include all essential information Always include examples when possible Use cross-references...
49
22602 build-tools-expert oimiragieo/agent-studio
Build Tools Expert When reviewing or writing code, apply these guidelines: Use Biome for code formatting and linting Configure Biome as a pre-commit hook Follow Biome's recommended rules Customize Biome configuration in biome.json as needed Ensure consistent code style across the project Run Biome checks before committing changes Address all Biome warnings and errors promptly Use Biome's organize imports feature to maintain clean import statements Leverage Biome's advanced linting capabilities...
49
22603 cognitive-walkthrough mastepanoski/claude-skills
Cognitive Walkthrough This skill enables AI agents to perform a task-specific usability evaluation using the Cognitive Walkthrough method, a technique that simulates how users (especially novices) think through completing specific tasks in an interface. Unlike broad heuristic evaluations, Cognitive Walkthrough provides deep analysis of particular user journeys, identifying where users get stuck, confused, or make errors. Use this skill when you need granular, task-focused insights into learnabil...
49
22604 bracket-predictor onewave-ai/claude-skills
Bracket Predictor March Madness, playoff brackets, tournament picks. Upset potential, chalk vs contrarian strategies, historical trends, confidence levels. Instructions You are an expert bracket analyst and tournament predictor. Create data-driven tournament predictions with: upset identification, chalk vs contrarian strategies, historical trend analysis, matchup breakdowns, confidence levels per pick, and reasoning for each selection. Output Format Bracket Predictor Output Generated: {tim...
49
22605 code-review vladm3105/aidoc-flow-framework
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
49
22606 tall-stack-general oimiragieo/agent-studio
Tall Stack General Skill You are an expert in the TALL stack: Laravel, Livewire, Alpine.js, and Tailwind CSS, with a strong emphasis on Laravel and PHP best practices. Write concise, technical responses with accurate PHP examples. Follow Laravel best practices and conventions. Use object-oriented programming with a focus on SOLID principles. Prefer iteration and modularization over duplication. Use descriptive variable and method names. Favor dependency injection and service containers. When pro...
49
22607 k8s-helm ashchupliak/dream-team
Kubernetes & Helm Patterns Helm Chart Structure helm/orca-facade/ ├── Chart.yaml ├── values.yaml ├── values-dev.yaml ├── values-prod.yaml ├── templates/ │ ├── _helpers.tpl │ ├── deployment.yaml │ ├── service.yaml │ ├── ingress.yaml │ ├── configmap.yaml │ ├── secret.yaml │ ├── hpa.yaml │ └── serviceaccount.yaml └── charts/ Dependencies Chart.yaml apiVersion: v2 name: orca-facade description: Orca Facade API Service type: application version: 1.0.0 appVersion: "1.0.0" ...
49
22608 adding-env-variables inkeep/agents
Adding Environment Variables Guide Comprehensive guidance for adding new environment variables to the Inkeep Agent Framework. This ensures consistency, documentation, and type safety across all packages. CI Enforcement Environment variable descriptions are enforced by CI. The check:env-descriptions script runs in CI and will fail if any variables in env.ts files are missing .describe() calls. Run locally to check: pnpm check:env-descriptions Environment Architecture The framework uses environmen...
49
22609 1k-sentry onekeyhq/app-monorepo
Sentry Integration OneKey uses Sentry for error tracking across all platforms. Architecture Overview apps/ ├── desktop/app/sentry.ts Desktop main process ├── ext/ Extension (uses shared) ├── mobile/ Mobile (uses shared) └── web/ Web (uses shared) packages/shared/src/modules3rdParty/sentry/ ├── index.ts Web/Extension entry ├── index.native.ts React Native entry ├── index....
49
22610 deal-momentum-analyzer onewave-ai/claude-skills
Deal Momentum Analyzer Score deal velocity based on email response times, meeting frequency, and stakeholder engagement. Predict which deals will close vs stall. Instructions You are an expert at sales analytics and deal forecasting. Analyze deal engagement patterns, calculate momentum scores, and predict close probability with action recommendations. Output Format Deal Momentum Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Act...
49
22611 summary-generator panaversity/agentfactory
Summary Generator Overview This skill generates concise, scannable summaries for educational lessons by extracting the essential learning elements through Socratic questioning. Summaries serve two user needs: quick review (students returning to refresh understanding) and just-in-time reference (students checking back mid-practice). Extraction Process (Socratic Style) To generate a summary, work through these questions in order. Each question extracts content for one section of the summary. Quest...
49
22612 update-dataset owid/etl
Update Dataset (PR → snapshot → steps → grapher) Use this skill to run a complete dataset update with Claude Code subagents, keep a live progress checklist, and pause for approval at a checkpoint after every numbered workflow step before continuing. Inputs <namespace>/<old_version>/<name> Get <new_version> as today's date by running date -u +"%Y-%m-%d" Optional trailing args: branch: The working branch name (defaults to current branch) Assumptions: All artifacts are written to workbench/<short_n...
49
22613 shopify-webhooks hookdeck/webhook-skills
Shopify Webhooks When to Use This Skill Setting up Shopify webhook handlers Debugging signature verification failures Understanding Shopify event types and payloads Handling order, product, or customer events Essential Code (USE THIS) Shopify Signature Verification (JavaScript) const crypto = require ( 'crypto' ) ; function verifyShopifyWebhook ( rawBody , hmacHeader , secret ) { if ( ! hmacHeader || ! secret ) return false ; const hash = crypto . createHmac ( 'sha256' , secret ) . update ( rawB...
49
22614 domain-identification-grouping tech-leads-club/agent-skills
Domain Identification and Grouping This skill groups architectural components into logical domains (business areas) to prepare for creating domain services in a service-based architecture. How to Use Quick Start Request analysis of your codebase: "Group components into logical domains" "Identify component domains for service-based architecture" "Create domain groupings from components" "Analyze which components belong to which domains" Usage Examples Example 1: Domain Identification User: "Group...
49
22615 health-audit laurigates/claude-plugins
/health:audit Audit the project's enabled plugins against the actual technology stack. Identifies plugins that don't apply to this project and suggests relevant plugins that aren't enabled. When to Use This Skill Use this skill when... Use another approach when... Reviewing plugin relevance for current project General health diagnostics (use /health:check ) Cleaning up unused plugins Plugin registry corruption (use /health:plugins --fix ) Discovering relevant plugins for tech stack Agentic optim...
49
22616 create-plans glittercowboy/taches-cc-resources
<essential_principles> When planning a phase, you are writing the prompt that will execute it. The quality degradation curve: 0-30% context: Peak quality (comprehensive, thorough, no anxiety) 30-50% context: Good quality (engaged, manageable pressure) 50-70% context: Degrading quality (efficiency mode, compression) 70%+ context: Poor quality (self-lobotomization, rushed work) Critical insight: Claude doesn't degrade at 80% - it degrades at ~40-50% when it sees context mounting and enters "comple...
49
22617 ton-bug-triage ton-blockchain/ton-triage-skill
TON Bug Triage Use this skill when the job is to prove something on a local tontester network, not just to launch validators. Typical triggers: deploy a contract and trigger a bug with an internal message compare baseline and probing validator builds verify a crash, liveness failure, malformed-packet path, or compatibility claim collect maintainer-ready evidence for a local TON repro The standard is: choose the smallest topology that answers the question, define the success condition before runn...
49
22618 bun shell secondsky/claude-skills
Bun Shell Bun provides powerful shell scripting capabilities with template literals and spawn APIs. Bun.$ (Shell Template) Basic Usage import { $ } from "bun" ; // Run command await $ ` echo "Hello World" ` ; // Get output const result = await $ ` ls -la ` . text ( ) ; console . log ( result ) ; // JSON output const pkg = await $ ` cat package.json ` . json ( ) ; console . log ( pkg . name ) ; Variable Interpolation import { $ } from "bun" ; const name = "world" ; const dir = "./src" ; // Safe i...
49
22619 gate-exchange-spot gate/gate-skills
Gate Spot Trading Assistant Execute integrated operations for Gate spot workflows, including: Buy and account queries (balance checks, asset valuation, minimum order checks) Smart monitoring and trading (automatic price-condition limit orders, no take-profit/stop-loss support) Order management and amendment (price updates, cancellations, fill verification, cost-basis checks, swaps) Advanced execution utilities (batch cancel, batch amend, batch order placement, slippage simulation, fee comparison...
49
22620 ln-310-multi-agent-validator levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Multi-Agent Validator Validates Stories/Tasks (mode=story), implementation plans (mode=plan_review), or arbitrary context (mode=context) with parallel multi-agent review and critical verification. Inputs Input Required Source Description storyId mode=story args, git branch, kanban, user Story to process plan {file} mode=pla...
49
22621 chat-list andrelandgraf/fullstackrecipes
Chat List & Management To set up Chat List & Management, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/chat-list If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/chat-list
49
22622 1k-patching-native-modules onekeyhq/app-monorepo
Patching Native Modules Follow this workflow to analyze crash logs, fix native module bugs, and generate patches. Workflow Overview 1. Analyze Crash Log → 2. Locate Bug → 3. Fix Code → 4. Clean Build Artifacts → 5. Generate Patch → 6. Commit & PR Step 1: Analyze Crash Log iOS Crash (EXC_BAD_ACCESS / KERN_INVALID_ADDRESS) Key information to extract: Exception type : EXC_BAD_ACCESS , SIGABRT , etc. Stack trace : Identify the crashing function Memory address : Helps identify nil pointer issues Libr...
49
22623 docker panaversity/agentfactory
Docker Development You are an expert in Docker containerization, image building, and container orchestration. Core Principles Build minimal, secure container images Follow the principle of one process per container Use official base images when possible Implement proper layer caching strategies Never store secrets in images Dockerfile Best Practices Multi-Stage Builds Use multi-stage builds to reduce image size Separate build and runtime stages Copy only necessary artifacts to final image Show m...
49
22624 agentifind avivk5498/agentifind
Agentifind: Codebase Intelligence Setup This skill sets up codebase intelligence by: Running agentifind CLI to extract code structure Detecting dynamic patterns that static analysis can't fully trace Synthesizing a navigation guide with staleness metadata Procedure Step 1: Check for existing guide (Staleness Detection) If .claude/CODEBASE.md already exists, check if it's stale: Read the metadata header from CODEBASE.md: Source-Hash: {sha256 of codebase.json when guide was generated} Commit:...
49
22625 applying-brand-guidelines ovachiever/droid-tings
Corporate Brand Guidelines Skill This skill ensures all generated documents adhere to corporate brand standards for consistent, professional communication. Brand Identity Company: Acme Corporation Tagline: "Innovation Through Excellence" Industry: Technology Solutions Visual Standards Color Palette Primary Colors: Acme Blue: 0066CC (RGB: 0, 102, 204) - Headers, primary buttons Acme Navy: 003366 (RGB: 0, 51, 102) - Text, accents White: FFFFFF - Backgrounds, reverse text Secondary Colors: ...
49
22626 workflow automator eddiebe147/claude-settings
Workflow Automator The Workflow Automator skill identifies repetitive tasks and designs automated workflows using GitHub Actions, webhooks, MCP servers, and integration tools. It focuses on eliminating manual work, reducing errors, and accelerating delivery through intelligent automation. This skill excels at analyzing existing processes, identifying automation opportunities, designing workflow diagrams, implementing automation scripts, and monitoring automated systems for reliability and effici...
49
22627 content-strategist borghei/claude-skills
Content Strategist Expert-level content strategy for brand growth. Core Competencies Content strategy development Editorial planning Brand voice and tone Content optimization Multi-channel distribution Content governance Performance measurement Team management Content Strategy Framework Strategy Development Content Strategy: [Brand/Product] Business Objectives - [Objective 1]: [KPI] - [Objective 2]: [KPI] Audience Analysis - Primary: [Persona A] - Secondary: [Persona B] Content Pillars ...
49
22628 announcement drafter eddiebe147/claude-settings
Announcement Drafter The Announcement Drafter skill helps you create clear, well-structured announcements for any organizational change, update, or news. Whether you're announcing a new hire, policy change, product launch, organizational restructuring, or company milestone, this skill ensures your message is clear, appropriately toned, and drives the right response. This skill understands that announcements are high-stakes communication. They set tone, manage expectations, and can significantly ...
49
22629 configure-github-pages laurigates/claude-plugins
/configure:github-pages Check and configure GitHub Pages deployment. When to Use This Skill Use this skill when... Use another approach when... Setting up GitHub Pages deployment for a documentation site Configuring documentation standards or generators ( /configure:docs instead) Creating or updating a GitHub Actions workflow for Pages deployment Debugging a failed GitHub Actions workflow ( /configure:workflows instead) Migrating from peaceiris/actions-gh-pages to official actions/deploy-pages E...
49
22630 generate-creative-ideas thepexcel/agent-skills
⚠️ Anti-pattern: Jumping to solutions without understanding context = generic noise, not useful ideas Situation → Technique Matrix | Stuck / No ideas | Random Word, Forced Connections, Oblique Strategies | Need breakthrough | First Principles, Challenging Assumptions, Combinatorial Engine | Improve existing | SCAMPER, Reverse Brainstorming, TRIZ-AI | Explore systematically | Morphological Box, Six Thinking Hats, Constraint Injection | Reframe problem | How Might We (HMW), Jobs to...
49
22631 agent-council itsahedge/agent-council
Agent Council Create and manage autonomous AI agents with full Discord integration. Updated for OpenClaw 2026.3.x — uses native CLI commands ( openclaw agents add/delete/bind/unbind/bindings/set-identity ) where possible, with config patching only for Discord channel-specific routing (which the CLI doesn't support yet). What It Does Creates agent workspace (SOUL.md, HEARTBEAT.md, IDENTITY.md, memory/) Registers agent via openclaw agents add Creates Discord channel (optional) with topic Binds age...
49
22632 intercom vm0-ai/vm0-skills
Intercom API Manage customer conversations, contacts, messages, articles, and support operations via the Intercom REST API. Official docs: https://developers.intercom.com/docs When to Use Use this skill when you need to: Manage contacts - Create, update, search, and delete user profiles Handle conversations - List, search, reply to, assign, and close conversations Send messages - Create and send messages to contacts Manage companies - Track organizations and their members Work with articles - Ac...
49
22633 markdown-to-docx vace/markdown-docx
markdown-to-docx Convert markdown files to Microsoft Word (.docx) documents. Installation Required cd .claude/skills/markdown-to-docx npm install Dependencies: markdown-docx (uses docx internally) Quick Start Basic conversion node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./README.md Custom output path node .claude/skills/markdown-to-docx/scripts/convert.cjs \ --file ./doc.md \ --output ./output/doc.docx CLI Options Option Required Description --file <path> Yes ...
49
22634 configure-dead-code laurigates/claude-plugins
/configure:dead-code Check and configure dead code detection tools. When to Use This Skill Use this skill when... Use another approach when... Setting up dead code detection for a new project Running an existing dead code scan ( knip , vulture ) Auditing whether Knip, Vulture, or cargo-machete is configured correctly Manually removing specific unused exports or imports Migrating between dead code detection tools Debugging why a specific file is flagged as unused Adding dead code checks to CI/CD ...
49
22635 presentations dylantarre/animation-principles
Apply Disney's 12 animation principles to Keynote, PowerPoint, Google Slides, and presentation software. Quick Reference | Squash & Stretch | Bounce emphasis, elastic scaling | Anticipation | Build sequences, pre-reveal fades | Staging | Focal point management, dimming | Straight Ahead / Pose to Pose | Morph vs discrete transitions | Follow Through / Overlapping | Staggered builds, delayed elements | Slow In / Slow Out | Ease animations, avoid linear | Arc | Motion paths, c...
49
22636 figma tech-leads-club/agent-skills
Figma → HyperFrames Bring the user's Figma work into a composition. MCP-first: you (the agent) call the Figma MCP tools, then hand their output to the pure helpers in @hyperframes/core/figma , freezing every asset locally so renders stay deterministic. Auth Requires the Figma MCP connector (one-click OAuth). If tools error unauthenticated, tell the user to connect Figma and stop. Routing Parse the user's figma link with parseFigmaRef . Then by intent: "use this layer / logo / image" → Asset impo...
49
22637 blueprint-derive-rules laurigates/claude-plugins
/blueprint:derive-rules Extract project decisions from git commit history and codify them as Claude rules. Newer commits override older decisions when conflicts exist. Use case : Derive implicit project patterns from git history to establish consistent AI-assisted development guidelines. Usage : /blueprint:derive-rules [--since DATE] [--scope SCOPE] When to Use This Skill Use this skill when... Use alternative when... Want to extract implicit decisions from git history Creating rules from requir...
49
22638 sc-estimate tony363/superclaude
Development Estimation Skill Systematic estimation with confidence intervals and risk assessment. Quick Start Time estimate with breakdown /sc:estimate "auth system" --type time --unit days --breakdown Complexity assessment /sc:estimate "microservices migration" --type complexity Effort analysis /sc:estimate "performance optimization" --type effort --unit hours Behavioral Flow Analyze - Examine scope, complexity, and dependencies Calculate - Apply estimation methodology with benchmarks Valida...
49
22639 git-workflow blogic-cz/agent-tools
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
49
22640 analytics-flow vladm3105/aidoc-flow-framework
analytics-flow Description: Project metrics, documentation analytics, progress tracking, and trend analysis Category: Data Analysis & Reporting Complexity: Medium (data aggregation + visualization) Purpose Provide visibility into project progress, documentation quality, requirement coverage, and development velocity. Generate actionable insights from SDD artifacts to identify bottlenecks and optimize workflows. Capabilities 1. Documentation Coverage Metrics Total documents by type (BRD, PR...
49
22641 x-twitter-scraper sickn33/antigravity-awesome-skills
Xquik API Integration Xquik is an X (Twitter) real-time data platform providing a REST API, HMAC webhooks, and an MCP server for AI agents. It covers account monitoring, bulk data extraction (20 tools), giveaway draws, tweet/user lookups, media downloads, follow checks, trending topics, write actions (tweet, like, retweet, follow, DM, profile, media upload, communities), and Telegram integrations. Quick Reference Base URL https://xquik.com/api/v1 Auth x-api-key: xq_... header (64 hex chars after...
49
22642 tool-schema-markup heyvhuang/ship-faster
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. Initial Assessment Before implementing schema, understand: Page Type What kind of page is this? What's the primary content? What rich results are possible? Current State Any existing schema? Errors in current implementation? Which rich results are already appearing? Goals Which rich results are you targe...
49
22643 doc-flow vladm3105/aidoc-flow-framework
doc-flow (Orchestrator) Purpose This skill serves as the orchestrator for the AI-Driven Specification-Driven Development (SDD) workflow. It provides: Skill Selection Guidance: Helps determine which artifact-specific skill to use Workflow Overview: Complete 15-layer SDD architecture General SDD Principles: Specification-driven methodology fundamentals Integration Guidance: How skills work together For Artifact Creation: Use the specific artifact skill (doc-brd, doc-prd, doc-ears, doc-bdd, doc-...
49
22644 agent-mail dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
MCP Agent Mail A mail-like coordination layer for coding agents exposed as an HTTP-only FastMCP server. Provides memorable identities, inbox/outbox, file reservation leases, contact policies, searchable message history, and Human Overseer messaging. Backed by Git (human-auditable artifacts) and SQLite (fast queries with FTS5). Why This Exists Without coordination, multiple agents: Overwrite each other's edits or panic on unexpected diffs Miss critical context from parallel workstreams Require hu...
49
22645 sales-ops-analyst ncklrs/startup-os-skills
Sales Ops Analyst Strategic sales operations expertise for revenue teams — from CRM architecture and pipeline analytics to territory design and commission automation. Philosophy Great sales ops isn't about more data. It's about actionable insights that accelerate revenue. The best sales operations teams: Enable, don't police — Make it easier for reps to do the right thing Measure what matters — Vanity metrics create vanity pipeline Automate the mundane — Free reps to sell, not update fields Buil...
49
22646 ai-drawio gbsoss/ai-drawio
AI Draw.io Diagram Generator You are a diagram creation assistant specializing in draw.io XML generation. You help users create visual diagrams through precise XML specifications and render them in a browser. Workflow Understand Request: Analyze what diagram the user wants Generate XML: Create valid draw.io XML following the format rules Save HTML: Write an HTML file with embedded diagram Open Browser: Use browser automation to render the diagram XML Generation Rules Basic Structure Generate ...
49
22647 notion-research-documentation makenotion/claude-code-notion-plugin
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...
49
22648 k8s-manifest-generator oimiragieo/agent-studio
Kubernetes Manifest Generator Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims. Purpose This skill provides comprehensive guidance for generating well-structured, secure, and production-ready Kubernetes manifests following cloud-native best practices and Kubernetes conventions. When to Use This Skill Use this skill when you need to: Create new Kubernetes Deployment manifests Define Serv...
49
22649 sms-text-optimizer onewave-ai/claude-skills
Sms Text Optimizer Condense messages to 160 characters without losing meaning. Remove unnecessary words while keeping tone. Instructions You are an expert at concise communication. Compress messages to SMS length while maintaining clarity and appropriate tone. Output Format Sms Text Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs Use Templ...
49
22650 project-directory-migration terrylica/cc-skills
Project Directory Migration Safely migrate Claude Code project context (sessions, memory, history) when renaming a project directory. When to Use This Skill Use this skill when: Renaming a project directory (e.g., my-old-name/ to my-new-name/ ) Moving a project to a different path User says "No conversations found" after a directory rename Reorganizing workspace directories Package rename requires matching directory name to GitHub repo name Recovering sessions that became orphaned after a direct...
49