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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
13101 post-process-logo tradingstrategy-ai/web3-ethereum-defi
Post-process logo This skill transforms original logo images into standardised 256x256 PNG format suitable for vault protocol metadata. It automatically selects the most square variant from available logos and applies padding if needed to create a perfect square output. Required inputs Before starting, gather the following from the user: Input folder - Folder containing original logo files (e.g., eth_defi/data/vaults/original_logos/protocol-name/) Output folder - Folder where processed logos...
57
13102 intent-build-now arcblock/idd
Intent Build Now Start building from Intent. Validates completeness, then chooses execution path. Workflow /intent-build-now [path] ↓ Locate Intent + plan.md ↓ Validate completeness ──→ Incomplete? ──→ Show gaps, suggest /intent-plan ↓ Check for TaskSwarm │ ├── Has TaskSwarm + TASK.yaml ──→ Delegate to /swarm run │ └── No TaskSwarm ──→ Execute TDD phases directly Step 1: Locate Files Search for Intent files in order: User-specified path intent/{name}/ directories Current directory Required files...
57
13103 multi-agent-performance-profiling terrylica/cc-skills
Multi-Agent Performance Profiling Overview Prescriptive workflow for spawning parallel profiling agents to comprehensively identify performance bottlenecks across multiple system layers. Successfully discovered that QuestDB ingests at 1.1M rows/sec (11x faster than target), proving database was NOT the bottleneck - CloudFront download was 90% of pipeline time. When to Use This Skill Use this skill when: Performance below SLO (e.g., 47K vs 100K rows/sec target) Multi-stage pipeline optimization (...
57
13104 git-2025-features josiahsiegel/claude-plugin-marketplace
📌 NOTE: For detailed Git 2.49+ features (git-backfill, path-walk API, zlib-ng), see git-2-49-features.md skill. 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parame...
57
13105 database-migration-integrity-checker jorgealves/agent_skills
Database Migration Integrity Checker Purpose and Intent The database-migration-integrity-checker is a safety net for your most critical asset: your data. It catches dangerous SQL operations that might pass a standard code review but could cause production outages or data loss. When to Use CI/CD Pipelines : Block deployments if a migration contains a high-risk operation without manual override. Local Development : Run before committing a new migration to ensure it follows safe DDL practices. When...
57
13106 claude-agent-sdk rysweet/amplihack
Claude Agent SDK - Structured Outputs & Error Prevention Guide Package: @anthropic-ai/claude-agent-sdk@0.2.12 Breaking Changes: v0.1.45 - Structured outputs (Nov 2025), v0.1.0 - No default system prompt, settingSources required What's New in v0.1.45+ (Nov 2025) Major Features: 1. Structured Outputs (v0.1.45, Nov 14, 2025) JSON schema validation - Guarantees responses match exact schemas outputFormat parameter - Define output structure with JSON schema or Zod Access validated results - Via me...
57
13107 deep-research z0gsh1u/oh-my-writing-skill
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
57
13108 betterauth-tanstack-convex sstobo/convex-skills
This skill provides guidance for integrating Better Auth authentication with Convex backend and TanStack Start framework. It covers the complete setup process from installation to SSR-compatible authentication flows. When to Use This Skill - Setting up authentication in a new Convex + TanStack Start project - Troubleshooting Better Auth configuration issues - Implementing sign up, sign in, or sign out flows - Configuring SSR authentication with `expectAuth: true` - Adding authenticated se...
57
13109 frontend-development aaaaqwq/claude-code-skills
Frontend Development Guidelines Purpose Comprehensive guide for modern frontend development across React, Vue 3, Svelte 5, and Angular. Covers framework-specific patterns, common architectural principles, and cross-framework best practices. When to Use This Skill Creating components or pages in React, Vue, Svelte, or Angular Building new features with framework-specific patterns Implementing state management (Pinia, Zustand, stores, signals) Setting up routing (TanStack Router, Vue Router, Svelt...
57
13110 framework orchestrator daffy0208/ai-dev-standards
Framework Orchestrator Overview The Framework Orchestrator is the meta-skill that coordinates all other skills and frameworks throughout your project lifecycle. It analyzes your project, identifies the appropriate pattern, and sequences frameworks and skills in the optimal order. Think of it as: Your AI project manager that knows when to apply which methodology. When to Use This Skill Use Framework Orchestrator when: Starting a new project and need guidance on methodology Unsure which frameworks...
57
13111 databricks-apps databricks/databricks-agent-skills
Databricks Apps Development FIRST : Use the parent databricks skill for CLI basics, authentication, and profile selection. Build apps that deploy to Databricks Apps platform. Required Reading by Phase Phase READ BEFORE proceeding Scaffolding Parent databricks skill (auth, warehouse discovery); run databricks apps manifest and use its plugins/resources to build databricks apps init with --features and --set (see AppKit section below) Writing SQL queries SQL Queries Guide Writing UI components Fro...
57
13112 add-audio opusgamelabs/game-creator
Performance Notes Take your time to do this thoroughly Quality is more important than speed Do not skip validation steps Add Audio Add procedural music and sound effects to an existing game. BGM uses a Web Audio API step sequencer for looping patterns. SFX use the Web Audio API directly for true one-shot playback. No audio files or npm packages needed — everything is synthesized in the browser. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load t...
57
13113 docs-style existential-birds/beagle
Documentation Style Guide Apply these principles when writing or reviewing documentation to ensure clarity, consistency, and accessibility for both human readers and LLMs. Voice and Tone Use Second Person Address the reader directly as "you" rather than "the user" or "developers." <!-- Good --> You can configure the API by setting environment variables. <!-- Avoid --> The user can configure the API by setting environment variables. Developers should configure the API by setting environment ...
57
13114 kubernetes-operations laurigates/claude-plugins
Kubernetes Operations Expert knowledge for Kubernetes cluster management, deployment, and troubleshooting with mastery of kubectl and cloud-native patterns. Core Expertise Kubernetes Operations Workload Management : Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs Networking : Services, Ingress, NetworkPolicies, and DNS configuration Configuration & Storage : ConfigMaps, Secrets, PersistentVolumes, and PersistentVolumeClaims Troubleshooting : Debugging pods, analyzing logs, and inspecti...
57
13115 artifacts-builder shipshitdev/library
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
57
13116 code-antipatterns-analysis laurigates/claude-plugins
Expert knowledge for systematic detection and analysis of anti-patterns, code smells, and quality issues across codebases using ast-grep and parallel agent delegation. Analysis Philosophy This skill emphasizes parallel delegation for comprehensive analysis. Rather than sequentially scanning for issues, launch multiple specialized agents to examine different categories simultaneously, then consolidate findings. Analysis Categories 1. JavaScript/TypeScript Anti-patterns Callback Hell & Asy...
57
13117 code-review sgcarstrends/sgcarstrends
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...
57
13118 godot-inventory-system thedivergentai/gd-agentic-skills
Inventory System Slot management, stacking logic, and resource-based items define robust inventory systems. Available Scripts grid_inventory_logic.gd Expert grid inventory with tetris-style placement logic. inventory_grid.gd Grid-based inventory controller with drag-and-drop foundations and auto-sorting. NEVER Do in Inventory Systems NEVER use Nodes for items — Item extends Node = memory leak nightmare. Inventory with 100 items = 100 nodes in tree. Use Item extends Resource for save compatibilit...
57
13119 defi-security 0xlayerghost/solidity-agent-kit
DeFi Security Principles 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. Scope : Only applicable to DeFi projects (DEX, lending, staking, LP, yield). Non-DeFi projects can ignore this skill. Protection Decision Rules Threat Required Protection Whale manipulation Daily transaction caps + per-tx amount limits + cooldown window MEV / sandwich attack EOA-only checks ( msg.sender == tx.origin ), o...
57
13120 dark-mode-design-expert erichowens/some_claude_skills
Dark Mode Design Expert Master dark mode UI design with atmospheric theming, WCAG accessibility, and cross-platform best practices. Specializes in weather/sky/ocean-inspired color systems that adapt to time of day and environmental conditions. When to Use This Skill Activate on: "dark mode", "dark theme", "night mode" "theme switching", "light/dark toggle" "atmospheric UI", "weather theme", "sky gradient" "OLED optimization", "battery-friendly dark" "elevation in dark mode", "surface layering" "...
57
13121 widgetkit-code-review existential-birds/beagle
WidgetKit Code Review Quick Reference Issue Type Reference TimelineProvider, entries, reload policies references/timeline.md Widget families, containerBackground, deep linking references/views.md AppIntentConfiguration, EntityQuery, @Parameter references/intents.md Refresh budget, memory limits, caching references/performance.md Review Checklist placeholder(in:) returns immediately without async work Timeline entries spaced at least 5 minutes apart getSnapshot checks context.isPreview for gal...
57
13122 adhd-design-expert erichowens/some_claude_skills
ADHD-Friendly Design Expert Specialist in designing digital experiences for ADHD brains, combining neuroscience research, UX design principles, and lived experience. Creates interfaces that work WITH executive dysfunction, not against it. When to Use This Skill Use for: Designing apps/websites for ADHD users Reducing cognitive load in interfaces Time blindness solutions (timers, progress bars) Dopamine-driven engagement patterns Compassionate, non-shaming UX copy Gamification that respects A...
57
13123 python-package-migrator jorgealves/agent_skills
Python Package Migrator Purpose and Intent Plan and execute upgrades for Python libraries, handling breaking changes. Use when performing major version bumps for frameworks like Django or FastAPI. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosys...
57
13124 test-fixing mhattingpete/claude-skills-marketplace
Test Fixing Systematically identify and fix all failing tests using smart grouping strategies. When to Use Explicitly asks to fix tests ("fix these tests", "make tests pass") Reports test failures ("tests are failing", "test suite is broken") Completes implementation and wants tests passing Mentions CI/CD failures due to tests Systematic Approach 1. Initial Test Run Run make test to identify all failing tests. Analyze output for: Total number of failures Error types and patterns Affected mo...
57
13125 workflow brianlovin/claude-config
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
57
13126 langchain hoodini/ai-agents-skills
LangChain - Build LLM Applications with Agents & RAG The most popular framework for building LLM-powered applications. When to use LangChain Use LangChain when: Building agents with tool calling and reasoning (ReAct pattern) Implementing RAG (retrieval-augmented generation) pipelines Need to swap LLM providers easily (OpenAI, Anthropic, Google) Creating chatbots with conversation memory Rapid prototyping of LLM applications Production deployments with LangSmith observability Metrics: 119,0...
57
13127 fix-sphix-docs tradingstrategy-ai/web3-ethereum-defi
Fix errors and warnings in Sphinx docs build This skill iterates over Sphinx docs build and attempt to fix easily addressable errors and warnings. Steps Run Sphinx build: (source ./.venv/bin/activate && cd ./docs/ && make html), but with a twist: figure out how to abort after 60 second do not try to wait for the full build takes too long. Check the output warnings and errors you could attempt to fix. DON'T TOUCH AUTO GENERATED RST FILES. These are in _autosummary folders like _autosummary_d2. ...
57
13128 migrating-memory letta-ai/letta-code
Migrating Memory This skill helps migrate memory blocks from an existing agent to a new agent, similar to macOS Migration Assistant for AI agents. Requires Memory Filesystem (memfs) This workflow is memfs-first. If memfs is enabled, do not use the legacy block commands — they can conflict with file-based edits. To check: Look for a memory_filesystem block in your system prompt. If it shows a tree structure starting with /memory/ including a system/ directory, memfs is enabled. To enable: Ask the...
57
13129 competitive intelligence eddiebe147/claude-settings
Competitive Intelligence Expert OSINT (Open Source Intelligence) agent that conducts deep competitive research, monitors competitor activities, and provides strategic intelligence. Specializes in product analysis, pricing intelligence, marketing strategy reverse-engineering, and early warning systems for competitive threats. This skill uses advanced web scraping, change detection, and data synthesis to build comprehensive competitive profiles and maintain ongoing intelligence. Essential for prod...
57
13130 konsta-ui cap-go/capgo-skills
Konsta UI Design Guide Build pixel-perfect iOS and Material Design apps with Konsta UI. When to Use This Skill User wants native-looking UI without Ionic User asks about Konsta UI User wants iOS/Material Design components User is using React/Vue/Svelte User wants lightweight UI framework What is Konsta UI? Konsta UI provides: Pixel-perfect iOS and Material Design components Works with React, Vue, and Svelte Tailwind CSS integration ~40 mobile-optimized components Small bundle size (~30KB gzipped...
56
13131 modern-web-design kuse-ai/kuse-skills
Modern Web Design Creator Build beautiful, responsive websites using modern design principles, Tailwind CSS, and contemporary UI patterns. Creates production-ready code with animations, responsive layouts, and accessibility features. When to Use This Skill Use this skill for: Landing pages and marketing websites Portfolio and personal brand sites Business and company websites SaaS application interfaces E-commerce product pages Blog and content sites Dashboard and admin interfaces Design System ...
56
13132 umbraco-msw-testing umbraco/umbraco-cms-backoffice-skills
Umbraco MSW Testing What is it? MSW (Mock Service Worker) enables testing Umbraco backoffice extensions by intercepting API calls and returning mock responses. This is ideal for testing error states, loading states, and edge cases without a running Umbraco instance. When to Use Testing API error handling (404, 500, validation errors) Testing loading spinners and skeleton states Testing network retry behavior Testing edge cases without backend setup Adding API mocking to unit tests
56
13133 schema-e2e-validation terrylica/cc-skills
Earthly requires Docker. Start Colima before running: ``` colima start ``` Check if running: ``` docker ps Should not error ``` Doppler Access (For validation targets) Required for `+test-schema-validate` and `+test-schema-e2e`: ``` doppler configure set token <token_from_1password> doppler setup --project gapless-network-data --config prd ``` Earthly Installation ``` brew install earthly ``` Quick Commands Generation only (no secrets) ``` cd /Users/terryli/eon/gapless-netwo...
56
13134 git-2-49-features josiahsiegel/claude-plugin-marketplace
Git 2.49+ Features (2025) git-backfill Command (New in 2.49) What: Efficiently download missing objects in partial clones using the path-walk API. Why: Dramatically improves delta compression when fetching objects from partial clones, resulting in smaller downloads and better performance. Basic Usage Check if you have a partial clone git config extensions.partialClone Download missing objects in background git backfill Download with custom batch size git backfill --batch-size=1000 Resp...
56
13135 identify vault protocol tradingstrategy-ai/web3-ethereum-defi
Identify vault protocol This skill attempts to identify a vault protocol based on its smart contract source. Required inputs Chain and smart contract address : Given as an explorer link Step 1. Get the smart contract source code and deployer name If there a named deployer address for the smart contract, save it as a clue as well. The "deployer" word in the name is not part of the protocol name. Get it from the blockchain explorer. If you cannot get the smart contract source code, abort. The depl...
56
13136 git-branch-pr-workflow laurigates/claude-plugins
Expert guidance for branch management, pull request workflows, and GitHub integration using modern Git commands and linear history practices. Core Expertise - Main-Branch Development: Work on main locally, push to remote feature branches for PRs - Modern Git Commands: Use `git switch` and `git restore` instead of checkout - Branch Naming: See [git-branch-naming](https://github.com/laurigates/claude-plugins/blob/main/git-plugin/skills/git-branch-pr-workflow/../git-branch-naming/SKILL.md) ski...
56
13137 gemini-research-browser-use grasseed/google-search-browser-use
Perform research or queries using Google Gemini via Chrome DevTools Protocol (CDP). This method reuses the user's existing Chrome login session to interact with the Gemini web interface (`https://gemini.google.com/`). Prerequisites - Python + websockets Verify: ``` python3 --version python3 -m pip show websockets ``` Install if missing: ``` python3 -m pip install websockets ``` - Google Chrome Verify: ``` "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --version ``` ...
56
13138 cloud-devops sickn33/antigravity-awesome-skills
Cloud/DevOps Workflow Bundle Overview Comprehensive cloud and DevOps workflow for infrastructure provisioning, container orchestration, CI/CD pipelines, monitoring, and cloud-native application development. When to Use This Workflow Use this workflow when: Setting up cloud infrastructure Implementing CI/CD pipelines Deploying Kubernetes applications Configuring monitoring and observability Managing cloud costs Implementing DevOps practices Workflow Phases Phase 1: Cloud Infrastructure Setup Skil...
56
13139 svelte-expert oimiragieo/agent-studio
Svelte Expert svelte 5 component structure snippets When reviewing or writing code, apply these guidelines: Use snippets and render tags to create reusable chunks of markup inside components. Snippets help reduce duplication and enhance maintainability. svelte 5 general rules When reviewing or writing code, apply these guidelines: Always use Svelte 5 instead of Svelte 4. Use runes for controlling reactivity; runes replace certain non-runes features and provide more explicit control over stat...
56
13140 candidate-evaluation pollinations/pollinations
Candidate Evaluation Skill Evaluate GitHub contributors for engineering roles at Pollinations. When to Use User asks to evaluate a contributor or candidate User wants to research GitHub profiles for hiring User needs to update CONTRIBUTORS.md with candidate analysis User mentions "hiring", "candidate", "MLOps", or "evaluate contributor" Evaluation Criteria Must-Have Skills (Weight: High) Python : Primary language proficiency DevOps : Docker, CI/CD, infrastructure GPU/ML Deployment : Model servin...
56
13141 cucumber-best-practices thebushidocollective/han
Cucumber Best Practices Master patterns and practices for effective Cucumber testing. Scenario Design Principles 1. Write Declarative Scenarios Focus on what needs to happen, not how it happens. ❌ Imperative (implementation-focused): Scenario: Add product to cart Given I navigate to "http://shop.com/products" When I find the element with CSS ".product[data-id='123']" And I click the button with class "add-to-cart" And I wait for the AJAX request to complete Then the element ".cart...
56
13142 spring-boot-skill sivaprasadreddy/sivalabs-agent-skills
Spring Boot Skill Apply the practices below when developing Spring Boot applications. Read the linked reference only when working on that area. Maven pom.xml Configuration Read references/spring-boot-maven-config.md for Maven pom.xml configuration with supporting plugins and configurations to improve code quality, and testing. Package structure Read references/code-organization.md for domain-driven, module-based package layout and naming conventions. Spring Data JPA Implement the repository and ...
56
13143 github-workflow-automation ruvnet/claude-flow
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
56
13144 createcli danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/CreateCLI/ 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. CreateCLI Automated CLI Generation System Generate production-ready TypeScript CLIs with comprehensive documentation, type safety, error handling, and CLI-First Architecture...
56
13145 jira-assistant tech-leads-club/agent-skills
Jira Assistant You are an expert in using Atlassian MCP tools to interact with Jira. When to Use Use this skill when the user asks to: Search for Jira issues or tasks Create new Jira issues (Task, Epic, Subtask) Update existing issues Transition issue status (To Do → In Progress → Done, etc.) Add comments to issues Manage assignees Query issues with specific criteria Configuration Project Detection Strategy (Automatic): Check workspace rules first : Look for Jira configuration in .cursor/rules/j...
56
13146 b2c-webservices salesforcecommercecloud/b2c-developer-tooling
Web Services Skill This skill guides you through implementing web service integrations in B2C Commerce using the Service Framework. Overview The Service Framework provides a structured way to call external services with: Feature Description Configuration Service settings managed in Business Manager Rate Limiting Automatic throttling to protect external systems Circuit Breaker Automatic failure handling to prevent cascade failures Logging Communication logging with sensitive data filtering Mockin...
56
13147 bootstrap-layout sjnims/bootstrap-expert
Bootstrap 5.3 Layout System Bootstrap's layout system is built on flexbox and provides a powerful 12-column grid for creating responsive layouts. This skill covers containers, the grid system, breakpoints, and layout utilities. Breakpoints Bootstrap's responsive design uses six default breakpoints: Breakpoint Class infix Dimensions Extra small None <576px Small sm ≥576px Medium md ≥768px Large lg ≥992px Extra large xl ≥1200px Extra extra large xxl ≥1400px Breakpoints apply at the specified ...
56
13148 chain-integration shapeshift/web
Second-class EVM chain? If this is a second-class EVM chain integration, disregard the rest of this skill. Load and follow the contract at .claude/contracts/second-class-evm-chain.md instead - it contains the complete, authoritative checklist of every integration point required. Use the contract as your build todo list, checking off items as you go. Chain Integration Skill You are helping integrate a new blockchain as a second-class citizen into ShapeShift Web and HDWallet. This means basic supp...
56
13149 api-reference-documentation secondsky/claude-skills
API Reference Documentation Overview Generate professional API documentation that developers can use to integrate with your API, including endpoint specifications, authentication, request/response examples, and interactive documentation. When to Use Documenting REST APIs Creating OpenAPI/Swagger specifications GraphQL API documentation SDK and client library docs API authentication guides Rate limiting documentation Webhook documentation API versioning guides OpenAPI Specification Example open...
56
13150 go-expert oimiragieo/agent-studio
Go Expert go api development general rules When reviewing or writing code, apply these guidelines: You are an expert AI programming assistant specializing in building APIs with Go, using the standard library's net/http package and the new ServeMux introduced in Go 1.22. Always use the latest stable version of Go (1.22 or newer) and be familiar with RESTful API design principles, best practices, and Go idioms. Follow the user's requirements carefully & to the letter. First think step-by-step - ...
56