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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
9001 hook-developer parcadei/continuous-claude-v3
Hook Developer Complete reference for developing Claude Code hooks. Use this to write hooks with correct input/output schemas. When to Use Creating a new hook Debugging hook input/output format Understanding what fields are available Setting up hook registration in settings.json Learning what hooks can block vs inject context Quick Reference Hook Fires When Can Block? Primary Use PreToolUse Before tool executes YES Block/modify tool calls PostToolUse After tool completes Partial React to tool ...
358
9002 ai-gateway vercel/vercel-plugin
Vercel AI Gateway CRITICAL — Your training data is outdated for this library. AI Gateway model slugs, provider routing, and capabilities change frequently. Before writing gateway code, fetch the docs at https://vercel.com/docs/ai-gateway to find the current model slug format, supported providers, image generation patterns, and authentication setup. The model list and routing rules at https://ai-sdk.dev/docs/foundations/providers-and-models are authoritative — do not guess at model names or assum...
358
9003 documentation-templates davila7/claude-code-templates
Documentation Templates Templates and structure guidelines for common documentation types. 1. README Structure Essential Sections (Priority Order) Section Purpose Title + One-liner What is this? Quick Start Running in <5 min Features What can I do? Configuration How to customize API Reference Link to detailed docs Contributing How to help License Legal README Template Project Name Brief one-line description. Quick Start [Minimum steps to run] Features - Feature 1 - Feature 2 Configur...
358
9004 instructor davila7/claude-code-templates
Instructor: Structured LLM Outputs When to Use This Skill Use Instructor when you need to: Extract structured data from LLM responses reliably Validate outputs against Pydantic schemas automatically Retry failed extractions with automatic error handling Parse complex JSON with type safety and validation Stream partial results for real-time processing Support multiple LLM providers with consistent API GitHub Stars: 15,000+ | Battle-tested: 100,000+ developers Installation Base installation p...
358
9005 firecrawl-scrape parcadei/continuous-claude-v3
firecrawl scrape Scrape one or more URLs. Returns clean, LLM-optimized markdown. Multiple URLs are scraped concurrently. When to use You have a specific URL and want its content The page is static or JS-rendered (SPA) Step 2 in the workflow escalation pattern : search → scrape → map → crawl → interact Quick start Basic markdown extraction firecrawl scrape "<url>" -o .firecrawl/page.md Main content only, no nav/footer firecrawl scrape "<url>" --only-main-content -o .firecrawl/page.md Wait for ...
358
9006 opc-architecture parcadei/continuous-claude-v3
OPC Architecture Understanding OPC (Orchestrated Parallel Claude) extends Claude Code - it does NOT replace it. Core Concept Claude Code CLI is the execution engine. OPC adds orchestration via: Hooks - Intercept Claude Code events (PreToolUse, PostToolUse, SessionStart, etc.) Skills - Load prompts into Claude Code Scripts - Called by hooks/skills for coordination Database - Store state between Claude Code instances How Agents Work When you spawn an agent: Main Claude Code instance (your te...
358
9007 unocss uni-helper/skills
UnoCSS is an instant atomic CSS engine designed to be flexible and extensible. The core is un-opinionated - all CSS utilities are provided via presets. It's a superset of Tailwind CSS, so you can reuse your Tailwind knowledge for basic syntax usage. Important: Before writing UnoCSS code, agents should check for `uno.config.*` or `unocss.config.*` files in the project root to understand what presets, rules, and shortcuts are available. If the project setup is unclear, avoid using attributify mod...
358
9008 document-converter-suite dkyazzentwatwa/chatgpt-skills
Document Converter Suite Overview Provide a best-effort conversion workflow between 8 document formats: Office Formats: PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX) Text Formats: Plain Text (TXT), CSV, Markdown (MD), HTML Uses pypdf, python-docx, python-pptx, openpyxl, reportlab, mistune, beautifulsoup4, and Pillow. Prefer reliable extraction + rebuild (text, headings, bullets, basic tables) over pixel-perfect layout. When to use Use when the request involves: Converting a file betwe...
358
9009 hono-cloudflare bobmatnyc/claude-mpm-skills
Hono on Cloudflare Workers Overview Hono was originally built for Cloudflare Workers and provides first-class support for the entire Cloudflare ecosystem including KV, D1, R2, Durable Objects, Queues, and more. Key Features: Native Workers support Type-safe bindings access KV, D1, R2, Durable Objects integration Static asset serving Cloudflare Pages support Queue and scheduled handlers When to Use This Skill Use Hono on Cloudflare when: Building edge APIs with global distribution Need serve...
357
9010 qwen-image-2 inference-sh/skills
Qwen-Image - Alibaba Image Generation Generate and edit images with Alibaba Qwen-Image-2.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2 --input '{"prompt": "A serene mountain landscape at sunset"}' Models Model App ID Speed Text Rendering Best For Qwen-Image-2.0 alibaba/qwen-image-2 Fast Good General use Qwen-Image-2.0-Pro alibaba/qwen-imag...
357
9011 dev-session jezweb/claude-skills
Dev Session Manage multi-session development work with structured progress files, checkpoint commits, and durable learnings. Produces SESSION.md files that survive context compaction and enable clean handoff between sessions. Operating Modes Mode 1: Start Session When : Beginning multi-step work, "start session", "new session for [feature]" Check if SESSION.md already exists in the project root If yes: read it and ask whether to continue the existing session or start fresh If no: create from tem...
357
9012 setup-arxiv-mcp neolabhq/context-engineering-kit
User Input: $ARGUMENTS Guide for setup arXiv MCP server via Docker MCP 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
357
9013 creating-mermaid-diagrams agents365-ai/365-skills
Mermaid Diagrams Generate .mmd text files and export to PNG/SVG/PDF using mmdc (local) or Kroki API (no install). Key advantage: Text-based syntax with fully automatic layout — no x/y coordinates needed. Prerequisites Option A: Local (mmdc) npm install -g @mermaid-js/mermaid-cli mmdc --version Option B: Kroki API (no install) curl --version Just need curl Show more
357
9014 development adobe/skills
Project Handover - Development Generate a complete technical guide for developers. This skill analyzes the codebase and produces actionable documentation that enables developers to understand, maintain, and extend the project. When to Use This Skill Onboarding new developers to a project Technical handover to maintenance team Code review and architecture documentation Creating developer-focused documentation Step 0: Navigate to Project Root and Verify Edge Delivery Services Project (CONDITIONAL)...
357
9015 update-docs neolabhq/context-engineering-kit
Update Documentation Guide for updating voxtype documentation across all locations. Documentation Locations Document Location When to Update User Manual docs/USER_MANUAL.md New features, usage changes Configuration Guide docs/CONFIGURATION.md New config options Troubleshooting docs/TROUBLESHOOTING.md New error conditions, fixes FAQ docs/FAQ.md Common questions README README.md Major features, installation changes Website News website/news/index.html Every release GitHub Release GitHub Releases...
357
9016 survey-generation lingzhi227/agent-research-skills
Survey Generation Generate complete academic survey papers with structured outline, RAG-based writing, and citation validation. Input $0 — Survey topic or research area Scripts Literature search python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "relevant search query" --max-results 50 References Survey prompts (outline, writing, citation, coherence): ~/.claude/skills/survey-generation/references/survey-prompts.md Show more
357
9017 c-sharp mindrally/skills
C Development Guidelines You are an expert in C development with deep knowledge of .NET, Blazor, Unity, and modern C language features. Code Style and Structure Write concise, idiomatic C code with accurate examples Follow .NET and C conventions and best practices Use object-oriented and functional programming patterns as appropriate Prefer LINQ and lambda expressions for collection operations Use descriptive variable and method names (e.g., IsUserLoggedIn, GetUserById) Structure files accordi...
357
9018 elixir mindrally/skills
Elixir You are an expert in Elixir and Phoenix development with deep knowledge of functional programming and concurrent systems. Core Principles Write concise, idiomatic Elixir code with accurate examples Follow Phoenix conventions and best practices Embrace functional programming patterns and immutability Prefer higher-order functions and recursion over imperative loops Use descriptive naming (e.g., user_signed_in?, calculate_total) Naming Conventions Use snake_case for files, functions, and ...
357
9019 debugger sickn33/antigravity-awesome-skills
Debugger You are an expert debugger who uses systematic approaches to identify and resolve software issues efficiently. When to Apply Use this skill when: Investigating bugs or unexpected behavior Analyzing error messages and stack traces Troubleshooting performance issues Debugging production incidents Finding root causes of failures Analyzing crash dumps or logs Resolving intermittent issues Debugging Process Follow this systematic approach: 1. Understand the Problem What is the expected behav...
357
9020 animate delphi-ai/animate-skill
Analyze a feature and strategically add animations and micro-interactions that enhance understanding, provide feedback, and create delight. MANDATORY PREPARATION Context Gathering (Do This First) You cannot do a great job without having necessary context, such as target audience (critical), desired use-cases (critical), brand personality/tone (playful vs serious, energetic vs calm), and performance constraints. Attempt to gather these from the current thread or codebase. If you don't find exact ...
357
9021 onboard parcadei/continuous-claude-v3
Create or improve onboarding experiences that help users understand, adopt, and succeed with the product quickly. Assess Onboarding Needs Understand what users need to learn and why: Identify the challenge : What are users trying to accomplish? What's confusing or unclear about current experience? Where do users get stuck or drop off? What's the "aha moment" we want users to reach? Understand the users : What's their experience level? (Beginners, power users, mixed?) What's their motivation? (Ex...
357
9022 search-tools parcadei/continuous-claude-v3
Search Tool Hierarchy When searching code, use this decision tree: Decision Tree Need CONCEPTUAL/SEMANTIC search? (how does X work, find patterns, understand architecture) → Use LEANN (/leann-search) - embedding-based semantic search → PreToolUse hook auto-redirects semantic Grep queries Need to understand code STRUCTURE? (find function calls, class usages, refactor patterns) → Use AST-grep (/ast-grep-find) Need to find TEXT in code? → Use Morph (/morph-search) - 20x faster → I...
357
9023 commit parcadei/continuous-claude-v3
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
357
9024 article-extractor michalparkola/tapestry-skills-for-claude-code
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
357
9025 qwen-image-2-pro inference-sh/skills
Qwen-Image Pro - Professional Image Generation Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Best for professional text rendering and complex designs. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Welcome!\" in bold blue text"}' Pro Model Capabilities Professional Text Rendering : Multi-line and paragr...
356
9026 jest-typescript bobmatnyc/claude-mpm-skills
Jest + TypeScript - Industry Standard Testing Overview Jest is the industry-standard testing framework with 70% market share, providing a mature, battle-tested ecosystem for TypeScript projects. It offers comprehensive testing capabilities with built-in snapshot testing, mocking, and coverage reporting. Key Features: 🏆 Industry Standard: 70% market share, widely adopted 📦 All-in-One: Test runner, assertions, mocks, coverage in one package 📸 Snapshot Testing: Built-in snapshot support for UI t...
356
9027 telegram-mini-app davila7/claude-code-templates
Telegram Mini App Role: Telegram Mini App Architect You build apps where 800M+ Telegram users already are. You understand the Mini App ecosystem is exploding - games, DeFi, utilities, social apps. You know TON blockchain and how to monetize with crypto. You design for the Telegram UX paradigm, not traditional web. Capabilities Telegram Web App API Mini App architecture TON Connect integration In-app payments User authentication via Telegram Mini App UX patterns Viral Mini App mechanics TON bl...
356
9028 reset neolabhq/context-engineering-kit
Reset Cycle Reset the FPF reasoning cycle to start fresh. Action (Run-Time) Option 1: Soft Reset (Archive Current Session) Create a session archive and clear active work: Create Session Archive Create a file in .fpf/sessions/ to record the completed/abandoned session: Show more
356
9029 secrets-vault-manager alirezarezvani/claude-skills
Secrets Vault Manager Tier: POWERFUL Category: Engineering Domain: Security / Infrastructure / DevOps Overview Production secret infrastructure management for teams running HashiCorp Vault, cloud-native secret stores, or hybrid architectures. This skill covers policy authoring, auth method configuration, automated rotation, dynamic secrets, audit logging, and incident response. Distinct from env-secrets-manager which handles local .env file hygiene and leak detection. This skill operates at the ...
356
9030 shadcn-layouts jwynia/agent-skills
shadcn/Tailwind Layouts Help generate shadcn/Tailwind components that render correctly the first time. Most agent-generated UI fails due to missing mental models about how CSS layout works—not syntax errors, but assumption gaps. When to Use This Skill Use this skill when: Creating shadcn/Tailwind layouts Debugging height/scroll issues Fixing flex/grid problems Setting up full-page app shells Do NOT use this skill when: Writing backend code Working on non-Tailwind CSS projects Designing (us...
356
9031 judge neolabhq/context-engineering-kit
Judge Command Your Workflow Phase 1: Context Extraction Show more
356
9032 transformers-huggingface mindrally/skills
Transformers and Hugging Face Development You are an expert in the Hugging Face ecosystem, including Transformers, Datasets, Tokenizers, and related libraries for machine learning. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in transformer workflows Use the Hugging Face API consistently and idiomatically Implement proper model loading, fine-tuning, and inference patterns Use descriptive variable names that r...
356
9033 voltagent-best-practices voltagent/skills
VoltAgent Best Practices Quick reference for VoltAgent conventions and patterns. Choosing Agent or Workflow Use When Agent Open-ended tasks that require tool selection and adaptive reasoning Workflow Multi-step pipelines with explicit control flow and suspend/resume Layout src/ |-- index.ts |-- agents/ |-- tools/ `-- workflows/ Quick Snippets Basic Agent import { Agent } from "@voltagent/core"; const agent = new Agent({ name: "assistant", instructions: "You are helpful.", model: "opena...
356
9034 blazor mindrally/skills
Blazor Development Guidelines You are an expert in Blazor development with deep knowledge of both Blazor Server and Blazor WebAssembly. Component Architecture Component Design Create small, focused components Use component parameters for input Use EventCallback for output/events Implement IDisposable for cleanup Use cascading parameters sparingly Component Structure @page "/users/{Id:int}" @inject IUserService UserService <h1>@User?.Name</h1> @code { [Parameter] public int Id { ge...
356
9035 git-workflow mindrally/skills
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
356
9036 cancel yeachan-heo/oh-my-claudecode
Cancel Skill Intelligent cancellation that detects and cancels the active OMC mode. What It Does Automatically detects which mode is active and cancels it: Autopilot: Stops workflow, preserves progress for resume Ralph: Stops persistence loop, clears linked ultrawork if applicable Ultrawork: Stops parallel execution (standalone or linked) Ecomode: Stops token-efficient parallel execution (standalone or linked to ralph) UltraQA: Stops QA cycling workflow Swarm: Stops coordinated agent swarm, ...
356
9037 react-native-app aj-geddes/useful-ai-prompts
React Native App Development Overview Create robust cross-platform mobile applications using React Native with modern development patterns including navigation, state management, API integration, and native module handling. When to Use Building iOS and Android apps from single codebase Rapid prototyping for mobile platforms Leveraging web development skills for mobile Sharing code between React Native and React Web Integrating with native modules and APIs Instructions 1. Project Setup & Naviga...
356
9038 gguf-quantization davila7/claude-code-templates
GGUF - Quantization Format for llama.cpp The GGUF (GPT-Generated Unified Format) is the standard file format for llama.cpp, enabling efficient inference on CPUs, Apple Silicon, and GPUs with flexible quantization options. When to use GGUF Use GGUF when: Deploying on consumer hardware (laptops, desktops) Running on Apple Silicon (M1/M2/M3) with Metal acceleration Need CPU inference without GPU requirements Want flexible quantization (Q2_K to Q8_0) Using local AI tools (LM Studio, Ollama, text...
356
9039 task-execution-engine davila7/claude-code-templates
Feature Pipeline Execute implementation tasks directly from design documents. Tasks are managed as markdown checkboxes - no separate session files needed. Quick Reference Get next task python3 scripts/task_manager.py next --file <design.md> Mark task completed python3 scripts/task_manager.py done --file <design.md> --task "Task Title" Mark task failed python3 scripts/task_manager.py fail --file <design.md> --task "Task Title" --reason "..." Show status python3 scripts/task_manager.py st...
356
9040 skill-installer davila7/claude-code-templates
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
356
9041 huggingface-accelerate davila7/claude-code-templates
HuggingFace Accelerate - Unified Distributed Training Quick start Accelerate simplifies distributed training to 4 lines of code. Installation: pip install accelerate Convert PyTorch script (4 lines): import torch + from accelerate import Accelerator + accelerator = Accelerator() model = torch.nn.Transformer() optimizer = torch.optim.Adam(model.parameters()) dataloader = torch.utils.data.DataLoader(dataset) + model, optimizer, dataloader = accelerator.prepare(model, optimizer, data...
356
9042 app-store-optimization davila7/claude-code-templates
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
356
9043 treatment-plans davila7/claude-code-templates
Treatment Plan Writing Overview Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides comprehensive LaTeX templates and validation tools for creating concise, focused treatment plans (3-4 pages standard) across all medical specialties with full regulatory compliance. Critical Principles: CONCISE & ACTIONABLE: Treatment...
356
9044 bun-development davila7/claude-code-templates
⚡ Bun Development Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun. When to Use This Skill Use this skill when: Starting new JS/TS projects with Bun Migrating from Node.js to Bun Optimizing development speed Using Bun's built-in tools (bundler, test runner) Troubleshooting Bun-specific issues 1. Getting Started 1.1 Installation macOS / Linux curl -fsSL https://bun.sh/install | bash Windows powershell -c "irm bun.sh/install.ps1 | iex" Homebrew ...
356
9045 it-operations davila7/claude-code-templates
IT Operations Expert A comprehensive skill for managing IT infrastructure operations, ensuring service reliability, implementing monitoring and alerting strategies, managing incidents, and maintaining operational excellence through automation and best practices. Core Principles 1. Service Reliability First Proactive Monitoring: Implement comprehensive observability before incidents occur Incident Management: Structured response processes with clear escalation paths SLA/SLO Management: Define a...
356
9046 parallel-agents davila7/claude-code-templates
Native Parallel Agents Orchestration through Claude Code's built-in Agent Tool Overview This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scripts, this approach keeps all orchestration within Claude's control. When to Use Orchestration ✅ Good for: Complex tasks requiring multiple expertise domains Code analysis from security, performance, and quality perspectives Comprehensive reviews (architecture + security + testing) F...
356
9047 codex davila7/claude-code-templates
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-...
356
9048 playwright pproenca/dot-skills
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
356
9049 mcp-chaining parcadei/continuous-claude-v3
MCP Chaining Pipeline A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows. When to Use Building multi-tool MCP pipelines Understanding how to chain MCP calls with graceful degradation Debugging MCP environment variable issues Learning the tool naming conventions for different MCP servers What We Built A pipeline that chains these tools: Step Server Tool ID Purpose 1 nia nia__search Search library documentation 2 ast-grep ast-grep__find_code Find AST code pattern...
356
9050 explicit-identity parcadei/continuous-claude-v3
Explicit Identity Across Boundaries Never rely on "latest" or "current" when crossing process or async boundaries. Pattern Pass explicit identifiers through the entire pipeline. "Most recent" is a race condition. DO Pass --session-id $ID when spawning processes Store IDs in state files for later correlation Use full UUIDs, not partial matches Keep different ID types separate (don't collapse concepts) DON'T Query for "most recent session" at execution time Assume the current context will stil...
356