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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,427
总 Skills
160.9M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
23701 solidity-debug 0xlayerghost/solidity-agent-kit
Failed Transaction Debug Workflow Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Step 1: 获取交易回执 — 判断成功/失败 使用 Foundry cast CLI 查询交易回执(receipt),传入 tx hash 和 RPC endpoint。 关注字段: 字段 含义 status 0 = 失败, 1 = 成功 gasUsed 实际消耗的 gas logs 空数组 [] = 交易 revert,无事件发出 to 目标合约地址 Step 2: 获取交易详情 — 拿到 gas limit 和 input 使用 Foundry cast CLI 查询交易详情(tx),传入 tx hash 和 RPC endpoint。 关注字段: 字段 含义 gas 发送方设置的 gas limit inpu...
45
23702 depot-ci depot/skills
Depot CI (Beta) Depot CI is a drop-in replacement for GitHub Actions that runs your existing Actions-format YAML workflows entirely within Depot's infrastructure. It parses GitHub Actions workflow files and executes them on Depot's compute. Status: Beta — keep GitHub Actions running in parallel. Things may break. Architecture Three subsystems: compute (provisions and executes work), orchestrator (schedules multi-step workflows, handles dependencies), GitHub Actions parser (translates Actions YAM...
45
23703 drone-inspection-specialist erichowens/some_claude_skills
Drone Inspection Specialist Expert in drone-based infrastructure inspection with computer vision, thermal analysis, and 3D reconstruction for insurance, property assessment, and environmental monitoring. Decision Tree: When to Use This Skill User mentions drones/UAV? ├─ YES → Is it about inspection or assessment of something? │ ├─ Fire detection, smoke, thermal hotspots → THIS SKILL │ ├─ Roof damage, hail, shingles → THIS SKILL │ ├─ Property/insurance assessment → THIS SKI...
45
23704 grafana-dashboard-creator jeremylongshore/claude-code-plugins-plus-skills
Grafana Dashboard Creator Purpose This skill provides automated assistance for grafana dashboard creator tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "grafana dashboard creator" in your request Ask about grafana dashboard creator patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for graf...
45
23705 v3 security overhaul proffesor-for-testing/agentic-qe
V3 Security Overhaul What This Skill Does Orchestrates comprehensive security overhaul for claude-flow v3, addressing critical vulnerabilities and establishing security-first development practices using specialized v3 security agents. Quick Start Initialize V3 security domain (parallel) Task ( "Security architecture" , "Design v3 threat model and security boundaries" , "v3-security-architect" ) Task ( "CVE remediation" , "Fix CVE-1, CVE-2, CVE-3 critical vulnerabilities" , "security-auditor" ) ...
45
23706 testing-tauri-apps dchuk/claude-code-tauri-skills
This skill covers testing strategies for Tauri v2 applications: unit testing with mocks, end-to-end testing with WebDriver, and CI integration. Testing Approaches Overview Tauri supports two primary testing methodologies: - Unit/Integration Testing - Uses a mock runtime without executing native webview libraries - End-to-End Testing - Uses WebDriver protocol for browser automation Mocking Tauri APIs The `@tauri-apps/api/mocks` module simulates a Tauri environment during frontend testing....
45
23707 react-composition-patterns tech-leads-club/agent-skills
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
45
23708 laravel:transactions-and-consistency jpcaparas/superpowers-laravel
Ensure multi-step changes are atomic; make retries safe. Commands ``` DB::transaction(function () use ($order, $payload) { $order->update([...]); $order->items()->createMany($payload['items']); OrderUpdated::dispatch($order); // or flag for after-commit }); // Listener queued after commit class SendInvoice implements ShouldQueue { public $afterCommit = true; } ``` Patterns - Use `DB::transaction` to wrap write sequences and related side-effects - Prefer `$afterCom...
45
23709 dataset curator eddiebe147/claude-settings
Dataset Curator The Dataset Curator skill guides you through the critical process of preparing high-quality training data for machine learning models. Data quality is the single most important factor in model performance, yet it is often underinvested. This skill helps you systematically clean, validate, augment, and maintain datasets that lead to better models. From initial collection to ongoing maintenance, this skill covers deduplication, label quality assessment, bias detection, augmentation...
45
23710 hwc-media-content thehotwireclub/hotwire_club-skills
Media & Rich Content Implement media-centric Hotwire features with Stimulus and Turbo Frames. Core Workflow Identify media mode: upload/preview, playback controls, progress persistence, or embedded library integration. Keep media state in Stimulus values; bridge third-party APIs through value callbacks and targets. Use browser-native APIs first ( URL.createObjectURL , Picture-in-Picture, IntersectionObserver, MediaSession). Clean up all allocated resources in disconnect() (observers, blob URLs, ...
45
23711 ms365-tenant-manager borghei/claude-skills
Microsoft 365 Tenant Manager This skill provides expert guidance and automation for Microsoft 365 Global Administrators managing tenant setup, configuration, user lifecycle, security policies, and organizational optimization. Capabilities Tenant Setup & Configuration: Initial tenant setup, domain configuration, DNS records, service provisioning User & Group Management: User lifecycle (create, modify, disable, delete), group creation, license assignment Security & Compliance: Conditional Access...
45
23712 equity structurer eddiebe147/claude-settings
Equity Structurer Structure founder equity, vesting schedules, and employee option plans When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create equity structurer equity structure Review and optimize review equity structurer Get best practices equity structurer best pra...
45
23713 prd-generator oimiragieo/agent-studio
PRD Generator Overview Generate comprehensive, well-structured Product Requirements Documents (PRDs) that follow industry best practices. This skill helps product managers create clear, actionable requirements documents that align stakeholders and guide development teams. Core Workflow When a user requests to create a PRD (e.g., "create a PRD for a user authentication feature"), follow this workflow: Step 1: Gather Context Before generating the PRD, collect essential information through a d...
45
23714 claude-md-writer testacode/llm-toolkit
CLAUDE.md Writer A skill for creating and optimizing CLAUDE.md files following official Anthropic best practices (2026-01). When to Use This Skill Creating a new CLAUDE.md for a project Reviewing/auditing an existing CLAUDE.md Optimizing documentation for better Claude Code performance User asks about CLAUDE.md best practices Golden Rule Para cada línea, preguntá: "¿Eliminar esto causaría que Claude cometa errores?" Si no, eliminalo. CLAUDE.md inflados causan que Claude ignore instrucciones. ...
45
23715 infographic-template-updater antvis/infographic
Infographic Template Updater Overview Update public template lists and gallery mappings when new templates are added in src/templates. Workflow Collect new template names from the added src/templates/*.ts file (object keys). If templates are composed via spreads (e.g. ...listZigzagTemplates), also confirm the final keys in src/templates/built-in.ts. Update template lists: .skills/infographic-creator/SKILL.md in the "Available Templates" list. site/src/components/AIPlayground/Prompt.ts in the t...
45
23716 monorepo-architecture thebushidocollective/han
This skill provides comprehensive guidance on designing and structuring monorepos, including workspace organization, dependency management, versioning strategies, and architectural patterns that scale from small projects to enterprise applications. Monorepo vs Polyrepo When to Choose Monorepo A monorepo is beneficial when: - Code sharing is frequent: Multiple projects share common libraries, utilities, or components - Atomic changes needed: Changes span multiple packages and need to be de...
45
23717 monorepo-setup patricio0312rev/skills
Monorepo Setup Configure a scalable monorepo with Turborepo and pnpm workspaces. Core Workflow Initialize structure: Create workspace layout Configure pnpm: Setup workspaces Add Turborepo: Configure build pipeline Create shared packages: Common utilities Setup apps: Applications consuming packages Configure CI/CD: Optimized builds Directory Structure monorepo/ ├── apps/ │ ├── web/ Next.js app │ ├── api/ Express/Fastify API │ └── mobile/ Rea...
45
23718 site-reliability-engineer erichowens/some_claude_skills
Site Reliability Engineer Expert in Docusaurus build health, MDX validation, and deployment safety for the Claude Skills showcase website. Prevents common build failures through pre-commit validation and automated health checks. When to Use Use for: Pre-commit validation of markdown/MDX files Catching Liquid template syntax errors Validating SkillHeader component props Checking for missing hero images/ZIP files Pre-build link validation Post-build health reports Diagnosing Docusaurus build f...
45
23719 router-engineering vasilyu1983/ai-agents-public
Router: Engineering Routes technical problems through the complete engineering skill set. Routing Workflow Identify the primary user intent (what they want done). Match the intent to a domain (AI/ML, software, data, dev workflow, Claude Code). Select a primary skill and up to 2 supporting skills (a chain) when the task spans domains. If confidence is below 0.8 or intents tie, ask 1 clarifying question before routing. If the request is mainly business/marketing or QA/DevOps, hand off to the app...
45
23720 logo-management sgcarstrends/sgcarstrends
Logo Management Skill This skill helps you manage car logos in packages/logos/. When to Use This Skill Adding new car brand logos Updating logo sources or URLs Debugging logo fetching failures Implementing brand name normalization Managing Vercel Blob storage Optimizing logo caching with Redis Scraping logos from external sources Logo Package Architecture packages/logos/ ├── src/ │ ├── services/ │ │ └── logo/ │ │ ├── fetch.ts Logo fetching logic │ │ ├── list.ts ...
45
23721 pentest-expert duck4nh/antigravity-kit
No SKILL.md available for this skill. View on GitHub
45
23722 finops-waste laurigates/claude-plugins
/finops:waste Identify GitHub Actions waste patterns and provide actionable fix suggestions. Analyzes skipped runs, bot triggers, missing concurrency groups, and missing path filters. Context Current repo: ! gh repo view --json nameWithOwner --jq '.nameWithOwner' Workflow files: ! find .github/workflows -maxdepth 1 \( -name '*.yml' -o -name '*.yaml' \) Parameters Parameter Description Default repo Repository in owner/name format Current repository Execution 1. Run API-based waste analysis: bash ...
45
23723 content-trend-researcher nicepkg/ai-workflow
Content Trend Researcher A comprehensive content research and analysis skill designed for content creators, marketers, and publishers who need to create high-performing content based on real-world trends and user intent signals. What This Skill Does This skill acts as your content intelligence system, analyzing trends across 10+ platforms to help you: Identify trending topics - Find what's gaining traction across platforms Understand user intent - Analyze search patterns and engagement signa...
45
23724 workflow-brainstorm heyvhuang/ship-faster
Brainstorming Ideas Into Designs Goal Transform "vague ideas/requirements" into actionable designs and specifications , producing reusable file artifacts (rather than just staying in chat). Key requirement: Ask only one question at a time . If a topic is complex, break it into multiple rounds of Q&A—don't throw out a checklist all at once. Core Process (Must Follow) 0) Check Project Context First (Required When Repo Exists) Before asking questions, quickly check: Key documentation: README.md , d...
45
23725 dify-knowledge-base-search tiangong-ai/skills
Dify Knowledge Base Search Prepare required inputs Provide data as JSON containing query and optional retrieval_model.top_k . Read these env vars: DIFY_API_BASE_URL : base API URL and include /v1 (example: https://api.dify.ai/v1 ). DIFY_DATASET_ID : target dataset ID. DIFY_API_KEY : send as Authorization: Bearer <DIFY_API_KEY> . Send request Endpoint: ${DIFY_API_BASE_URL}/datasets/${DIFY_DATASET_ID}/retrieve Headers: Content-Type: application/json Authorization: Bearer <DIFY_API_KEY> Use assets/...
45
23726 method-shorthand-jsdoc epicenterhq/epicenter
Method Shorthand for JSDoc Preservation When factory functions have helper functions that are only used by returned methods, move them INTO the return object using method shorthand. This ensures JSDoc comments are properly passed through to consumers. The Problem You write a factory function with a well-documented helper: function createHeadDoc ( options : { workspaceId : string } ) { const { workspaceId } = options ; / * Get the current epoch number. * * Computes the maximum of all client-propo...
45
23727 sports-podcast-outline-generator onewave-ai/claude-skills
Sports Podcast Outline Generator Create structured podcast episodes. Segment timing, debate points, hot takes, listener questions, ad break placement. Instructions You are an expert sports podcast producer and content strategist. Generate: episode outlines with segment timing, debate topics and hot takes, listener question integration, ad break placement, show flow optimization, and guest interview prep. Output Format Sports Podcast Outline Generator Output Generated: {timestamp} --- Re...
45
23728 alicloud-ai-multimodal-qwen-omni-test cinience/alicloud-skills
Category: test Minimal Viable Test Goals Validate that the omni skill includes the correct latest model family and sample payload. Prerequisites Target skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-omni Recommended check python skills/ai/multimodal/alicloud-ai-multimodal-qwen-omni/scripts/prepare_omni_request.py \ --output output/alicloud-ai-multimodal-qwen-omni/request.json
45
23729 solidity-deploy 0xlayerghost/solidity-agent-kit
Deployment Workflow Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Pre-deployment Checklist (all must pass) Step Command / Action Format code forge fmt Run all tests forge test — zero failures required Check gas report forge test --gas-report — review critical functions Verify config Manually check config/*.json parameters Dry-run forge script <Script> --fork-url <RPC_URL> -vvvv (no --broadc...
45
23730 nextjs-15 gentleman-programming/gentleman-skills
App Router File Conventions app/ ├── layout.tsx Root layout (required) ├── page.tsx Home page (/) ├── loading.tsx Loading UI (Suspense) ├── error.tsx Error boundary ├── not-found.tsx 404 page ├── (auth)/ Route group (no URL impact) │ ├── login/page.tsx /login │ └── signup/page.tsx /signup ├── api/ │ └── route.ts API handler └── _components/ Private folder (not routed) Server Components (Default) // No directi...
45
23731 golang-best-practices difyz9/golang-best-practices
Golang Best Practices Overview This skill provides battle-tested best practices for Go development, covering project organization, error handling, concurrency patterns, testing strategies, performance optimization, and code quality standards. Use these guidelines when writing, reviewing, or refactoring Go code. Project Structure Standard Layout Follow a clean and practical Go project structure: project/ ├── cmd/ │ └── server/ │ └── main.go Application entry point ├── internal/...
45
23732 k6-script-generator jeremylongshore/claude-code-plugins-plus-skills
K6 Script Generator Purpose This skill provides automated assistance for k6 script generator tasks within the Performance Testing domain. When to Use This skill activates automatically when you: Mention "k6 script generator" in your request Ask about k6 script generator patterns or best practices Need help with performance testing skills covering load testing, stress testing, benchmarking, and performance monitoring. Capabilities Provides step-by-step guidance for k6 script generator Follows ind...
45
23733 cards-containers dylantarre/animation-principles
Card & Container Animation Principles Apply Disney's 12 principles to cards and containers for engaging, dimensional interfaces. Principles Applied to Cards 1. Squash & Stretch Cards can subtly compress on drag-start and stretch when released. Keep it minimal: 2-3% scale change maximum. 2. Anticipation Before expanding a card to detail view, briefly scale down (0.98) for 50ms, then expand. Prepares user for the transformation. 3. Staging The card being interacted with should lift above ot...
45
23734 laravel:writing-plans jpcaparas/superpowers-laravel
Turn a confirmed design into a sequence of small, testable steps. Include guardrails and validation before handoff. Structure - Scaffolding Runner: confirm Sail or host - Branch & workspace prep (worktrees optional) - Data Model Migrations and factories (one commit per change) - Seeders if needed for demo flows - Services & Interfaces Controllers/Requests/Resources (or actions) - Ports & adapters for external systems - Jobs/events/listeners as needed - Tests (TDD) Feature tests for...
45
23735 video-production cklxx/elephant.ai
Remotion Video Production Programmable video production skill using Remotion. Generate automated videos from text instructions and produce consistent, brand-aligned videos at scale. When to use this skill Automated video generation : Generate videos from text instructions Brand video production : High-volume videos with consistent style Programmable content : Combine narration, visuals, and animation Marketing content : Product intros, onboarding, promo videos Instructions Step 1: Define the Vid...
45
23736 git-branch-naming laurigates/claude-plugins
Git Branch Naming Conventions Consistent branch naming improves traceability, enables automation, and makes repository history easier to navigate. When to Use This Skill Use this skill when... Use something else when... Creating a new feature/fix branch Managing PR workflows → git-branch-pr-workflow Setting up team branch conventions Committing changes → git-commit-workflow Discussing naming standards Rebase/merge strategies → git-branch-pr-workflow Branch Name Format {type}/{issue}-{short-descr...
45
23737 ugc campaign planner eddiebe147/claude-settings
UGC Campaign Planner Plan and execute user-generated content campaigns that build community and authenticity When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create ugc campaign planner ugc campaign Review and optimize review ugc campaign planner Get best practices ugc ...
45
23738 nps survey creator eddiebe147/claude-settings
NPS Survey Creator Expert Net Promoter Score survey system that helps you measure, analyze, and act on customer loyalty data. This skill provides structured workflows for designing effective NPS programs, analyzing responses, and turning feedback into action. NPS is the gold standard for measuring customer loyalty and predicting growth. But the score itself is just the beginning - the real value is in understanding the "why" behind the number and taking action. This skill helps you build an NPS ...
45
23739 tech-debt-tracker borghei/claude-skills
No SKILL.md available for this skill. View on GitHub
45
23740 training-log-analyzer onewave-ai/claude-skills
Training Log Analyzer Track workouts, stats, progress over time. Identify improvement areas, plateaus, rest/recovery needs, peak performance timing, injury risk. Instructions You are an expert sports scientist and performance analyst. Analyze training logs to identify: improvement trends, plateau periods, rest/recovery needs, peak performance windows, injury risk indicators, and data-driven training adjustments. Output Format Training Log Analyzer Output Generated: {timestamp} --- Resul...
45
23741 survey-analyzer dkyazzentwatwa/chatgpt-skills
Survey Analyzer Comprehensive survey data analysis with Likert scales, cross-tabs, and sentiment analysis. Features Likert Scale Analysis : Agreement scale scoring and visualization Cross-Tabulation : Relationship analysis between categorical variables Frequency Analysis : Response distributions and percentages Sentiment Scoring : Text response sentiment analysis Open-Ended Analysis : Theme extraction from text responses Statistical Tests : Chi-square, correlations, significance testing Visualiz...
45
23742 security-audit dirnbauer/webconsulting-skills
Security Audit You are a security auditor. Your job is to find exploitable vulnerabilities with real impact . Platform terminology This skill is agent-neutral. In the methodology: Task tool means the coding agent's delegation or sub-agent mechanism. research agent means a delegated agent optimized for focused codebase exploration and factual verification. general agent means a delegated agent that can investigate broadly and spawn focused research agents. subagent_type means the equivalent deleg...
45
23743 customer-success dengineproblem/agents-monorepo
Customer Success Comprehensive customer success management covering onboarding, health scoring, QBRs, expansion playbooks, and retention strategies. Overview This skill covers: Customer onboarding programs Health scoring and monitoring QBR (Quarterly Business Review) templates Expansion and upsell playbooks Retention and churn prevention Customer Onboarding Onboarding Program Structure onboarding_phases : phase_1_kickoff : duration : "Week 1" goals : - establish_relationship - set_expectations -...
45
23744 codex longranger2/claude-gpt-workflow
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
45
23745 analytics-unused laurigates/claude-plugins
/analytics:unused Identify commands and skills that have never been invoked, helping you discover unused features or clean up unused plugins. Context Check analytics availability: if [ [ ! -f ~/.claude-analytics/summary.json ] ] ; then echo "No analytics data yet. Cannot determine unused commands/skills." exit 0 fi Execution Scan for unused commands and skills: ANALYTICS_DIR = " ${ HOME } /.claude-analytics" SUMMARY_FILE = " ${ANALYTICS_DIR} /summary.json" echo "🔍 Scanning for unused commands an...
45
23746 capsule-crm membranedev/application-skills
Capsule CRM Capsule CRM is a customer relationship management (CRM) platform. It helps small to medium-sized businesses manage contacts, sales pipelines, and customer interactions. Sales teams and account managers use it to track leads and nurture customer relationships. Official docs: https://developer.capsulecrm.com/ Capsule CRM Overview Opportunity Track Case Contact Organization Project Working with Capsule CRM This skill uses the Membrane CLI to interact with Capsule CRM. Membrane handles a...
45
23747 audit-log-generator dengineproblem/agents-monorepo
Audit Log Generator Expert Эксперт в проектировании и реализации логов аудита для безопасности, соответствия требованиям и мониторинга. Основные элементы лога Каждая запись должна содержать: Timestamp : UTC с точностью до миллисекунд Event ID : Уникальный идентификатор Actor : Кто выполнил действие Action : Что было выполнено (CREATE, READ, UPDATE, DELETE) Resource : На что было воздействие Source : IP адрес, приложение Result : Успех/неудача Risk Level : Классификация критичности JSON формат (р...
45
23748 secrets-scanner patricio0312rev/skills
Secrets Scanner Detect and prevent leaked credentials in your codebase. Secret Detection Patterns .gitleaks.toml title = "Gitleaks Configuration" [[rules]] id = "aws-access-key" description = "AWS Access Key" regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}''' tags = ["key", "AWS"] [[rules]] id = "aws-secret-key" description = "AWS Secret Key" regex = '''(?i)aws(.{0,20})?(?-i)['\"][0-9a-zA-Z\/+]{40}['\"]''' tags = ["key", "AWS"] [[rules]] id = "github-token" des...
45
23749 tool-x-article-publisher heyvhuang/ship-faster
X Article Publisher Publish Markdown content into X (Twitter) Articles as a draft , preserving formatting via rich text paste and deterministic image insertion. Hard Rules (Safety) Never auto-publish (draft only; user publishes manually). User must be logged in before automation starts. First image = cover image (if any). Prerequisites Browser automation available (Playwright MCP or equivalent) X account can access Articles (Premium / Premium Plus) macOS recommended (clipboard helper uses Cocoa)...
45
23750 ls-lint paulrberg/agent-skills
ls-lint v2.3 Version Notice: This skill documents ls-lint v2.3 specifically. Before proceeding, verify the installed version matches: ls-lint --version or npx @ls-lint/ls-lint --version If a different version is installed, stop and consult the official documentation for that version at https://ls-lint.org or the GitHub repository at https://github.com/loeffel-io/ls-lint . Configuration syntax and available rules may differ between versions. An extremely fast directory and filename linter that e...
45