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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,417
总 Skills
159.9M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
1151 vue-pinia-best-practices vuejs-ai/skills
Pinia best practices, common gotchas, and state management patterns. Store Setup Getting "getActivePinia was called" error at startup → See pinia-no-active-pinia-error Setup stores missing state in DevTools or SSR → See pinia-setup-store-return-all-state Reactivity Store destructuring stops updating UI reactively → See pinia-store-destructuring-breaks-reactivity Store methods lose context in template calls → See store-method-binding-parentheses State Patterns Filters reset on refresh or can't be...
13.9K
1152 data-storytelling wshobson/agents
Data Storytelling Transform raw data into compelling narratives that drive decisions and inspire action. When to Use This Skill Presenting analytics to executives Creating quarterly business reviews Building investor presentations Writing data-driven reports Communicating insights to non-technical audiences Making recommendations based on data Core Concepts 1. Story Structure Setup → Conflict → Resolution Show more
13.9K
1153 microsoft-docs github/awesome-copilot
Microsoft Docs Tools Tool Use For microsoft_docs_search Find documentation—concepts, guides, tutorials, configuration microsoft_docs_fetch Get full page content (when search excerpts aren't enough) When to Use Understanding concepts — "How does Cosmos DB partitioning work?" Learning a service — "Azure Functions overview", "Container Apps architecture" Finding tutorials — "quickstart", "getting started", "step-by-step" Configuration options — "App Service configuration settings" Limits & quotas —...
13.9K
1154 archify tt-a1i/archify
Archify Skill Create professional technical diagrams as self-contained HTML files with inline SVG, a theme toggle, and a built-in image/SVG export menu. Every diagram ships with a dark/light theme toggle (persists in localStorage , respects prefers-color-scheme ), an export menu (copy PNG to clipboard; download PNG/JPEG/WebP rasterized natively at up to 4× resolution; download a dual-theme SVG that follows the embedding host's prefers-color-scheme — ideal for GitHub READMEs), and a CSS-variable ...
13.9K
1155 elevenlabs-tts inferen-sh/skills
ElevenLabs Text-to-Speech Premium text-to-speech with 22+ voices via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate speech with ElevenLabs infsh app run elevenlabs/tts --input '{"text": "Hello, welcome to our product demo.", "voice": "aria"}' Available Models Model ID Best For Latency Multilingual v2 eleven_multilingual_v2 Highest quality, 32 languages ~250ms Turbo v2.5 eleven_turbo_v2_5 Balance of speed & quality ~150ms Flash v2.5 e...
13.8K
1156 data-analysis supercent-io/skills-template
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
13.8K
1157 agent-reach panniantong/agent-reach
Agent Reach — Usage Guide Upstream tools for 13+ platforms. Call them directly. Run agent-reach doctor to check which channels are available. ⚠️ Workspace Rules Never create files in the agent workspace. Use /tmp/ for temporary output and ~/.agent-reach/ for persistent data. Web — Any URL curl -s "https://r.jina.ai/URL" Web Search (Exa) mcporter call 'exa.web_search_exa(query: "query", numResults: 5)' mcporter call 'exa.get_code_context_exa(query: "code question", tokensNum: 3000)' Twitter/X (xr...
13.8K
1158 lavish kunchenguid/lavish-axi
Lavish Editor Lavish Editor helps agents turn rich HTML artifacts into collaborative human review surfaces. Whenever you are about to give user a complex response that will be easier to understand via a rich / interactive page, consider using Lavish Editor. First generate an interactive HTML artifact according to user request, then run npx -y lavish-axi <html-file> so the user can visually review it, annotate elements or selected text, queue prompts, and send feedback back through npx -y lavish-...
13.8K
1159 ponytail-help dietrichgebert/ponytail
Ponytail Help Display this reference card when invoked. One-shot, do NOT change mode, write flag files, or persist anything. Levels Level Trigger What change Lite /ponytail lite Build what's asked, name the lazier alternative in one line. Full /ponytail The ladder enforced: YAGNI → stdlib → native → one line → minimum. Default. Ultra /ponytail ultra YAGNI extremist. Deletion before addition. Challenges requirements before building. Level sticks until changed or session end. Skills Show more Inst...
13.8K
1160 caveman-explore juliusbrussee/caveman
You are FastContext, a fast, cheap, read-only repository explorer. Another agent (the solver) delegates a localization question to you. Your only job is to find WHERE the relevant code lives and report it as a compact list of file paths with line ranges. You never edit files, run commands, or propose a solution. How to work: Issue several tool calls IN PARALLEL in your first turn — cast a broad net. Cover complementary hypotheses at once: likely path patterns (Glob), symbol and string matches (G...
13.8K
1161 elevenlabs-music inferen-sh/skills
ElevenLabs Music Generation Generate original music from text prompts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate music infsh app run elevenlabs/music --input '{"prompt": "Upbeat electronic dance track with driving synths"}' Parameters Parameter Type Default Description prompt string required Description of desired music (max 2000 chars) duration_seconds number 30 Duration in seconds (5-600, max 10 minutes) Examples Background...
13.7K
1162 migrate-radix-to-base shadcn/ui
Radix UI -> Base UI migration You migrate shadcn wrappers, hand-rolled radix compositions, and their consumers to @base-ui/react , keeping the project buildable at every step. Be precise; never guess a mapping. When a prop or part is not in these reference files, check node_modules/@base-ui/react//*.d.ts before transforming, and record gaps in the report. Preflight (always) Show more Installs 670 Repository shadcn/ui GitHub Stars 118.0K First Seen 1 day ago Security Audits Gen Agent Trust Hub Pa...
13.7K
1163 ponytail-debt dietrichgebert/ponytail
Every deliberate ponytail shortcut is marked with a ponytail: comment naming its ceiling and upgrade path. This collects them into one ledger so a deferral can't quietly become permanent. Scan Grep the repo for comment markers, skipping node_modules , .git , and build output: grep -rnE '(|//) ?ponytail:' . (add other comment prefixes if your stack uses them) Each hit is one ledger row. The comment prefix keeps prose that merely mentions the convention out of the ledger. Output One row per marker...
13.7K
1164 mcp integration anthropics/claude-code
MCP Integration for Claude Code Plugins Overview Model Context Protocol (MCP) enables Claude Code plugins to integrate with external services and APIs by providing structured tool access. Use MCP integration to expose external service capabilities as tools within Claude Code. Key capabilities: Connect to external services (databases, APIs, file systems) Provide 10+ related tools from a single service Handle OAuth and complex authentication flows Bundle MCP servers with plugins for automatic setu...
13.6K
1165 langgraph-persistence langchain-ai/langchain-skills
Checkpointer : Saves/loads graph state at every super-step Thread ID : Identifies separate checkpoint sequences (conversations) Store : Cross-thread memory for user preferences, facts Two memory types: Short-term (checkpointer): Thread-scoped conversation history Long-term (store): Cross-thread user preferences, facts Checkpointer Use Case Production Ready InMemorySaver Testing, development No SqliteSaver Local development Partial PostgresSaver Production Yes Checkpointer Setup class State(Typed...
13.6K
1166 caveman-optimize juliusbrussee/caveman
Evaluate an optimization observation Use Caveman's report-only observations as diagnostic input. They describe recorded aggregate shapes; they are not Cave Plan moves, savings estimates, implementation recipes, experiment eligibility, or proof that a code change is safe. Keep the workflow operator-chosen and evidence-first. 1. Read the exact observations Require a logged-in Caveman CLI session and run: caveman opportunities list Read only the report_only_observations array. Do not select from th...
13.6K
1167 caveman-learn juliusbrussee/caveman
You are the Caveman Learn editing skill. The "caveman learn" command MEASURES where an agent's tokens go; you are the consent-gated half that turns its findings into edits — with the user approving each one. You never claim a saving you have not measured, and you never make the agent dumber. Read the plan first: Run: caveman learn report --json Parse the caveman.learn.v1 JSON. Show the Cave Score, its four components, and the ranked token sinks. For each sink state its class and basis. Behaviora...
13.6K
1168 recipe-sync-contacts-to-sheet googleworkspace/cli
Export Google Contacts to Sheets PREREQUISITE: Load the following skills to execute this recipe: gws-people , gws-sheets Export Google Contacts directory to a Google Sheets spreadsheet. Steps List contacts: gws people people listDirectoryPeople --params '{"readMask": "names,emailAddresses,phoneNumbers", "sources": ["DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE"], "pageSize": 100}' --format json Create a sheet: gws sheets +append --spreadsheet SHEET_ID --range 'Contacts' --values '["Name", "Email", "Phon...
13.5K
1169 nano-banana-2 pilioai/skills
Nano Banana 2 — Pro Pack on RunComfy runcomfy.com · Model page · GitHub Google Nano Banana 2 — the flash-tier text-to-image model in the Gemini family — hosted on the RunComfy Model API . Optimized for ideation, social-thumbnail batches, and rapid drafts with strong in-image typography. npx skills add agentspace-so/runcomfy-skills --skill nano-banana-2 -g When to pick this model (vs siblings) Nano Banana 2 is the flash-tier of the Google image-gen line. Pick it when iteration speed and predictab...
13.5K
1170 playwright-automation-fill-in-form github/awesome-copilot
Automating Filling in a Form with Playwright MCP Your goal is to automate the process of filling in a form using Playwright MCP. Specific Instructions Navigate to https://forms.microsoft.com/url-of-my-form Fill in the form with the following details: Show: playwright live Date: 15 July Time: 1:00 AM Topic: Playwright Live - Latest updates on Playwright MCP + Live Demo Upload image: /Users/myuserName/Downloads/my-image.png DO NOT SUBMIT THE FORM. Ask for a review of the form before submitting it.
13.5K
1171 terraform-module-library wshobson/agents
Terraform Module Library Production-ready Terraform module patterns for AWS, Azure, GCP, and OCI infrastructure. Purpose Create reusable, well-tested Terraform modules for common cloud infrastructure patterns across multiple cloud providers. When to Use Build reusable infrastructure components Standardize cloud resource provisioning Implement infrastructure as code best practices Create multi-cloud compatible modules Establish organizational Terraform standards Module Structure Show more
13.5K
1172 langgraph-fundamentals langchain-ai/langchain-skills
StateGraph : Main class for building stateful graphs Nodes : Functions that perform work and update state Edges : Define execution order (static or conditional) START/END : Special nodes marking entry and exit points State with Reducers : Control how state updates are merged Graphs must be compile() d before execution. Designing a LangGraph application Follow these 5 steps when building a new graph: Map out discrete steps — sketch a flowchart of your workflow. Each step becomes a node. Identify ...
13.5K
1173 solidity-security wshobson/agents
Solidity Security Master smart contract security best practices, vulnerability prevention, and secure Solidity development patterns. When to Use This Skill Writing secure smart contracts Auditing existing contracts for vulnerabilities Implementing secure DeFi protocols Preventing reentrancy, overflow, and access control issues Optimizing gas usage while maintaining security Preparing contracts for professional audits Understanding common attack vectors Critical Vulnerabilities 1. Reentrancy Atta...
13.5K
1174 php-pro jeffallan/claude-skills
PHP Pro Senior PHP developer with deep expertise in PHP 8.3+, Laravel, Symfony, and modern PHP patterns with strict typing and enterprise architecture. Role Definition You are a senior PHP developer with 10+ years of experience building enterprise applications. You specialize in PHP 8.3+ with strict typing, Laravel/Symfony frameworks, async patterns (Swoole, ReactPHP), and PSR standards. You build scalable, maintainable applications with PHPStan level 9 compliance and 80%+ test coverage. Whe...
13.5K
1175 clerk-react-patterns clerk/skills
React SPA Patterns This skill covers @clerk/react for Vite/CRA SPAs. For Next.js use clerk-nextjs-patterns . For TanStack Start use clerk-tanstack-patterns . What Do You Need? Task Reference useAuth / useUser / useClerk hooks references/hooks.md Protected routes with React Router references/protected-routes.md Custom sign-in / sign-up forms references/custom-flows.md React Router v6/v7 integration references/router-integration.md References Reference Description references/hooks.md useAuth, isLo...
13.5K
1176 python-code-style wshobson/agents
Python Code Style & Documentation Consistent code style and clear documentation make codebases maintainable and collaborative. This skill covers modern Python tooling, naming conventions, and documentation standards. When to Use This Skill Setting up linting and formatting for a new project Writing or reviewing docstrings Establishing team coding standards Configuring ruff, mypy, or pyright Reviewing code for style consistency Creating project documentation Core Concepts 1. Automated Formatting ...
13.5K
1177 investigate-first juliusbrussee/caveman
Investigate first Gather evidence before changing product code. Separate observed symptom from inferred cause. Trace inputs, state transitions, ownership boundaries, and failure output. Rank hypotheses by evidence and cheap falsification value. Do not edit until one credible mechanism explains evidence. Stop exploration when evidence is sufficient to name cause or exact blocker. Report cause and proof. Make no fix unless task authorizes implementation. Installs 1.1K Repository juliusbrussee/cave...
13.5K
1178 verify-and-stop juliusbrussee/caveman
Verify and stop Translate acceptance conditions into smallest sufficient proof set. Reuse still-current results with matching repository state. Run focused checks before wider gates. Distinguish pass, fail, unavailable, and blocked exactly. Do not edit product code unless verification request includes fixes. Do not add polish, cleanup, or unrelated tests after criteria pass. Stop immediately when acceptance proof is complete. Report commands, results, and unresolved risk only. Installs 1.1K Repo...
13.5K
1179 safe-refactor juliusbrussee/caveman
Safe refactor Define behavior-preservation boundary and establish verification before structural edits. Keep feature changes outside refactor. Move one ownership boundary at a time. Preserve public interfaces, failure behavior, ordering, and compatibility unless explicitly scoped. Keep intermediate states buildable and testable. Avoid dependency or configuration growth without correctness need. Run same proof after change. Stop when behavior matches and requested structure is achieved. Installs ...
13.5K
1180 surgical-patch juliusbrussee/caveman
Surgical patch Reproduce failure first when economical; otherwise capture strongest available evidence. Trace symptom to responsible mechanism. Change narrowest layer that owns incorrect behavior. Preserve unrelated behavior and user changes. Avoid cleanup, renaming, and abstraction outside fix. Add only regression proof relevant to task. Run focused proof plus nearest affected gate. Stop when failure is fixed and regression proof passes. Installs 1.1K Repository juliusbrussee/caveman GitHub Sta...
13.5K
1181 langchain-rag langchain-ai/langchain-skills
Pipeline: Index : Load → Split → Embed → Store Retrieve : Query → Embed → Search → Return docs Generate : Docs + Query → LLM → Response Key Components: Document Loaders : Ingest data from files, web, databases Text Splitters : Break documents into chunks Embeddings : Convert text to vectors Vector Stores : Store and search embeddings Vector Store Use Case Persistence InMemory Testing Memory only FAISS Local, high performance Disk Chroma Development Disk Pinecone Production, managed Cloud Complet...
13.4K
1182 baoyu-diagram jimliu/baoyu-skills
Diagram Generator Create professional SVG diagrams across multiple diagram types. All output is a single self-contained .svg file with embedded styles and fonts. Supported Diagram Types Type When to Use Key Characteristics Architecture System components & relationships Grouped boxes, connection arrows, region boundaries Flowchart Decision logic, process steps Diamond decisions, rounded step boxes, directional flow Sequence Time-ordered interactions between actors Vertical lifelines, horizontal m...
13.4K
1183 parallel-deep-research parallel-web/parallel-agent-skills
Deep Research Research topic: $ARGUMENTS When to use (vs parallel-web-search) ONLY use this skill when the user explicitly requests deep/exhaustive research. Deep research is 10-100x slower and more expensive than parallel-web-search. For normal "research X" requests, quick lookups, or fact-checking, use parallel-web-search instead. Step 1: Start the research parallel-cli research run " $ARGUMENTS " --processor pro-fast --no-wait --json This returns instantly. Do NOT omit --no-wait — without it ...
13.4K
1184 tsdown antfu/skills
tsdown - The Elegant Library Bundler Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. When to Use Building TypeScript/JavaScript libraries for npm Generating TypeScript declaration files (.d.ts) Bundling for multiple formats (ESM, CJS, IIFE, UMD) Optimizing bundles with tree shaking and minification Migrating from tsup with minimal changes Building React, Vue, Solid, or Svelte component libraries Quick Start Install pnpm add -D tsdown Basic usage npx tsdown...
13.4K
1185 frontend-design anthropics/claude-plugins-official
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
13.4K
1186 microsoft-code-reference github/awesome-copilot
Microsoft Code Reference Tools Need Tool Example API method/class lookup microsoft_docs_search "BlobClient UploadAsync Azure.Storage.Blobs" Working code sample microsoft_code_sample_search query: "upload blob managed identity", language: "python" Full API reference microsoft_docs_fetch Fetch URL from microsoft_docs_search (for overloads, full signatures) Finding Code Samples Use microsoft_code_sample_search to get official, working examples: microsoft_code_sample_search(query: "upload file to ...
13.4K
1187 caveman-discover juliusbrussee/caveman
You are labeling this repository's LLM workflows for Caveman Cloud. A workflow is a job the code performs — "answer a support ticket", "build the nightly digest", "run the eval suite" — not a technology. Every gateway request can carry a workflow label; unlabeled traffic all lands in one unlabeled-workflow bucket. Your job: find the workflows, name them well, wire the labels, and verify nothing broke. This changes code, so it goes through the user's normal review: propose the table first, apply ...
13.4K
1188 caveman-evidence-review juliusbrussee/caveman
Review Caveman evidence Act as a read-only operator. Build conclusions from current Caveman data, not from repository guesses. Never start, approve, cancel, or roll back an experiment from this skill. Hard rules Show more Installs 1.1K Repository juliusbrussee/caveman GitHub Stars 97.5K First Seen 1 day ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
13.4K
1189 lean-build juliusbrussee/caveman
Lean build Native Core's architecture-first simplicity remains mandatory. Turn feature into complete narrow outcome fitting system. Derive observable acceptance and explicit non-goals from request and repository. Trace entry point through layers owning invariants. Deliver coherent end-to-end path across responsible layers; never force work into one file, direct expression, or local patch. Reuse fitting seam. Refactor when patching duplicates behavior, weakens ownership, or hides root cause. Omit...
13.4K
1190 caveman-manage juliusbrussee/caveman
Manage eval-gated experiments Treat every lifecycle change as a production control action. Read current state and results, then report one supported recommendation or block. Current agent MCP is intentionally read-only: control-api does not yet enforce a complete lifecycle transition table and evidence gate atomically. Non-negotiable gates Show more Installs 1.1K Repository juliusbrussee/caveman GitHub Stars 97.5K First Seen 1 day ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pas...
13.4K
1191 react-native-design wshobson/agents
React Native Design Master React Native styling patterns, React Navigation, and Reanimated 3 to build performant, cross-platform mobile applications with native-quality user experiences. When to Use This Skill Building cross-platform mobile apps with React Native Implementing navigation with React Navigation 6+ Creating performant animations with Reanimated 3 Styling components with StyleSheet and styled-components Building responsive layouts for different screen sizes Implementing platform-spec...
13.3K
1192 nuget-manager github/awesome-copilot
NuGet Manager Overview This skill ensures consistent and safe management of NuGet packages across .NET projects. It prioritizes using the dotnet CLI to maintain project integrity and enforces a strict verification and restoration workflow for version updates. Prerequisites .NET SDK installed (typically .NET 8.0 SDK or later, or a version compatible with the target solution). dotnet CLI available on your PATH. jq (JSON processor) OR PowerShell (for version verification using dotnet package sear...
13.3K
1193 check tw93/waza
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
13.3K
1194 langchain-fundamentals langchain-ai/langchain-skills
<create_agent> Creating Agents with create_agent create_agent() is the recommended way to build agents. It handles the agent loop, tool execution, and state management. Agent Configuration Options Parameter Purpose Example model LLM to use "anthropic:claude-sonnet-4-5" or model instance tools List of tools [search, calculator] system_prompt / systemPrompt Agent instructions "You are a helpful assistant" checkpointer State persistence MemorySaver() middleware Processing hooks [HumanInTheLoopMiddl...
13.3K
1195 langfuse langfuse/skills
Langfuse This skill helps you use Langfuse effectively across all common workflows: instrumenting applications, migrating prompts, debugging traces, and accessing data programmatically. Core Principles Follow these principles for ALL Langfuse work: Documentation First : NEVER implement based on memory. Always fetch current docs before writing code (Langfuse updates frequently) See the section below on how to access documentation. CLI for Data Access : Use langfuse-cli when querying/modifying Lan...
13.3K
1196 react-doctor millionco/react-doctor
React Doctor Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. Usage npx -y react-doctor@latest . --verbose --diff Workflow Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.
13.3K
1197 caveman-setup juliusbrussee/caveman
You are wiring this repository through the Caveman gateway. Caveman is a byte-preserving LLM proxy: in record mode it measures what your app sends and what it costs, and changes nothing else. Your job is a minimal, verified integration — not a refactor. The prompt that sent you here provides four values. Refer to them as: GATEWAY — the gateway base URL (e.g. https://gateway.caveman.so or http://127.0.0.1:8787 ) CAVE_API_KEY — the gateway auth secret (treat like any API key: env var only, never c...
13.3K
1198 migration juliusbrussee/caveman
Migration Map current readers, writers, data shape, compatibility window, and ownership before editing. Define forward path and rollback path. Preserve existing data; make destructive steps explicit and separately authorized. Keep mixed-version operation safe where rollout can overlap. Sequence expand, migrate, verify, then contract when applicable. Make retries idempotent and partial failure observable. Verify old and new paths at required transition stages. Stop after requested stage passes; d...
13.3K
1199 create-specification github/awesome-copilot
Create Specification Your goal is to create a new specification file for ${input:SpecPurpose} . The specification file must define the requirements, constraints, and interfaces for the solution components in a manner that is clear, unambiguous, and structured for effective use by Generative AIs. Follow established documentation standards and ensure the content is machine-readable and self-contained. Best Practices for AI-Ready Specifications Use precise, explicit, and unambiguous language. Clear...
13.2K
1200 nodejs-best-practices sickn33/agentic-awesome-skills
Node.js Best Practices Principles and decision-making for Node.js development in 2025. Learn to THINK, not memorize code patterns. When to Use Use this skill when making Node.js architecture decisions, choosing frameworks, designing async patterns, or applying security and deployment best practices. ⚠️ How to Use This Skill This skill teaches decision-making principles , not fixed code to copy. ASK user for preferences when unclear Choose framework/pattern based on CONTEXT Don't default to same ...
13.2K