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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
18451 mungers-lattice hexbee/hello-skills
Munger's Lattice (格栅思维系统) Overview This skill transforms analysis into a multidisciplinary engine that applies 6 core mental model categories to any decision or problem. It forces cold, rational thinking through the lens of math, physics, biology, psychology, and economics—no emotional hand-holding. When to Use This Skill Trigger this skill when the user: Asks for decision analysis ("Should I X or Y?") Requests investment/business evaluation Presents complex problems requiring structured thi...
49
18452 webapp-testing project-n-e-k-o/n.e.k.o
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...
49
18453 feedback analyzer eddiebe147/claude-settings
Feedback Analyzer Expert customer feedback analysis system that transforms unstructured feedback into actionable product and service insights. This skill provides structured workflows for collecting, categorizing, analyzing, and acting on customer feedback from multiple sources. Customer feedback is the most direct signal of what's working and what isn't. But raw feedback is noisy, contradictory, and overwhelming. This skill helps you extract patterns, prioritize themes, and close the feedback l...
49
18454 blueprint-feature-tracker-status laurigates/claude-plugins
Display feature tracker statistics, phase progress, and completion summary. Steps : Check if feature tracking is enabled : Look for docs/blueprint/feature-tracker.json If not found, report: Feature tracking not enabled in this project. Run `/blueprint-init` and enable feature tracking to get started. Load tracker data : Read feature-tracker.json Extract project name, source document, last_updated Get statistics section Get phase information Get PRD status Calculate derived metrics (if not in sta...
49
18455 algorithmic-art guanyang/antigravity-skills
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
49
18456 configure-coverage laurigates/claude-plugins
/configure:coverage Check and configure code coverage thresholds and reporting for test frameworks. When to Use This Skill Use this skill when... Use another approach when... Setting up coverage thresholds for Vitest, Jest, pytest, or Rust Running tests with coverage ( /test:coverage ) Configuring coverage reporters (text, JSON, HTML, lcov) Configuring the test framework itself ( /configure:tests ) Adding Codecov or Coveralls integration to CI/CD Analyzing test failures (test-runner agent) Audit...
49
18457 prowler-test-ui prowler-cloud/prowler
Generic Patterns: For base Playwright patterns (Page Object Model, selectors, helpers), see the playwright skill. This skill covers Prowler-specific conventions only. Prowler UI Test Structure ui/tests/ ├── base-page.ts Prowler-specific base page ├── helpers.ts Prowler test utilities └── {page-name}/ ├── {page-name}-page.ts Page Object Model ├── {page-name}.spec.ts ALL tests (single file per feature) └── {page-name}.md Test documentation (...
49
18458 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
18459 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
18460 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
18461 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
18462 code-review vladm3105/aidoc-flow-framework
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...
49
18463 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
18464 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
18465 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
18466 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
18467 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
18468 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
18469 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
18470 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
18471 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
18472 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
18473 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
18474 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
18475 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
18476 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
18477 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
18478 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
18479 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
18480 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 Deploym...
49
18481 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
18482 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
18483 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
18484 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
18485 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
18486 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
18487 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
18488 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
18489 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
18490 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
18491 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
18492 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
18493 figma tech-leads-club/agent-skills
Figma MCP Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see references/figma-mcp-config.md . Figma MCP Integration Rules These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change. Required flow (do not skip) Run get_design_context first to fetch the structured representation for the exact node(s). If the response is too large or truncated, run get_met...
49
18494 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
18495 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
18496 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
18497 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
18498 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
18499 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
18500 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