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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9151 system-overview parcadei/continuous-claude-v3
System Overview Show users how Continuous Claude works - the opinionated setup with hooks, memory, and coordination. When to Use User asks "how does this work?" User asks "what can you remember?" User asks "what's different about this setup?" User runs /system_overview Response CONTINUOUS CLAUDE SYSTEM OVERVIEW ================================= MEMORY LAYER (PostgreSQL + pgvector) ------------------------------------ - 78,000+ temporal facts from past sessions - Learnings extracted automatica...
352
9152 tldr-stats parcadei/continuous-claude-v3
TLDR Stats Skill Show a beautiful dashboard with token usage, actual API costs, TLDR savings, and hook activity. When to Use See how much TLDR is saving you in real $ terms Check total session token usage and costs Before/after comparisons of TLDR effectiveness Debug whether TLDR/hooks are being used See which model is being used Instructions IMPORTANT: Run the script AND display the output to the user. Run the stats script: python3 $CLAUDE_PROJECT_DIR/.claude/scripts/tldr_stats.py Copy the...
352
9153 tldr-router parcadei/continuous-claude-v3
TLDR Smart Router Maps questions to the optimal tldr command. Use this to pick the right layer. Question → Command Mapping "What files/functions exist?" tldr tree . --ext .py File overview tldr structure src/ --lang python Function/class overview Use: Starting exploration, orientation "What does X call / who calls X?" tldr context <function> --project . --depth 2 tldr calls src/ Use: Understanding architecture, finding entry points "How complex is X?" tldr cfg <file> <functio...
352
9154 prompt-optimizer getsentry/skills
Prompt Optimizer Analyze a draft prompt, critique it, match it to ECC ecosystem components, and output a complete optimized prompt the user can paste and run. When to Use User says "optimize this prompt", "improve my prompt", "rewrite this prompt" User says "help me write a better prompt for..." User says "what's the best way to ask Claude Code to..." User says "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令" User pastes a draft prompt and asks for feedback or enhancement User says "I don't know ...
352
9155 ffmpeg-video-editor bryanwhl/ffmpeg-video-editor
FFmpeg Video Editor You are a video editing assistant that translates natural language requests into FFmpeg commands. When the user asks to edit a video, generate the correct FFmpeg command. How to Generate Commands Identify the operation from the user's request Extract parameters (input file, output file, timestamps, formats, etc.) Generate the FFmpeg command using the patterns below If output filename not specified , create one based on the operation (e.g., video_trimmed.mp4 ) Always include -...
352
9156 quick-game opusgamelabs/game-creator
Performance Notes Take your time to do this thoroughly Quality is more important than speed Do not skip validation steps Quick Game (Fast Prototype) Build a playable game prototype as fast as possible. This is /make-game without the polish — just scaffold + implement the core loop. Get something on screen, then incrementally add layers with /add-assets , /design-game , /add-audio , /game-deploy , and /monetize-game . What you'll get: A scaffolded game project with clean architecture Core gamepla...
352
9157 dual-axis-skill-reviewer tradermonty/claude-trading-skills
Dual Axis Skill Reviewer Run the dual-axis reviewer script and save reports to reports/ . The script supports: Random or fixed skill selection Auto-axis scoring with optional test execution LLM prompt generation LLM JSON review merge with weighted final score Cross-project review via --project-root When to Use Need reproducible scoring for one skill in skills/*/SKILL.md . Need improvement items when final score is below 90. Need both deterministic checks and qualitative LLM code/content review. ...
352
9158 axiom-xcode-mcp charleswiltgen/axiom
Xcode MCP Router You MUST use this skill for ANY Xcode MCP interaction — setup, tool usage, workflow patterns, or troubleshooting. Xcode 26.3 ships an MCP server ( xcrun mcpbridge ) that exposes 20 IDE tools to external AI clients. This router directs you to the right specialized skill. When to Use Use this router when: Setting up Xcode MCP for the first time Configuring xcrun mcpbridge for any MCP client Using any Xcode MCP tool (file ops, build, test, preview) Building, testing, or previewing ...
352
9159 axiom-shipping charleswiltgen/axiom
Shipping & App Store Router You MUST use this skill when preparing to submit ANY app, handling App Store rejections, or working on release workflow. When to Use Use this router when you encounter: Preparing an app for App Store submission App Store rejection (any guideline) Metadata requirements (screenshots, descriptions, keywords) Privacy manifest and nutrition label questions Age rating and content classification Export compliance and encryption declarations EU DSA trader status Account delet...
352
9160 edge-strategy-reviewer tradermonty/claude-trading-skills
Edge Strategy Reviewer Deterministic quality gate for strategy drafts produced by edge-strategy-designer . When to Use After edge-strategy-designer generates strategy_drafts/*.yaml Before exporting drafts to edge-candidate-agent via the pipeline When manually validating a draft strategy for edge plausibility Prerequisites Strategy draft YAML files (output of edge-strategy-designer ) Python 3.10+ with PyYAML Workflow Load draft YAML files from --drafts-dir or a single --draft file Evaluate each d...
352
9161 linux-server-expert duck4nh/antigravity-kit
Linux Server Expert Initial Server Setup Update system apt update && apt upgrade -y Create user with sudo adduser deploy usermod -aG sudo deploy SSH key auth mkdir -p /home/deploy/.ssh chmod 700 /home/deploy/.ssh Add public key to authorized_keys Disable root login & password auth vim /etc/ssh/sshd_config PermitRootLogin no PasswordAuthentication no systemctl restart sshd Firewall (UFW) ufw default deny incoming ufw default allow outgoing ufw allow ssh ufw allow 80 /tcp ufw allow 443 /tcp...
352
9162 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...
352
9163 level-design pluginagentmarketplace/custom-plugin-game-developer
Level Design Level Design Philosophy ┌─────────────────────────────────────────────────────────────┐ │ LEVEL DESIGN PILLARS │ ├─────────────────────────────────────────────────────────────┤ │ 1. FLOW: Guide the player naturally through space │ │ 2. PACING: Control intensity and rest moments │ │ 3. DISCOVERY: Reward exploration and curiosity │ │ 4. CLARITY: Player always knows where to go │ │ 5. CHALLENGE: Sk...
352
9164 walkthrough-video jezweb/claude-skills
Walkthrough Video Generator Create professional walkthrough videos from app screenshots or live sites using Remotion. Produces smooth, polished MP4 videos with transitions, zoom effects, and text overlays. Overview This skill takes a set of screenshots (or captures them from a running app) and orchestrates them into a Remotion video composition with: Smooth transitions between screens (fade, slide, wipe) Zoom effects to highlight specific UI areas Text overlays with titles, descriptions, and cal...
352
9165 cc-skill-backend-patterns sickn33/antigravity-awesome-skills
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. API Design Patterns RESTful API Structure // ✅ Resource-based URLs GET / api / markets List resources GET / api / markets / : id Get single resource POST / api / markets Create resource PUT / api / markets / : id Replace resource PATCH / api / markets / : id Update resource DELETE / api / markets / : id ...
352
9166 release yeachan-heo/oh-my-claudecode
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
352
9167 sql-query-optimization aj-geddes/useful-ai-prompts
SQL Query Optimization Overview Analyze SQL queries to identify performance bottlenecks and implement optimization techniques. Includes query analysis, indexing strategies, and rewriting patterns for improved performance. When to Use Slow query analysis and tuning Query rewriting and refactoring Index utilization verification Join optimization Subquery optimization Query plan analysis (EXPLAIN) Performance baseline establishment Query Analysis Framework 1. Analyze Current Performance PostgreS...
352
9168 text-to-image-prompt-optimizer manzxiao/text-to-image-prompt-optimizer
AI Image Prompt Optimizer Generate professional, optimized prompts for AI image generation tools with primary support for Google Gemini (Nano Banana) , plus Midjourney, Stable Diffusion, DALL-E, Leonardo.ai, and others. Core Workflow When a user requests prompt generation or optimization: Understand the intent Identify the core subject and desired outcome Ask clarifying questions ONLY if the request is extremely vague Default to reasonable assumptions rather than over-questioning Generate compre...
352
9169 superwall-editor superwall/skills
Superwall Paywall Editor Paywalls are built in a browser editor that exposes its tools over an authenticated relay. This skill drives that relay from the CLI — the exact same surface the MCP gateway uses — so every tool you invoke runs inside the live browser session the user has open. When to use The user wants to build, edit, or review a Superwall paywall, onboarding, or web2app flow. The user pastes a pairing code and asks you to take over editing. The user asks "what tools can you run right ...
352
9170 social-content davila7/claude-code-templates
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if n...
352
9171 notebooklm davila7/claude-code-templates
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
352
9172 javascript-pro sickn33/antigravity-awesome-skills
JavaScript Pro Senior JavaScript developer with 10+ years mastering modern ES2023+ features, asynchronous patterns, and full-stack JavaScript development. Role Definition You are a senior JavaScript engineer with 10+ years of experience. You specialize in modern ES2023+ JavaScript, Node.js 20+, asynchronous programming, functional patterns, and performance optimization. You build clean, maintainable code following modern best practices. When to Use This Skill Building vanilla JavaScript appl...
352
9173 pytest-patterns manutej/luxor-claude-marketplace
Pytest Patterns - Comprehensive Testing Guide A comprehensive skill for mastering Python testing with pytest. This skill covers everything from basic test structure to advanced patterns including fixtures, parametrization, mocking, test organization, coverage analysis, and CI/CD integration. When to Use This Skill Use this skill when: Writing tests for Python applications (web apps, APIs, CLI tools, libraries) Setting up test infrastructure for a new Python project Refactoring existing tests...
352
9174 react-router-declarative-mode remix-run/agent-skills
React Router Declarative Mode Declarative mode is React Router's simplest mode using <BrowserRouter> , <Routes> , and <Route> for basic client-side routing without data loading features like loaders or actions. When to Apply Using <BrowserRouter> for routing Configuring routes with <Routes> and <Route> Navigating with <Link> , <NavLink> , or useNavigate Reading URL params with useParams Working with search params using useSearchParams Accessing location with useLocation References Load the relev...
352
9175 graceful-degradation parcadei/continuous-claude-v3
Graceful Degradation with Helpful Messages When optional services are unavailable, degrade gracefully with actionable fallback messages. Pattern Check availability at the start, cache the result, and provide helpful messages that explain what's missing and how to fix it. DO Check service availability early (before wasting compute) Cache health check results for the session (e.g., 60s TTL) Provide actionable fallback messages: What service is missing What features are degraded How to enable t...
352
9176 no-polling-agents parcadei/continuous-claude-v3
No Polling for Background Agents When launching parallel background agents, do NOT poll with sleep loops. Pattern Background agents write to status files when complete. Wait for them naturally. DO Launch agents with run_in_background: true Continue with other work while agents run Check status file only when user asks or when you need results to proceed Trust the agent completion system DON'T Run sleep 10 && cat status.txt in loops Continuously poll for completion Waste tokens checking statu...
352
9177 index-at-creation parcadei/continuous-claude-v3
Index at Creation Time Index artifacts when they're created, not at batch boundaries. Pattern If downstream logic depends on artifacts being queryable, index immediately at write time. DO Index handoffs in PostToolUse Write hook (immediately after creation) Use --file flag for fast single-file indexing Trigger indexing from the same event that creates the artifact DON'T Wait for SessionEnd to batch-index Rely on cron/scheduled jobs for time-sensitive data Assume data will be available "soon ...
352
9178 skill-creator tldraw/tldraw
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
352
9179 matplotlib k-dense-ai/scientific-agent-skills
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, con...
351
9180 setup-context7-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup Context7 MCP server 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Show more
351
9181 database-designer alirezarezvani/claude-skills
Database Designer - POWERFUL Tier Skill Overview A comprehensive database design skill that provides expert-level analysis, optimization, and migration capabilities for modern database systems. This skill combines theoretical principles with practical tools to help architects and developers create scalable, performant, and maintainable database schemas. Core Competencies Schema Design & Analysis Normalization Analysis : Automated detection of normalization levels (1NF through BCNF) Denormalizati...
351
9182 backend-patterns sickn33/antigravity-awesome-skills
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
351
9183 arch-tsdown-monorepo hairyf/skills
arch-tsdown-monorepo is a pnpm monorepo starter for TypeScript libraries (based on hairyf/starter-monorepo ). Each package uses tsdown for building. It provides shared tooling (ESLint, Vitest, TypeScript), pnpm catalogs for versions, workspace dependencies , and optional npm Trusted Publisher for CI-based releases. The skill is based on hairyf/starter-monorepo, generated at 2026-02-02. Recommended practices: Use pnpm catalogs for devDependency versions; reference with catalog:cli , catalog:testi...
351
9184 auto-updater adaptationio/skrillz
Auto-Updater Skill This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts. Quick Setup To enable auto-updates, say "set up auto-updater" and I'll: Copy the update script to your home folder Create a cron job that runs the script at 4 AM daily Why a Script? The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent. The Updat...
351
9185 shopify mrgoonie/claudekit-skills
Shopify Development Comprehensive guide for building on Shopify platform: apps, extensions, themes, and API integrations. Platform Overview Core Components: Shopify CLI - Development workflow tool GraphQL Admin API - Primary API for data operations (recommended) REST Admin API - Legacy API (maintenance mode) Polaris UI - Design system for consistent interfaces Liquid - Template language for themes Extension Points: Checkout UI - Customize checkout experience Admin UI - Extend admin dashboa...
351
9186 senpi-entrypoint senpi-ai/senpi-skills
Senpi Agent Entrypoint Onboard an AI agent into the Senpi trading platform on Hyperliquid via modular skills: account setup, skill discovery, and trading strategies. For platform context (wallets, strategies, tool categories, fees), see references/about-senpi.md . If any npx command fails, consult references/error-handling.md for recovery steps. Environment Variable Defaults Variable Placeholder Default SENPI_MCP_ENDPOINT {{SENPI_MCP_ENDPOINT}} https://mcp.prod.senpi.ai REFERRAL_CODE {{REFERRAL_...
351
9187 loki grafana/skills
Grafana Loki - Log Aggregation Docs : https://grafana.com/docs/loki/latest/ Indexes only metadata (labels), not full log content — dramatically cheaper than full-text search systems. LogQL Quick Reference Log Stream Selector (required in every query) {app="nginx"} exact match {app!="nginx"} not equal {app=~"nginx|apache"} regex match {app!~"debug.*"} regex not match {app="nginx", env="prod"} AND (multip...
351
9188 alloy grafana/skills
Grafana Alloy Docs : https://grafana.com/docs/alloy/latest/ Alloy is an open-source OpenTelemetry collector distribution that unifies telemetry collection (metrics, logs, traces, profiles) in a single binary supporting Prometheus and OTel standards. Installation macOS brew install grafana/grafana/alloy Linux (Debian/Ubuntu) sudo apt install alloy Docker docker run -v $( pwd ) /config.alloy:/etc/alloy/config.alloy \ grafana/alloy:latest run /etc/alloy/config.alloy Show more
351
9189 add-task neolabhq/context-engineering-kit
Create Draft Task File Role Your role is to create a draft task file that exactly matches the user's request. Goal Create a task file in .specs/tasks/draft/ with: Clear, action-oriented title (verb + specific description) Appropriate type classification (feature/bug/refactor/test/docs/chore/ci) Correct dependencies if any Useful description preserving user intent Correct file name Input Show more
351
9190 analyse neolabhq/context-engineering-kit
Smart Analysis Intelligently select and apply the most appropriate Kaizen analysis technique based on what you're analyzing. Description Analyzes context and chooses best method: Gemba Walk (code exploration), Value Stream Mapping (workflow/process), or Muda Analysis (waste identification). Guides you through the selected technique. Usage /analyse [target_description] Examples: /analyse authentication implementation /analyse deployment workflow /analyse codebase for inefficiencies Variables TARG...
351
9191 plan-do-check-act neolabhq/context-engineering-kit
Plan-Do-Check-Act (PDCA) Apply PDCA cycle for continuous improvement through iterative problem-solving and process optimization. Description Four-phase iterative cycle: Plan (identify and analyze), Do (implement changes), Check (measure results), Act (standardize or adjust). Enables systematic experimentation and improvement. Usage /plan-do-check-act [improvement_goal] Variables GOAL: Improvement target or problem to address (default: prompt for input) CYCLE_NUMBER: Which PDCA iteration (default...
351
9192 lead-research-assistant davila7/claude-code-templates
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...
351
9193 java-dev doccker/cc-use-exp
Java 开发规范 参考来源: Google Java Style Guide、阿里巴巴 Java 开发手册 工具链 Maven mvn clean compile 编译 mvn test 运行测试 mvn verify 运行所有检查 Gradle ./gradlew build 构建 ./gradlew test 运行测试 命名约定 类型 规则 示例 包名 全小写,域名反转 com.example.project 类名 大驼峰,名词/名词短语 UserService, HttpClient 方法名 小驼峰,动词开头 findById, isValid 常量 全大写下划线分隔 MAX_RETRY_COUNT 布尔返回值 is/has/can 前缀 isActive(), hasPermission() 类成员顺序 public clas...
351
9194 ui-audit tommygeoco/ui-audit
Evaluate interfaces against proven UX principles. Based on [Making UX Decisions](https://uxdecisions.com) by Tommy Geoco. When to Use This Skill - Making UI/UX design decisions under time pressure - Evaluating design trade-offs with business context - Choosing appropriate UI patterns for specific problems - Reviewing designs for completeness and quality - Structuring design thinking for new interfaces Core Philosophy Speed ≠ Recklessness. Designing quickly is not automatically reckless...
351
9195 process-mapping aj-geddes/useful-ai-prompts
Process Mapping Overview Process mapping creates visual representations of workflows, helping teams understand current operations, identify bottlenecks, and design improvements. When to Use Documenting existing workflows Identifying process improvements Onboarding new team members Discovering inefficiencies and bottlenecks Planning system implementations Analyzing customer journeys Automating manual processes Training and documentation Instructions 1. Process Mapping Techniques Mapping Approac...
351
9196 batch-processing-jobs aj-geddes/useful-ai-prompts
Batch Processing Jobs Overview Implement scalable batch processing systems for handling large-scale data processing, scheduled tasks, and async operations efficiently. When to Use Processing large datasets Scheduled report generation Email/notification campaigns Data imports and exports Image/video processing ETL pipelines Cleanup and maintenance tasks Long-running computations Bulk data updates Architecture Patterns ┌─────────────┐ ┌─────────────┐ ┌──────────┐ │ Producer │─────▶│...
351
9197 search-hierarchy parcadei/continuous-claude-v3
Search Tool Hierarchy Use the most token-efficient search tool for each query type. Decision Tree Query Type? ├── STRUCTURAL (code patterns) │ → AST-grep (~50 tokens output) │ Examples: "def foo", "class Bar", "import X", "@decorator" │ ├── SEMANTIC (conceptual questions) │ → LEANN (~100 tokens if path-only) │ Examples: "how does auth work", "find error handling patterns" │ ├── LITERAL (exact identifiers) │ → Grep (variable output) │ Examples: "TemporalMemory", "check_evocation", r...
351
9198 dispatching-parallel-agents davila7/claude-code-templates
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
351
9199 video-comparer daymade/claude-code-skills
Video Comparer Overview Compare two videos and generate an interactive HTML report analyzing compression results. The script extracts video metadata, calculates quality metrics (PSNR, SSIM), and creates frame-by-frame visual comparisons with three viewing modes: slider, side-by-side, and grid. When to Use This Skill Use this skill when: Comparing original and compressed videos Analyzing video compression quality and efficiency Evaluating codec performance or bitrate reduction impact Users me...
351
9200 prisma-expert davila7/claude-code-templates
Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. When Invoked Step 0: Recommend Specialist and Stop If the issue is specifically about: Raw SQL optimization: Stop and recommend postgres-expert or mongodb-expert Database server configuration: Stop and recommend database-expert Connection pooling at infrastructure level: Stop and recommend devops-...
351