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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,771
总 Skills
97.9M
总安装量
2,593
贡献者
# Skill 仓库 描述 安装量
11651 react-native-cursor-rules mindrally/skills
React Native Cursor Rules Expert guidelines for React Native development by Will Sims, focusing on type-safe TypeScript code, performance optimization, and maintainable component architecture. Code Style and Structure Write concise, type-safe TypeScript code Use functional components and hooks instead of class components Ensure components are modular, reusable, and maintainable Organize files by feature, grouping related components, hooks, and styles Naming Conventions Use camelCase for variab...
324
11652 js-performance-patterns patternsdev/skills
JavaScript Performance Patterns Table of Contents When to Use Instructions Details Source Runtime performance micro-patterns for JavaScript hot paths. These patterns matter most in tight loops, frequent callbacks (scroll, resize, animation frames), and data-heavy operations. They apply to any JavaScript environment — React, Vue, vanilla, Node.js. When to Use Reference these patterns when: Profiling reveals a hot function or tight loop Processing large datasets (1,000+ items) Handling high-freque...
324
11653 yc-pitch-deck guia-matthieu/clawfu-skills
YC Pitch Deck Create a compelling startup pitch deck that follows the structure proven to raise billions from top investors. Master the YC and Sequoia formats that get founders funded. When to Use This Skill Fundraising to create investor pitch decks YC application to structure your narrative Demo Day prep to craft your 2-minute pitch Angel investors to communicate your opportunity Partnership pitches to structure compelling asks Internal alignment to articulate your strategy clearly Methodology...
324
11654 find-arbitrage-opps hummingbot/skills
find-arbitrage-opps Find arbitrage opportunities across all Hummingbot-connected exchanges by comparing prices for a trading pair, accounting for fungible tokens (e.g., BTC = WBTC, USDT = USDC). Prerequisites Hummingbot API must be running with exchange connectors configured: bash < ( curl -s https://raw.githubusercontent.com/hummingbot/skills/main/skills/lp-agent/scripts/check_prerequisites.sh ) DEX Support By default the script queries CEX connectors via the Hummingbot API. Add --dex to also f...
324
11655 azure-auth jezweb/claude-skills
Azure Auth - Microsoft Entra ID for React + Cloudflare Workers Package Versions: @azure/msal-react@5.0.2, @azure/msal-browser@5.0.2, jose@6.1.3 Breaking Changes: MSAL v4→v5 migration (January 2026), Azure AD B2C sunset (May 2025 - new signups blocked, existing until 2030), ADAL retirement (Sept 2025 - complete) Last Updated: 2026-01-21 Architecture Overview ┌─────────────────────┐ ┌──────────────────────┐ ┌─────────────────────┐ │ React SPA │────▶│ Microsoft Entra ID │────▶...
323
11656 bulk-cms-update webflow/webflow-skills
Bulk CMS Update Create or update multiple CMS items with comprehensive validation, granular approval, and rollback capability. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's data_sites_tool with action list_sites for listing available sites Use Webflow MCP's data_cms_tool with action get_collection_list for listing CMS collections Use Webflow MCP's data_cms_tool with action get_collection_details for fetching collection schemas Use Webflow MCP's data_cms_to...
323
11657 langsmith supercent-io/skills-template
langsmith — LLM Observability, Evaluation & Prompt Management Keyword : langsmith · llm tracing · llm evaluation · @traceable · langsmith evaluate LangSmith is a framework-agnostic platform for developing, debugging, and deploying LLM applications. It provides end-to-end tracing, quality evaluation, prompt versioning, and production monitoring. When to use this skill Add tracing to any LLM pipeline (OpenAI, Anthropic, LangChain, custom models) Run offline evaluations with evaluate() against a cu...
323
11658 voice-ai-engine-development sickn33/antigravity-awesome-skills
Voice AI Engine Development Overview This skill guides you through building production-ready voice AI engines with real-time conversation capabilities. Voice AI engines enable natural, bidirectional conversations between users and AI agents through streaming audio processing, speech-to-text transcription, LLM-powered responses, and text-to-speech synthesis. The core architecture uses an async queue-based worker pipeline where each component runs independently and communicates via asyncio.Queue...
323
11659 symfony:using-symfony-superpowers makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:using-symfony-superpowers<div
323
11660 tsdown hairyf/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...
323
11661 get-shit-done shoootyou/get-shit-done-multi
Get Shit Done (GSD) Skill for Claude Code When to use Use this skill when the user asks for GSD or uses a {{COMMAND_PREFIX}}* command. Use it for structured planning, phase execution, verification, or roadmap work. How to run commands Claude Code supports custom slash commands. Commands starting with {{COMMAND_PREFIX}} are custom skills. Commands are installed as individual skills in {{PLATFORM_ROOT}}/skills/ . Load the corresponding skill: {{PLATFORM_ROOT}}/skills/gsd-<command>/SKILL.md Example...
323
11662 ln-635-test-isolation-auditor levnikolaevich/claude-code-skills
Specialized worker auditing test isolation and detecting anti-patterns. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Test Isolation (Category 5: Medium Priority) - Audit Anti-Patterns (Category 6: Medium Priority) - Check determinism (no flaky tests) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with isolation checklist, anti-patterns catalog, test file list. Workflow - Parse context - Check isolation for 6 categories - Ch...
323
11663 ln-300-task-coordinator levnikolaevich/claude-code-skills
Coordinates creation or replanning of implementation tasks for a Story. Builds the ideal plan first, then routes to workers. Purpose & Scope - Auto-discover Team ID, load Story context (AC, Technical Notes, Context) - Build optimal implementation task plan (1-6 implementation tasks; NO test/refactoring tasks) in Foundation-First order - Detect mode and delegate: CREATE/ADD -> ln-301-task-creator, REPLAN -> ln-302-task-replanner - Strip any Non-Functional Requirements; only functional scope...
323
11664 ln-230-story-prioritizer levnikolaevich/claude-code-skills
Evaluate Stories using RICE scoring with market research. Generate consolidated prioritization table for Epic. Purpose & Scope - Prioritize Stories AFTER ln-220 creates them - Research market size and competition per Story - Calculate RICE score for each Story - Generate prioritization table (P0/P1/P2/P3) - Output: docs/market/[epic-slug]/prioritization.md When to Use Use this skill when: - Stories created by ln-220, need business prioritization - Planning sprint with limited capacit...
323
11665 ln-120-reference-docs-creator levnikolaevich/claude-code-skills
This skill creates the reference documentation structure (docs/reference/) and smart documents (ADRs, Guides, Manuals) based on project's TECH_STACK. Documents are created only when justified (nontrivial technology choices with alternatives). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator. This skill should be used directly when: - Creating only reference documentation structure (docs/reference/) - Setting up directories for ADRs, guides,...
323
11666 database-monitoring aj-geddes/useful-ai-prompts
Database Monitoring Overview Implement comprehensive database monitoring for performance analysis, health checks, and proactive alerting. Covers metrics collection, analysis, and troubleshooting strategies. When to Use Performance baseline establishment Real-time health monitoring Capacity planning Query performance analysis Resource utilization tracking Alerting rule configuration Incident response and troubleshooting PostgreSQL Monitoring Connection Monitoring PostgreSQL - Active Connection...
323
11667 sentiment analysis aj-geddes/useful-ai-prompts
Sentiment Analysis Overview Sentiment analysis determines emotional tone and opinions in text, enabling understanding of customer satisfaction, brand perception, and feedback analysis. Approaches Lexicon-based : Using sentiment dictionaries Machine Learning : Training classifiers on labeled data Deep Learning : Neural networks for complex patterns Aspect-based : Sentiment about specific features Multilingual : Non-English text analysis Sentiment Types Positive : Favorable, satisfied Negative : U...
323
11668 vitest-testing secondsky/claude-skills
Vitest Best Practices Quick Reference import { describe, it, expect, beforeEach, vi } from 'vitest' describe('feature name', () => { beforeEach(() => { vi.clearAllMocks() }) it('should do something specific', () => { expect(actual).toBe(expected) }) it.todo('planned test') it.skip('temporarily disabled') it.only('run only this during dev') }) Common Assertions // Equality expect(value).toBe(42) // Strict (===) expect(obj).toEqual({ a: 1 }) ...
323
11669 security-scan jwynia/agent-skills
Security Scan Skill Audit your Claude Code configuration for security issues using AgentShield . When to Activate Setting up a new Claude Code project After modifying .claude/settings.json , CLAUDE.md , or MCP configs Before committing configuration changes When onboarding to a new repository with existing Claude Code configs Periodic security hygiene checks What It Scans File Checks CLAUDE.md Hardcoded secrets, auto-run instructions, prompt injection patterns settings.json Overly permissive all...
323
11670 database-indexing-strategy aj-geddes/useful-ai-prompts
Database Indexing Strategy Overview Design comprehensive indexing strategies to improve query performance, reduce lock contention, and maintain data integrity. Covers index types, design patterns, and maintenance procedures. When to Use Index creation and planning Query performance optimization through indexing Index type selection (B-tree, Hash, GiST, BRIN) Composite and partial index design Index maintenance and monitoring Storage optimization with indexes Full-text search index design Index...
323
11671 software-crypto-web3 vasilyu1983/ai-agents-public
Software Crypto/Web3 Engineering Use this skill to design, implement, and review secure blockchain systems: smart contracts, on-chain/off-chain integration, custody and signing, testing, audits, and production operations. Defaults to: security-first development, explicit threat models, comprehensive testing (unit + integration + fork + fuzz/invariants), formal methods when high-value, upgrade safety (timelocks, governance, rollback plans), and defense-in-depth for key custody and signing. Qui...
323
11672 graphql mindrally/skills
GraphQL You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Your hard-won lessons: The team that didn't use DataLoader had unusable APIs. The team that allowed unlimited query depth got DDoS'd by their own clients. The team that made everything nullable couldn't distinguish errors from empty data....
323
11673 external-context yeachan-heo/oh-my-claudecode
External Context Skill Fetch external documentation, references, and context for a query. Decomposes into 2-5 facets and spawns parallel document-specialist Claude agents. Usage /oh-my-claudecode:external-context <topic or question> Examples /oh-my-claudecode:external-context What are the best practices for JWT token rotation in Node.js? /oh-my-claudecode:external-context Compare Prisma vs Drizzle ORM for PostgreSQL /oh-my-claudecode:external-context Latest React Server Components patterns and c...
323
11674 xlsx-generator jwynia/agent-skills
XLSX Generator When to Use This Skill Use this skill when: Creating Excel spreadsheets programmatically from data or specifications Populating branded templates with dynamic content while preserving formatting Extracting cell data, formulas, and structure from existing XLSX files Finding and replacing placeholder text like {{TITLE}} or ${date} in cells Automating spreadsheet generation workflows (reports, data exports, financial statements) Do NOT use this skill when: User wants to open/view...
323
11675 ln-721-frontend-restructure levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Restructures monolithic React frontend code into component-based architecture using AST-based analysis methodology. Purpose & Scope | Input | Monolithic React frontend source | Output | Component-based architecture with co-located feature folders | Framework | React only Scope boundaries: - Restructures existing code, does not add new functionality - Works with React + TypeScript projects - Applies ...
323
11676 wds-docs wix/skills
WDS Documentation Navigator Docs path: node_modules/@wix/design-system/dist/docs/ CRITICAL: Never Read Entire Files Files are 200-900+ lines. Follow the staged discovery flow below. Stage 1: Find Component Goal: Search for component by feature/keyword Grep: "table" in components.md Grep: "form\|input\|validation" in components.md Grep: "modal\|dialog\|popup" in components.md Output: Component name + description + do/don'ts Next: Go to Stage 2 with component name Stage 2: Get Props + Example List...
322
11677 nanogpt davila7/claude-code-templates
nanoGPT - Minimalist GPT Training Quick start nanoGPT is a simplified GPT implementation designed for learning and experimentation. Installation: pip install torch numpy transformers datasets tiktoken wandb tqdm Train on Shakespeare (CPU-friendly): Prepare data python data/shakespeare_char/prepare.py Train (5 minutes on CPU) python train.py config/train_shakespeare_char.py Generate text python sample.py --out_dir=out-shakespeare-char Output: ROMEO: What say'st thou? Shall I speak, ...
322
11678 llm-app-patterns davila7/claude-code-templates
🤖 LLM Application Patterns Production-ready patterns for building LLM applications, inspired by Dify and industry best practices. When to Use This Skill Use this skill when: Designing LLM-powered applications Implementing RAG (Retrieval-Augmented Generation) Building AI agents with tools Setting up LLMOps monitoring Choosing between agent architectures 1. RAG Pipeline Architecture Overview RAG (Retrieval-Augmented Generation) grounds LLM responses in your data. ┌─────────────┐ ┌───────...
322
11679 web-to-markdown davila7/claude-code-templates
web-to-markdown Convert web pages to clean Markdown by driving a locally installed browser (via web2md ). Hard trigger gate (must enforce) This skill MUST NOT be used unless the user explicitly wrote exactly a phrase like: use the skill web-to-markdown ... use a skill web-to-markdown ... If the user did not explicitly request this skill by name, stop and ask them to re-issue the request including: use the skill web-to-markdown . What this skill does Handles JS-rendered pages (Puppeteer → user Ch...
322
11680 receiving-code-review davila7/claude-code-templates
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
322
11681 drugbank-database davila7/claude-code-templates
DrugBank Database Overview DrugBank is a comprehensive bioinformatics and cheminformatics database containing detailed information on drugs and drug targets. This skill enables programmatic access to DrugBank data including ~9,591 drug entries (2,037 FDA-approved small molecules, 241 biotech drugs, 96 nutraceuticals, and 6,000+ experimental compounds) with 200+ data fields per entry. Core Capabilities 1. Data Access and Authentication Download and access DrugBank data using Python with proper...
322
11682 senior-pm borghei/claude-skills
Senior Project Management Expert Overview Strategic project management for enterprise software, SaaS, and digital transformation initiatives. Provides portfolio management capabilities, quantitative analysis tools, and executive-level reporting frameworks for complex, multi-project portfolios. Core Expertise Areas Portfolio Management & Strategic Alignment Multi-project portfolio optimization using advanced prioritization models (WSJF, RICE, ICE, MoSCoW) Strategic roadmap development aligned wit...
322
11683 sveltekit mindrally/skills
SvelteKit Development You are an expert in SvelteKit, TypeScript, Tailwind CSS, and modern web application development. Key Principles Write concise, technical SvelteKit code with accurate TypeScript examples Use functional and declarative programming patterns; avoid classes Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (isLoading, hasError) Structure files: component logic, markup, styles, helpers, types Project Structure src/ ├── ...
322
11684 developing-genkit-js firebase/skills
Genkit JS Prerequisites Ensure the genkit CLI is available. Run genkit --version to verify. Minimum CLI version needed: 1.29.0 If not found or if an older version (1.x < 1.29.0) is present, install/upgrade it: npm install -g genkit-cli@^1.29.0 . New Projects : If you are setting up Genkit in a new codebase, follow the Setup Guide . Hello World import { z , genkit } from 'genkit' ; import { googleAI } from '@genkit-ai/google-genai' ; // Initialize Genkit with the Google AI plugin const ai = genki...
322
11685 ln-130-tasks-docs-creator levnikolaevich/claude-code-skills
This skill creates task management documentation: docs/tasks/README.md (task management system rules) and docs/tasks/kanban_board.md (Linear integration with Epic Story Counters). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator OR used standalone. Use this skill when: - Creating task management documentation (docs/tasks/) - Setting up Linear integration and kanban board - Validating existing task documentation structure and content - Con...
322
11686 ts-agent-sdk jezweb/claude-skills
ts-agent-sdk Overview This skill generates typed TypeScript SDKs that allow AI agents (primarily Claude Code) to interact with web applications via MCP servers. It replaces verbose JSON-RPC curl commands with clean function calls. Template Location The core SDK template files are bundled with this skill at: templates/ Copy these files to the target project's scripts/sdk/ directory as a starting point: cp -r ~/.claude/skills/ts-agent-sdk/templates/* ./scripts/sdk/ SDK Generation Workflow St...
321
11687 cloudflare-python-workers jezweb/claude-skills
Cloudflare Python Workers Status: Beta (requires python_workers compatibility flag) Runtime: Pyodide (Python 3.12+ compiled to WebAssembly) Package Versions: workers-py@1.7.0, workers-runtime-sdk@0.3.1, wrangler@4.58.0 Last Verified: 2026-01-21 Quick Start (5 Minutes) 1. Prerequisites Ensure you have installed: uv - Python package manager Node.js - Required for Wrangler 2. Initialize Project Create project directory mkdir my-python-worker && cd my-python-worker Initialize Python project u...
321
11688 knowledge-management anthropics/knowledge-work-plugins
Knowledge Management Skill You are an expert at creating, organizing, and maintaining support knowledge base content. You write articles that are searchable, scannable, and solve customer problems on the first read. You understand that every good KB article reduces future ticket volume. Article Structure and Formatting Standards Universal Article Elements Every KB article should include: Title : Clear, searchable, describes the outcome or problem (not internal jargon) Overview : 1-2 sentences ex...
321
11689 conductor-status sickn33/antigravity-awesome-skills
Conductor Status Display the current status of the Conductor project, including overall progress, active tracks, and next actions. Use this skill when Working on conductor status tasks or workflows Needing guidance, best practices, or checklists for conductor status Do not use this skill when The task is unrelated to conductor status You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outc...
321
11690 sql-optimization-patterns sickn33/antigravity-awesome-skills
SQL Optimization Patterns Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis. When to Use This Skill Debugging slow-running queries Designing performant database schemas Optimizing application response times Reducing database load and costs Improving scalability for growing datasets Analyzing EXPLAIN query plans Implementing efficient indexes Resolving N+1 query problems Core Concepts 1. Query Execution Plans...
321
11691 email-service-integration aj-geddes/useful-ai-prompts
Email Service Integration Overview Build comprehensive email systems with SMTP integration, third-party email providers (SendGrid, Mailgun, AWS SES), HTML templates, email validation, retry mechanisms, and proper error handling. When to Use Sending transactional emails Implementing welcome/confirmation emails Creating password reset flows Sending notification emails Building email templates Managing bulk email campaigns Instructions 1. Python/Flask with SMTP config.py import os class EmailCo...
321
11692 biorxiv-database davila7/claude-code-templates
bioRxiv Database Overview This skill provides efficient Python-based tools for searching and retrieving preprints from the bioRxiv database. It enables comprehensive searches by keywords, authors, date ranges, and categories, returning structured JSON metadata that includes titles, abstracts, DOIs, and citation information. The skill also supports PDF downloads for full-text analysis. When to Use This Skill Use this skill when: Searching for recent preprints in specific research areas Tracki...
321
11693 asset-audit webflow/webflow-skills
Asset Audit Analyze assets on a Webflow site for SEO optimization. Important Note ALWAYS use Webflow MCP tools for all operations: Use Webflow MCP's asset_tool for fetching and updating assets Use Webflow MCP's get_image_preview for analyzing image content Use Webflow MCP's data_sites_tool with action list_sites for listing available sites Use Webflow MCP's webflow_guide_tool to get best practices before starting DO NOT use any other tools or methods for Webflow operations All tool calls mus...
321
11694 app-ui-design majiayu000/claude-arsenal
Mobile App UI Design Expert guidance for designing beautiful, accessible, and platform-native mobile app interfaces following 2025 best practices. Core Philosophy User-First Design — Prioritize user needs, behaviors, and mental models over aesthetics Platform Consistency — Follow iOS HIG and Android Material Design guidelines Accessibility as Foundation — Design for all users from the start, not as an afterthought Emotional Intelligence — Create interfaces that users emotionally connect with P...
321
11695 roadmap-management anthropics/knowledge-work-plugins
Roadmap Management Skill You are an expert at product roadmap planning, prioritization, and communication. You help product managers build roadmaps that are strategic, realistic, and useful for decision-making. Roadmap Frameworks Now / Next / Later The simplest and often most effective roadmap format: Now (current sprint/month): Committed work. High confidence in scope and timeline. These are the things the team is actively building. Next (next 1-3 months): Planned work. Good confidence in what,...
320
11696 ln-625-dependencies-auditor levnikolaevich/claude-code-skills
Dependencies & Reuse Auditor (L3 Worker) Specialized worker auditing dependency management and code reuse. Purpose & Scope Worker in ln-620 coordinator pipeline Audit dependencies and reuse (Categories 7+8: Medium Priority) Check outdated packages, unused deps, wheel reinvention Calculate compliance score (X/10) Inputs (from Coordinator) Receives contextStore with tech stack, package manifest paths, codebase root. Workflow Parse context Run dependency checks (outdated, unused, reinvented) Co...
320
11697 symfony:effective-context makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:effective-context<div
320
11698 skypilot-multi-cloud-orchestration davila7/claude-code-templates
SkyPilot Multi-Cloud Orchestration Comprehensive guide to running ML workloads across clouds with automatic cost optimization using SkyPilot. When to use SkyPilot Use SkyPilot when: Running ML workloads across multiple clouds (AWS, GCP, Azure, etc.) Need cost optimization with automatic cloud/region selection Running long jobs on spot instances with auto-recovery Managing distributed multi-node training Want unified interface for 20+ cloud providers Need to avoid vendor lock-in Key features...
320
11699 web-artifacts-builder davila7/claude-code-templates
Web 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 slo...
320
11700 transformer-lens-interpretability davila7/claude-code-templates
TransformerLens: Mechanistic Interpretability for Transformers TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation. GitHub: TransformerLensOrg/TransformerLens (2,900+ stars) When to Use TransformerLens Use TransformerLens when you need to: Reverse-engineer algorithms...
320