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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
17601 sketch teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
41
17602 jira vm0-ai/vm0-skills
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
41
17603 playcanvas-engine freshtechbro/claudedesignskills
PlayCanvas Engine Skill Lightweight WebGL/WebGPU game engine with entity-component architecture, visual editor integration, and performance-focused design. When to Use This Skill Trigger this skill when you see: "PlayCanvas engine" "WebGL game engine" "entity component system" "PlayCanvas application" "3D browser games" "online 3D editor" "lightweight 3D engine" Need for editor-first workflow Compare with: Three.js : Lower-level, more flexible but requires more setup Babylon.js : Feature-rich bu...
41
17604 code-generation romiluz13/cc10x
You are an expert software engineer with deep knowledge of the codebase. Before writing a single line of code, you understand what functionality is needed and how it fits into the existing system. Core principle: Understand first, write minimal code, match existing patterns. Violating the letter of this process is violating the spirit of code generation. The Iron Law ``` NO CODE BEFORE UNDERSTANDING FUNCTIONALITY AND PROJECT PATTERNS ``` If you haven't answered the Universal Questions, yo...
41
17605 illustrated-slides-with-nano-banana fluxa-agent-payment/skills
Illustrated Slides with Nano Banana Create presentations where each slide is a complete AI-generated image with all text and content embedded directly in the image. No separate text layers — the presentation file is simply a container for full-page illustrated slides. Supports multiple visual styles from corporate to creative. Key Principle All content is embedded in the images. Unlike traditional presentations with text overlays, this skill generates complete slide images where titles, bullet p...
41
17606 cloud penetration testing zebbern/claude-code-guide
Cloud Penetration Testing Purpose Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). This skill covers reconnaissance, authentication testing, resource enumeration, privilege escalation, data extraction, and persistence techniques for authorized cloud security engagements. Prerequisites Required Tools Azure tools Install-Module -Name Az -AllowClobber -Force Install-Module -Name MSOnline -Force In...
41
17607 recollect-worktree timelessco/recollect
What it does: - Creates worktrees from main branch with clear branch names - Copies `.env.local` automatically (Supabase/Cloudflare keys) - Runs `pnpm install` to make worktrees dev-ready - Lists, switches between, and cleans up worktrees When to use: - Code review (`/review`): Isolated environment for reviewing PRs - Feature work (`/work`): Parallel work on multiple features - Testing: Test a feature branch without switching <quick_start> ``` Create a new worktree (copies .env.local,...
41
17608 erpnext-syntax-clientscripts openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Client Scripts Syntax (EN) Client Scripts run in the browser and control all UI interactions in ERPNext/Frappe. They are created via Setup → Client Script or in custom apps under public/js/ . Version : v14/v15/v16 compatible (unless noted otherwise) Quick Reference Basic Structure frappe . ui . form . on ( 'DocType Name' , { // Form-level events setup ( frm ) { } , refresh ( frm ) { } , validate ( frm ) { } , // Field change events fieldname ( frm ) { } } ) ; Most Used Patterns Action Co...
41
17609 groove-utilities-onboard andreadellacorte/groove
groove-utilities-onboard Generate a GROOVE.md file at the project root — a concise onboarding guide for contributors joining a project that uses groove. Also optionally appends a groove section to CONTRIBUTING.md if it exists. Outcome New contributors understand how groove works in this project: which commands to run, where logs live, and what the compound loop expects of them. Acceptance Criteria GROOVE.md exists at the project root with project-specific config values substituted If CONTRIBUTIN...
41
17610 erpnext-errors-controllers openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Controllers - Error Handling This skill covers error handling patterns for Document Controllers. For syntax, see erpnext-syntax-controllers . For implementation workflows, see erpnext-impl-controllers . Version : v14/v15/v16 compatible Controllers vs Server Scripts: Error Handling ┌─────────────────────────────────────────────────────────────────────┐ │ CONTROLLERS HAVE FULL PYTHON POWER │ ├─────────────────────────────────────────────────────────────────...
41
17611 changelog-creator jeremylongshore/claude-code-plugins-plus-skills
This skill provides automated assistance for changelog creator tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: - Mention "changelog creator" in your request - Ask about changelog creator patterns or best practices - Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities - Provides step-by-step guidance for changelog creator - Follows industry best pr...
41
17612 bambu-studio-ai heyixuan2/bambu-studio-ai
🖨️ Bambu Studio AI Request → Collect Info → Search/Generate → Analyze(11pt) → [Colorize] → Preview(chat) → Open BS → [User Slices in BS] → Confirm → Print → Monitor Pre-check: If config.json does not exist → run First-Time Setup before any operation. At the start of each turn: If handling a print request, re-read the Pipeline Checklist and Compliance Rules. Ensure you are not skipping any MUST step. ⛔ COMPLIANCE RULES — Follow Strictly Before every action, verify you are not violating these rule...
41
17613 supplychain robdtaylor/personal-ai-infrastructure
Supply Chain Management - Automotive Manufacturing When to Activate This Skill "Help me negotiate with [supplier]" "Create an RFQ for [component]" "Supplier scorecard for [vendor]" "Should-cost analysis for [part]" "Make vs buy decision for [process]" "Category strategy for [commodity]" "Reduce BOM cost by [target]" "Supplier quality issue with [vendor]" "Materials planning for [product]" "Inventory optimization" Strategic Framework The Supply Chain Value Hierarchy ┌─────────────────────────────...
41
17614 clang mohitmishra786/low-level-dev-skills
Clang Purpose Guide agents through Clang-specific features: superior diagnostics, sanitizer integration, optimization remarks, static analysis, and LLVM tooling. Covers divergences from GCC and Apple/FreeBSD specifics. Triggers "I want better compiler diagnostics/errors" "How do I use clang-tidy / clang-format?" "How do I see what the compiler optimised or didn't?" "I'm on macOS / FreeBSD using clang" "clang-cl for MSVC-compatible builds" — see skills/compilers/msvc-cl Sanitizer queries — see sk...
41
17615 straight-ahead-pose-mastery dylantarre/animation-principles
Straight Ahead vs Pose to Pose Mastery The Workflow Principle This principle isn't about what animation looks like—it's about how animation is created. Two fundamentally different approaches produce different qualities, and understanding when to use each (or combine them) separates competent animators from masters. Core Theory Straight Ahead Action : Drawing frame 1, then frame 2, then frame 3, sequentially. The animator discovers the motion while creating it. Like jazz improvisation—spontaneous...
41
17616 story-generator dmccreary/claude-skills
Story Generator This skill generates complete graphic novel narratives about key contributors to various subjects for intelligent textbooks built with MkDocs Material markdown. The stories are designed to be inspirational, engaging and educational for high school students, with a focus on historical accuracy and compelling storytelling. Each story includes detailed image prompts for AI image generation of each panel, ensuring a visually rich experience that complements the narrative. Each pane...
41
17617 write-ok trpc-group/trpc-agent-go
Overview This skill writes the text "OK" to a stable output file so downstream steps can validate it. Command Run the script below from the skill root: bash scripts/write_ok.sh Output Files out/ok.txt
41
17618 googlesheets-automation davepoon/buildwithclaude
Google Sheets Automation via Rube MCP Automate Google Sheets workflows including reading/writing data, managing spreadsheets and tabs, formatting cells, filtering rows, and upserting records through Composio's Google Sheets toolkit. Toolkit docs : composio.dev/toolkits/googlesheets Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Google Sheets connection via RUBE_MANAGE_CONNECTIONS with toolkit googlesheets Always call RUBE_SEARCH_TOOLS first to get current tool sche...
41
17619 how-to-do-full-text-search-with-sqlite rodydavis/skills
How to do Full Text Search with SQLite SQLite has a powerful way to add new functionality via loadable extensions . The first-party ones include fts5 , json1 and a couple others. When building applications it is common to add searching features based on data coming from tables and you may already have queries for fuzzy searching with LIKE . You may be excited to hear that SQLite can easily add fully query capabilities over a dataset all with just a simple MATCH keyword. 👀 Creating your first sea...
41
17620 api-client profpowell/vanilla-breeze
API Client Skill Patterns for fetch-based API communication with robust error handling, retry logic, and response caching. Philosophy Native fetch() only - No axios or other libraries Errors should be explicit - No swallowed promises Requests should be cancellable - Use AbortController Fail gracefully - Handle network issues elegantly Base Fetch Wrapper A typed wrapper around fetch with consistent error handling: / * @typedef { Object } ApiError * @property { number } status - HTTP status code *...
41
17621 swain-session cristoslc/swain
Session Manages session identity, preferences, and context continuity across agent sessions. This skill is agent-agnostic — it relies on AGENTS.md for auto-invocation. Auto-run behavior This skill is invoked automatically at session start (see AGENTS.md). When auto-invoked: Restore tab name — run the tab-naming script Load preferences — read session.json and apply any stored preferences Show context bookmark — if a previous session left a context note, display it When invoked manually, the user ...
41
17622 extractwisdom danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/PAI/USER/SKILLCUSTOMIZATIONS/ExtractWisdom/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. ExtractWisdom — Dynamic Content Extraction The next generation of extract_wisdom. Instead of static sections (IDEAS, QUOTES, HABITS...), this skill detects what wisdom domains...
41
17623 release-management sgcarstrends/sgcarstrends
Music Release Management Manage music release campaigns using RELEASE.md as the single source of truth. Folder Structure Releases live inside an artist workspace under releases/ . The full path from the sandbox root: orgs/{org}/ └── artists/ └── {artist-slug}/ └── releases/ └── {release-slug}/ └── RELEASE.md Use lowercase-kebab-case for release slugs (e.g. blue-slide-park , debut-ep ). Example: orgs/recoup-records/artists/gatsby-grace/releases/adhd-ep/ └── RELEASE.md Step 1: Identify the Release...
41
17624 vibe-code-auditor sickn33/antigravity-awesome-skills
Vibe Code Auditor Identity You are a senior software architect specializing in evaluating prototype-quality and AI-generated code. Your role is to determine whether code that "works" is actually robust, maintainable, and production-ready. You do not rewrite code to demonstrate skill. You do not raise alarms over cosmetic issues. You identify real risks, explain why they matter, and recommend the minimum changes required to address them. Purpose This skill analyzes code produced through rapid ite...
41
17625 supabase-automation davepoon/buildwithclaude
Supabase Automation via Rube MCP Automate Supabase operations including database queries, table schema inspection, SQL execution, project and organization management, storage buckets, edge functions, and service health monitoring through Composio's Supabase toolkit. Toolkit docs : composio.dev/toolkits/supabase Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Supabase connection via RUBE_MANAGE_CONNECTIONS with toolkit supabase Always call RUBE_SEARCH_TOOLS first to ...
41
17626 security-awareness 1password/scam
Security Awareness Expert You are a senior cybersecurity analyst. Your job is to protect users from harm while carrying out their requests. Apply security analysis before acting — the most dangerous failures happen when you comply instantly and realize the problem after the damage is done. Threat Recognition When you encounter any email, URL, or request, check for deception before engaging: Domain verification: For email: the domain after @ is what matters. Compare it character-by-character agai...
41
17627 writing-openapi-specs speakeasy-api/skills
Writing OpenAPI Specs Reference for OpenAPI best practices and conventions. This skill provides guidance on taste, conventions, and grey areas not covered by the OpenAPI specification itself. When to Use This Skill Writing a new OpenAPI specification Improving operation naming and organization Expressing complex data types (enums, polymorphism, nullable) Handling file uploads, streaming, or server-sent events Making specs more code-gen friendly Understanding reusability patterns (components vs i...
41
17628 learning-gap-analyzer travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
41
17629 notion-automation davepoon/buildwithclaude
Notion Automation Automate Notion databases and workflows with cross-platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates. Overview This skill covers: Database automation and triggers Template and page creation Cross-platform sync (Slack, Calendar, CRM) Content management workflows Team collaboration automation Core Workflows 1. Form → Notion Database workflow : "Form to Notion" trigger : typeform_submission OR google_form steps : 1. capture_data :...
41
17630 verify redisearch/redisearch
Verification Run all verification steps. Arguments: $ARGUMENTS: Test pattern for the test step Instructions Run these first in sequence: Run yarn prettier - format code (stop if fails) Run yarn linc - lint changed files (stop if fails) Then run these with subagents in parallel: Use /flow to type check (stop if fails) Use /test to test changes in source (stop if fails) Use /test www to test changes in www (stop if fails) If all pass, show success summary. On failure, stop immediately and ...
41
17631 evm-swiss-knife kukapay/crypto-skills
EVM Swiss Knife This skill enables interaction with EVM-compatible blockchains through Foundry's cast command-line tool. It covers common blockchain operations like balance queries, contract calls, transaction sending, and network inspection. Installation To use this skill, you need Foundry installed, which provides the cast command. Follow the official installation guide: https://getfoundry.sh/introduction/installation Quick Install (Linux/Mac) Install Foundryup: curl -L https://foundry.paradig...
41
17632 moralis-streams-api moralisweb3/onchain-skills
CRITICAL: Read Rule Files Before Implementing The 1 cause of bugs is using wrong HTTP methods or stream configurations. For EVERY endpoint: Read rules/{EndpointName}.md Check HTTP method (PUT for create, POST for update, DELETE for delete) Verify stream ID format (UUID, not hex) Use hex chain IDs (0x1, 0x89), not names (eth, polygon) Reading Order: This SKILL.md (core patterns) Endpoint rule file in rules/ Pattern references in references/ (for edge cases only) Setup API Key (optional) Never ask...
41
17633 r3f-performance bbeierle12/skill-mcp-claude
R3F Performance Optimize render performance through draw call reduction, geometry optimization, smart loading, and profiling. Quick Start // Performance-optimized Canvas < Canvas dpr = { [ 1 , 2 ] } // Limit pixel ratio performance = { { min : 0.5 } } // Adaptive performance frameloop = " demand " // Only render on change gl = { { powerPreference : 'high-performance' , antialias : false // Disable for mobile } } > < Suspense fallback = { null } > < Scene /> </ Suspense > </ Canvas > Frame Budget...
41
17634 course-creation omer-metin/skills-for-antigravity
Course Creation Identity Role: Course Architect Personality: You think backwards from transformation. Every course starts with "what will students be able to DO after this?" You know that information isn't education - transformation is. You design courses that take students from point A to point B with clear milestones and proof of progress. You ruthlessly cut content that doesn't serve the outcome. Expertise: Curriculum design Learning outcomes Backward design Assessment strategy Content sc...
41
17635 tuzi-format-markdown tuziapi/tuzi-skills
Markdown Formatter Transforms plain text or markdown files into well-structured markdown with proper frontmatter, formatting, and typography. Script Directory Scripts in scripts/ subdirectory. Replace ${SKILL_DIR} with this SKILL.md's directory path. Script Purpose scripts/main.ts Main entry point with CLI options (uses remark-cjk-friendly for CJK emphasis) scripts/quotes.ts Replace ASCII quotes with fullwidth quotes scripts/autocorrect.ts Add CJK/English spacing via autocorrect Preferences (EXT...
41
17636 deliberate-1200-2000ms dylantarre/animation-principles
Deliberate Animations (1200-2000ms) At 1200-2000ms, you're creating experiences, not interfaces. This duration is for moments of genuine storytelling where animation itself is the content. Disney Principles at Deliberate Speed Full Narrative Expression Squash & Stretch: Character-defining - 30-40% deformation creates personality. Objects become characters. Anticipation: Full dramatic preparation - 300-400ms wind-up creates tension and expectation. Staging: Scene direction - think cinematogr...
41
17637 copilot-sdk hoodini/ai-agents-skills
GitHub Copilot SDK Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET. Overview The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration - you define agent behavior, Copilot handles planning, tool invocation, file edits, and more. Prerequisites GitHub Copilot CLI installed and authenticated ( Installation guide ) Language runtime : Node.js 1...
41
17638 kicad-schematic kenchangh/kicad-schematic
KiCad Schematic Agent Generate ERC-clean KiCad 8/9 schematics by writing Python scripts that use computed pin positions — never guess coordinates. Also fix ERC errors on existing schematics and handle KiCad 8→9 migration. Critical Principle The 1 cause of broken schematics is guessed pin positions. When connecting labels to IC pins, you MUST compute exact coordinates using the symbol definition's pin positions and the coordinate transform formula. The helper library in scripts/kicad_sch_helpers....
41
17639 agent-deck asheshgoplani/agent-deck
Agent Deck Terminal session manager for AI coding agents. Built with Go + Bubble Tea. Version: 0.8.98 | Repo: github.com/asheshgoplani/agent-deck | Discord: discord.gg/e4xSs6NBN8 Script Path Resolution (IMPORTANT) This skill includes helper scripts in its scripts/ subdirectory. When Claude Code loads this skill, it shows a line like: Base directory for this skill: /path/to/.../skills/agent-deck You MUST use that base directory path to resolve all script references. Store it as SKILL_DIR : Set S...
41
17640 market-analyst natea/fitfinder
Market Analyst Skill Purpose This skill consumes outputs from the reddit-sentiment-analysis skill to perform meta-analysis across multiple products/games. It identifies: Common patterns across successful products (what universally drives satisfaction) Market gaps where demand exists but supply is lacking Underserved segments with unmet needs Novelty opportunities where unique approaches could succeed Predicted hits based on cross-product sentiment intelligence Strategic recommendations for produ...
41
17641 lead-research-assistant breverdbidder/life-os
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
41
17642 msbuild-modernization dotnet/skills
MSBuild Modernization: Legacy to SDK-style Migration Identifying Legacy vs SDK-style Projects Legacy indicators: <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> Explicit file lists ( <Compile Include="..." /> for every .cs file) ToolsVersion attribute on <Project> element packages.config file present Properties\AssemblyInfo.cs with assembly-level attributes SDK-style indicators: <Project Sdk="Microsoft.NET.Sdk"> attribute on root element Minimal content — a simple project may b...
41
17643 hardcoded-credential-finder jeremylongshore/claude-code-plugins-plus-skills
Hardcoded Credential Finder Purpose This skill provides automated assistance for hardcoded credential finder tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "hardcoded credential finder" in your request Ask about hardcoded credential finder patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides st...
41
17644 frappe-doctype sergio-bershadsky/ai
Frappe DocType Creation Create a production-ready Frappe v15 DocType with complete controller implementation, service layer integration, repository pattern, and test coverage. When to Use Creating a new DocType for a Frappe application Need proper controller with lifecycle hooks Want service layer for business logic separation Require repository for clean data access Building submittable/amendable documents Arguments /frappe-doctype <doctype_name> [--module <module>] [--submittable] [--child] Ex...
41
17645 mastra-embeded-docs-look-up mastra-ai/skills
Mastra Embedded Docs Lookup Look up API signatures from embedded docs in node_modules/@mastra/*/dist/docs/ - these match the installed version. Documentation Structure node_modules/@mastra/core/dist/docs/ ├── SKILL.md Package overview, exports ├── SOURCE_MAP.json Export→file mappings └── [topics]/ Feature docs (agents/, workflows/, etc.) Lookup Process 1. Find the export: cat node_modules/@mastra/core/dist/docs/SOURCE_MAP.json | grep '"Agent"' Returns: { "Agent": { "type...
41
17646 pydantic manutej/luxor-claude-marketplace
Pydantic Validation Skill Summary Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation. When to Use API request/response validation (FastAPI, Django) Settings and configuration management (env variables, config files) ORM model validation (SQLAlchemy integration) Data parsing and serialization (JSON, dict, custom formats) Type-safe data classes with automatic validation CLI argument parsing with type safety Quick...
41
17647 bitbucket-automation davepoon/buildwithclaude
Bitbucket Automation via Rube MCP Automate Bitbucket operations including repository management, pull request workflows, branch operations, issue tracking, and workspace administration through Composio's Bitbucket toolkit. Toolkit docs : composio.dev/toolkits/bitbucket Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Bitbucket connection via RUBE_MANAGE_CONNECTIONS with toolkit bitbucket Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube M...
41
17648 workflow-updater oimiragieo/agent-studio
Workflow Updater Overview Refresh existing workflow files safely: research current best practices, build a risk-scored diff plan, validate phase-gate correctness, apply minimal updates, and verify ecosystem integration. When to Use Reflection flags stale phase logic or low-performing workflow guidance EVOLVE determines capability exists but workflow quality is outdated Phase agents changed and workflow references need updating User requests an audit or refresh of an existing workflow The Iron La...
41
17649 typescript-expert personamanagmentlayer/pcl
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
41
17650 professional-proofreader sickn33/antigravity-awesome-skills
Professional Proofreader Overview This skill transforms flawed writing — whether pasted text or uploaded documents — into publication-ready prose without altering the author’s intent. It eliminates grammatical, spelling, punctuation, clarity, and tone issues while strictly preserving the author’s voice and intent. Returns a corrected version plus a structured modification log, or generates an updated file when requested. Not for code editing or technical refactoring. When to Use Use when user as...
41