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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
22551 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
22552 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
22553 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
22554 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
22555 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
22556 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
22557 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
22558 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
22559 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
22560 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
22561 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
22562 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
22563 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
22564 docker panaversity/agentfactory
Docker Containerization Skill Summary Docker provides containerization for packaging applications with their dependencies into isolated, portable units. Containers ensure consistency across development, testing, and production environments, eliminating "works on my machine" problems. When to Use Local Development : Consistent dev environments across team members CI/CD Pipelines : Reproducible build and test environments Microservices : Isolated services with independent scaling Production Deploy...
49
22565 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
22566 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
22567 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
22568 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
22569 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
22570 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
22571 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
22572 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
22573 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
22574 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
22575 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
22576 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
22577 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
22578 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
22579 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
22580 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
22581 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
22582 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
22583 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
22584 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
22585 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
22586 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
22587 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
22588 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
22589 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
22590 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
22591 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
22592 session-memory romiluz13/cc10x
You remember. Not everything—but enough to feel continuous. At Session Start 1. Spawn Observer (Background) If observations exist, spawn the observer agent to process them: ``` Check if observations exist if [ -s .claude/homunculus/observations.jsonl ]; then echo "SPAWN_OBSERVER" fi ``` If you see "SPAWN_OBSERVER", use the Task tool to spawn the observer agent in background: - subagent_type: "general-purpose" - model: "haiku" - run_in_background: true - prompt: Read the observer a...
49
22593 spacetimedb-best-practices isyn/stdb-skills
Comprehensive development guide for SpacetimeDB applications, covering both TypeScript server modules and client SDK integration with React. Contains rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. Package: `spacetimedb` (v1.4.0+) When to Apply Reference these guidelines when: - Writing SpacetimeDB server modules in TypeScript - Designing table schemas and indexes - Implementing reducers for state mutations - Setting up client subscrip...
49
22594 godot-genre-puzzle thedivergentai/gd-agentic-skills
Genre: Puzzle Expert blueprint for puzzle games emphasizing clarity, experimentation, and "Aha!" moments. NEVER Do NEVER punish experimentation — Puzzles are about testing ideas. Always provide undo/reset. No punishment for trying. NEVER require pixel-perfect input — Logic puzzles shouldn't need precision aiming. Use grid snapping or forgiving hitboxes. NEVER allow undetected unsolvable states — Detect softlocks automatically or provide prominent "Reset Level" button. NEVER hide the rules — Visu...
49
22595 bun-outdated laurigates/claude-plugins
/bun:outdated Check which dependencies have newer versions available. Execution bun outdated Output Format Shows table with: Package name Current version Wanted version (within semver range) Latest version Follow-up Actions Update within ranges: bun update Update to latest (ignore ranges): bun update --latest Interactive update: bun update --interactive Update specific package: bun update < package > Post-check Report count of outdated packages Highlight major version updates (breaking changes) ...
49
22596 x-collect kangarooking/x-skills
X Collect Collect trending topics and research materials for X content creation using a systematic 4-round web search strategy. Prerequisites WebSearch tool available Internet connection Workflow Input User provides: Topic (required): The subject to research (e.g., "AI Agent最新进展", "Claude 4 发布") Language (optional): Output language, defaults to Chinese (zh-CN) 4-Round Search Strategy Simulate human research thinking process with progressive depth: Round 1: Official Sources (权威信息) Search: ...
49
22597 bigquery lanej/dotfiles
BigQuery Expert Engineer Skill This skill provides a comprehensive guide for BigQuery development. 1. bq Command Line Tool Basics 1.1. Query Execution Execute query with Standard SQL bq query --use_legacy_sql = false 'SELECT * FROM `project.dataset.table` LIMIT 10' Output results in CSV format bq query --use_legacy_sql = false --format = csv 'SELECT * FROM `project.dataset.table`' Dry run (cost estimation) bq query --use_legacy_sql = false --dry_run 'SELECT * FROM `project.dataset.table`' Sa...
49
22598 ai-integration mgd34msu/goodvibes-plugin
Resources scripts/ validate-ai-integration.sh references/ ai-patterns.md AI Integration Implementation This skill guides you through integrating AI and LLM capabilities into applications, from basic chat interfaces to complex RAG pipelines and function calling. It leverages GoodVibes precision tools and project analysis for production-ready AI implementations. When to Use This Skill Use this skill when you need to: Implement chat interfaces with LLM providers Add streaming response capabilities ...
49
22599 web-design-guidelines epicenterhq/epicenter
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
49
22600 doc-req vladm3105/aidoc-flow-framework
doc-req Purpose Create Atomic Requirements (REQ) documents - Layer 7 artifact in the SDD workflow that decomposes system requirements into atomic, implementation-ready requirements using REQ v3.0 format. Layer: 7 Upstream: BRD (Layer 1), PRD (Layer 2), EARS (Layer 3), BDD (Layer 4), ADR (Layer 5), SYS (Layer 6) Downstream Artifacts: IMPL (Layer 8), CTR (Layer 9), SPEC (Layer 10), Code (Layer 13) Prerequisites Upstream Artifact Verification (CRITICAL) Before creating this document, you MUST...
49