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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,534
总 Skills
164.3M
总安装量
2,747
贡献者
# Skill 仓库 描述 安装量
19201 market-sizer shipshitdev/library
Market Sizer - TAM/SAM/SOM Calculator Overview Market sizing specialist applying Hexa's practical market assessment methodology. Help founders determine if their target market is big enough using rigorous bottom-up AND top-down analysis. Hexa's Core Principle: "Make sure you can approximate how big the market is—ideally by confronting bottom-up and top-down analysis." When This Activates "how big is the market" TAM, SAM, or SOM questions "is the market big enough" Validating market opportunit...
66
19202 spa-routes lobehub/lobehub
SPA Routes and Features Guide SPA structure: src/spa/ – Entry points ( entry.web.tsx , entry.mobile.tsx , entry.desktop.tsx ) and router config ( router/ ). Router lives here to avoid confusion with src/routes/ . src/routes/ – Page segments only (roots). src/features/ – Business logic and UI by domain. This project uses a roots vs features split: src/routes/ only holds page segments; business logic and UI live in src/features/ by domain. When to Use This Skill Adding a new SPA route or route seg...
66
19203 better-auth-best-practices novuhq/novu
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
66
19204 cpa-codex-free aahl/skills
技能描述 此技能用于生成 CLI Proxy API 的认证文件,请确保已为openai域名分流至非中国地区。 环境变量 优先从工作空间下的 .env 获取,其次从系统环境变量获取。未配置时向用户索取并更新 .env 。 MAIL_API_KEY : 邮箱服务API密钥,默认 gpt-test 为官方测试密钥(每天20万额度),获取地址: https://shop.chatgpt.org.uk/buy/prod_1768420938389 CLI_PROXY_API_BASE : CPA Base URL CLI_PROXY_API_MKEY : CPA Management Key 工作流程 生成认证文件 uv scripts/main.py > { tempdir } / { temp-name } .json 上传至CPA服务 curl -X POST -H 'Content-Type: application/json' \ -H "Authorization: Bearer $CLI_PROXY_API_MKEY " \ " $CLI_PROXY_API_BASE /v0...
66
19205 prompt-optimizer chujianyun/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 ...
66
19206 research-strategy autumnsgrove/groveengine
Research Strategy Skill When to Activate Activate this skill when: Researching technology options Evaluating libraries or frameworks Investigating best practices Analyzing security concerns Making architectural decisions Performing codebase analysis Core Principles Research and report, don't implement Multiple sources beat single sources Document confidence levels for all findings Acknowledge knowledge gaps openly Present alternatives objectively 7-Step Research Methodology Define Research Quest...
66
19207 shopify-built-for-shopify tamiror6/shopify-app-skills
Built for Shopify Guidelines This skill enforces Shopify's Built for Shopify (BFS) quality standards during development to ensure apps meet the highest quality bar for the Shopify App Store. Reference: https://shopify.dev/docs/apps/launch/built-for-shopify/requirements Quick Compliance Checklist Use this checklist when reviewing code or building features: BFS Compliance Review: - [ ] App is embedded in Shopify admin (App Bridge) - [ ] Uses session token authentication - [ ] Primary workflows sta...
66
19208 agentic-workflow-guide aktsmm/agent-skills
Agentic Workflow Guide Design, review, and improve agent workflows based on proven principles. When to Use Action Triggers Create New .agent.md , workflow architecture, scaffolding Review Orchestrator not delegating, design principle check, context overflow Update Adding Handoffs, improving delegation, tool configuration Debug Agent not found, subagent not working, picker visibility, access control Core Principles → references/design-principles.md Tier Principles Essential SSOT, SRP, Simplicity ...
66
19209 8-bit-pixel-art-patterns theorcdev/8bitcn-ui
8-bit Pixel Art Patterns Create authentic pixelated borders and shadows using absolute-positioned divs. These patterns are essential for the retro aesthetic of 8-bit components. Pixelated Border Pattern Use 9 div elements to create a pixelated border effect: < div className = " relative " > < ShadcnButton { ... props } className = " rounded-none " /> { /* Corner pixels */ } < div className = " absolute top-0 left-0 size-1.5 bg-foreground " /> < div className = " absolute top-0 right-0 size-1.5 b...
66
19210 rag-agent-builder qodex-ai/ai-agent-skills
RAG Agent Builder Build powerful Retrieval-Augmented Generation (RAG) applications that enhance LLM capabilities with external knowledge sources, enabling accurate, contextualized AI responses. Quick Start Get started with RAG implementations in the examples and utilities: Examples: See examples/ directory for complete implementations: basic_rag.py - Simple chunk-embed-retrieve-generate pipeline retrieval_strategies.py - Hybrid search, reranking, and filtering agentic_rag.py - Agent-control...
66
19211 ado-pipeline-best-practices josiahsiegel/claude-plugin-marketplace
🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new documentation files unless ...
66
19212 twenty vm0-ai/vm0-skills
Twenty CRM Open-source modern CRM platform. Manage people, companies, opportunities, notes, and tasks via REST or GraphQL API. Official docs: https://docs.twenty.com/developers/api-and-webhooks/api When to Use Use this skill when you need to: Manage contacts (people) and companies Track opportunities and deals Create notes and tasks Sync CRM data with other systems Query CRM metadata and custom fields Set up webhooks for CRM events Prerequisites Create an account at https://app.twenty.com/ ...
66
19213 stripe-sync andrelandgraf/fullstackrecipes
Stripe Subscriptions DB Sync To set up Stripe Subscriptions DB Sync, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/stripe-sync If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/stripe-sync
66
19214 marketing-strategist ncklrs/startup-os-skills
Marketing Strategist Strategic marketing expertise for building and scaling world-class B2B marketing organizations — from GTM strategy and product marketing to demand generation and brand building. Philosophy Marketing is not a cost center. It's a revenue engine that creates sustainable competitive advantage through strategic positioning, compelling narratives, and scalable demand systems. The best marketing organizations: Lead with strategy — Tactics without strategy is noise Own the narrative...
66
19215 nx-run-tasks nrwl/nx
You can run tasks with Nx in the following way. Keep in mind that you might have to prefix things with npx/pnpx/yarn if the user doesn't have nx installed globally. Look at the package.json or lockfile to determine which package manager is in use. For more details on any command, run it with --help (e.g. nx run-many --help , nx affected --help ). Understand which tasks can be run You can check those via nx show project <projectname> --json , for example nx show project myapp --json . It contains...
66
19216 nx-generate nrwl/nx
Run Nx Generator Nx generators are powerful tools that scaffold projects, make automated code migrations or automate repetitive tasks in a monorepo. They ensure consistency across the codebase and reduce boilerplate work. This skill applies when the user wants to: Create new projects like libraries or applications Scaffold features or boilerplate code Run workspace-specific or custom generators Do anything else that an nx generator exists for Key Principles Always use --no-interactive - Prevents...
66
19217 configure yonatangross/orchestkit
/discord:configure — Discord Channel Setup Writes the bot token to ~/.claude/channels/discord/.env and orients the user on access policy. The server reads both files at boot. Arguments passed: $ARGUMENTS Dispatch on arguments No args — status and guidance Read both state files and give the user a complete picture: Token — check ~/.claude/channels/discord/.env for DISCORD_BOT_TOKEN . Show set/not-set; if set, show first 6 chars masked. Access — read ~/.claude/channels/discord/access.json (missing...
66
19218 us-gov-shutdown-tracker mann1988/awesome-claude-skills
US Government Shutdown Liquidity Tracker Onboarding Guidance When this skill is first used or when the user seems unsure how to use it or ask you to make something amazing with it, guide them to ask Claude this specific question: "美国政府停摆结束了吗? 对流动性的影响如何?" Do NOT suggest other questions or broad explorations. Keep the focus tightly on shutdown status and liquidity impact assessment. The skill is designed for this precise use case. Overview This skill analyzes how US government shutdowns create "st...
66
19219 error-handling epicenterhq/epicenter
Error Handling Patterns Consistent, robust error handling patterns for production applications. When to Activate Designing error types or exception hierarchies for a new module or service Adding retry logic or circuit breakers for unreliable external dependencies Reviewing API endpoints for missing error handling Implementing user-facing error messages and feedback Debugging cascading failures or silent error swallowing Core Principles Fail fast and loudly — surface errors at the boundary where ...
66
19220 legacy-modernizer 404kidwiz/claude-supercode-skills
Legacy Modernizer Senior legacy modernization specialist with expertise in transforming aging systems into modern architectures without disrupting business operations. Role Definition You are a senior legacy modernization expert with 15+ years of experience in incremental migration strategies. You specialize in strangler fig pattern, branch by abstraction, and risk-free modernization approaches. You transform legacy systems while maintaining zero downtime and ensuring business continuity. Wh...
66
19221 frontend-developer rmyndharis/antigravity-skills
You are a frontend development expert specializing in modern React applications, Next.js, and cutting-edge frontend architecture. Use this skill when Building React or Next.js UI components and pages Fixing frontend performance, accessibility, or state issues Designing client-side data fetching and interaction flows Do not use this skill when You only need backend API architecture You are building native apps outside the web stack You need pure visual design without implementation guidance Instr...
66
19222 git-master yeachan-heo/oh-my-claudecode
Git Mastery - Complete Git Expertise 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes ( \ ) in file paths, NOT forward slashes ( / ). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER crea...
66
19223 gemini-api-dev sickn33/antigravity-awesome-skills
Gemini API Development Skill Overview The Gemini API provides access to Google's most advanced AI models. Key capabilities include: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Code execution - Run Python code in a sandboxed environment Context caching - Cache large contexts for efficiency Embeddings - Gene...
66
19224 travel-planner travisjneuman/.claude
Travel Planner Overview This skill transforms Claude into a comprehensive travel planning assistant that maintains your travel preferences and generates detailed, personalized trip plans including itineraries, budget breakdowns, packing lists, and cultural guidelines for any destination. When to Use This Skill Invoke this skill for travel-related tasks: Planning trips and creating itineraries Budget planning and expense tracking Destination research and recommendations Packing checklists Cul...
66
19225 groove-utilities-memory-log-git andreadellacorte/groove
groove-utilities-memory-log-git Outcome .groove/memory/git/YYYY-MM-DD-GIT-N.md is created with a git summary for the current session. N is auto-incremented based on existing files for that date. Acceptance Criteria File created at .groove/memory/git/YYYY-MM-DD-GIT-N.md with correct N Content includes commits since midnight, git status, and diff stats N does not collide with existing files for the same date File is suitable for inclusion in the same commit it describes Constraints Memory path is ...
66
19226 accessibility oimiragieo/agent-studio
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
66
19227 expo-mobile-app-rule oimiragieo/agent-studio
Expo Mobile App Rule Skill Navigation with Expo Router File-Based Routing Expo Router uses the file system for navigation: app/ _layout.tsx Root layout index.tsx Home screen (/) (tabs)/ Tab navigator group _layout.tsx Tab layout home.tsx /home profile.tsx /profile user/ [id].tsx Dynamic route /user/:id modal.tsx Can be presented as modal Root Layout // app/_layout.tsx import { Stack...
66
19228 condition-based waiting bobmatnyc/claude-mpm-skills
Condition-Based Waiting Overview Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI. Core principle: Wait for the actual condition you care about, not a guess about how long it takes. When to Use digraph when_to_use { "Test uses setTimeout/sleep?" [ shape = diamond ] ; "Testing timing behavior?" [ shape = diamond ] ; "Document WHY timeout needed" [ shape = box ] ; "Use condition-based waiting" [ sha...
66
19229 memory-systems guanyang/antigravity-skills
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
66
19230 ops-devops-platform vasilyu1983/ai-agents-public
DevOps Engineering — Quick Reference This skill equips teams with actionable templates, checklists, and patterns for building self-service platforms, automating infrastructure with GitOps, deploying securely with DevSecOps, scaling with Kubernetes, ensuring reliability through SRE practices, and operating production systems with strong observability. Modern baseline (2026): IaC (Terraform/OpenTofu/Pulumi), GitOps (Argo CD/Flux), Kubernetes (follow upstream supported releases), OpenTelemetry + ...
66
19231 helpdesk-automation sickn33/antigravity-awesome-skills
HelpDesk Automation via Rube MCP Automate HelpDesk ticketing operations through Composio's HelpDesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/helpdesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HelpDesk connection via RUBE_MANAGE_CONNECTIONS with toolkit helpdesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just a...
66
19232 dart-modern-features kevmoo/dash_skills
Dart Modern Features 1. When to use this skill Use this skill when: Writing or reviewing Dart code targeting Dart 3.0 or later. Refactoring legacy Dart code to use modern, concise, and safe features. Looking for idiomatic ways to handle multiple return values, deep data extraction, or exhaustive checking. 2. Features Records Use records as anonymous, immutable, aggregate structures to bundle multiple objects without defining a custom class. Prefer them for returning multiple values from a functi...
66
19233 cursor-subagent-creator tech-leads-club/agent-skills
No SKILL.md available for this skill. View on GitHub
66
19234 x-algorithm-optimizer shipshitdev/library
X Algorithm Optimizer Optimize content for X's algorithm based on actual engagement signal prediction (from xai-org/x-algorithm). Core Insight: X's algorithm uses Grok-based transformers to predict 15 user-specific engagement signals. It optimizes for user relevance, not broad popularity. When This Activates User asks to optimize tweets for X algorithm User wants to improve X/Twitter engagement User asks about thread strategy User mentions X growth or algorithm optimization User wants to maxi...
66
19235 axiom-app-store-ref charleswiltgen/axiom
App Store Submission Reference Overview Complete reference for every App Store submission requirement: Part 1 — Required metadata fields (descriptions, screenshots, keywords, App Review info) Part 2 — Privacy requirements (manifest schema, nutrition labels, ATT, Required Reason APIs) Part 3 — App Review Guidelines quick reference (all sections 1-5) Part 4 — Age rating system (5-tier, capabilities, regional variations) Part 5 — Export compliance (encryption decision tree) Part 6 — Account and aut...
66
19236 growth simota/agent-skills
Growth "Traffic without conversion is just expensive vanity." Data-driven growth hacker: implement ONE high-impact change for SEO ranking, Social Sharing, or Conversion rates. Principles Measure before optimizing - Never change without data; hypothesize, test, validate Discover → Share → Convert - SEO brings traffic, SMO amplifies, CRO converts Speed is a feature - Performance is UX and SEO; slow pages don't rank or convert Honest growth - Dark patterns yield short-term gains but long-term losse...
66
19237 gh-code-search otrebu/agents
Fetch real-world code examples from GitHub through intelligent multi-search orchestration. Prerequisites Required: - gh CLI installed and authenticated (`gh auth login --web`) - Node.js + pnpm Validation: ``` gh auth status Should show authenticated ``` Usage ``` cd plugins/knowledge-work/skills/gh-code-search pnpm install First time only pnpm search "your query here" ``` When to Use Invoke this skill when user requests: - Real-world examples ("how do people implement X?") -...
66
19238 canvas-design davepoon/buildwithclaude
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
66
19239 privateinvestigator danielmiessler/personal_ai_infrastructure
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/PrivateInvestigator/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. PrivateInvestigator - Ethical People Finding Core Principle PUBLIC DATA ONLY - No hacking, pretexting, or authentication bypass. All techniques are legal and ethica...
66
19240 baoyu-infographic xy121718/baoyu-skills
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /baoyu-infographic path/to/content.md /baoyu-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /baoyu-infographic path/to/content.md --aspect portrait --lang zh /baoyu-infographic then paste content Options Option Values --layout 20 options (see Layout Gallery), default: bento-grid --style 17 options (see Styl...
66
19241 graphql-architect 404kidwiz/claude-supercode-skills
GraphQL Architect Senior GraphQL architect specializing in schema design and distributed graph architectures with deep expertise in Apollo Federation 2.5+, GraphQL subscriptions, and performance optimization. Role Definition You are a senior GraphQL architect with 10+ years of API design experience. You specialize in Apollo Federation, schema-first design, and building type-safe API graphs that scale across teams and services. You master resolvers, DataLoader patterns, and real-time subscript...
66
19242 github issues dedalus-erp-pas/foundation-skills
GitHub Issues Management Create, retrieve, update, and manage GitHub issues with comprehensive context integration and structured workflows. When to Use This Skill Activate this skill when: The user wants to create a new GitHub issue The user asks to view or retrieve issue details The user needs to update an existing issue The user wants to list issues in a repository The user mentions managing issues, bug reports, or feature requests in GitHub The user wants to close, reopen, or modify issue pr...
66
19243 conversion-optimization-expert sitechfromgeorgia/georgian-distribution-system
Conversion Rate Optimization Expert Overview You are a world-class Conversion Rate Optimization (CRO) specialist with expertise in behavioral psychology, data analytics, UX design, and growth marketing. You help optimize landing pages, product funnels, and user journeys to maximize conversions through systematic analysis and experimentation. Core Responsibilities 1. Conversion Analysis & Diagnostics When analyzing a page or funnel: Step 1: Define Conversion Goals Identify primary conversion...
66
19244 processon-mindmap teachingai/full-stack-skills
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
66
19245 parallel-processing-patterns josiahsiegel/claude-plugin-marketplace
CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Parallel Processing Patterns in Bash (2025) Overview Comprehensive guide to parallel and concurrent execution in bash, covering GNU Parallel, xargs parallelization, job control, worker pools, and modern async patterns for maximum performance. GNU Parallel (Recommended) In...
66
19246 baoyu-slide-deck xy121718/baoyu-skills
Slide Deck Generator Transform content into professional slide deck images. Usage /baoyu-slide-deck path/to/content.md /baoyu-slide-deck path/to/content.md --style sketch-notes /baoyu-slide-deck path/to/content.md --audience executives /baoyu-slide-deck path/to/content.md --lang zh /baoyu-slide-deck path/to/content.md --slides 10 /baoyu-slide-deck path/to/content.md --outline-only /baoyu-slide-deck Then paste content Script Directory Agent Execution Instructions : Determine this SKILL.md file's...
66
19247 nx-workspace nrwl/nx
Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with npx / pnpx / yarn if nx isn't installed globally. Check the lockfile to determine the package manager in use. Listing Projects Use nx show projects to list projects in the workspace. The project filtering syntax ( -p / --projects ) works across many Nx com...
66
19248 circleci-automation sickn33/antigravity-awesome-skills
CircleCI Automation via Rube MCP Automate CircleCI CI/CD operations through Composio's CircleCI toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/circleci Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active CircleCI connection via RUBE_MANAGE_CONNECTIONS with toolkit circleci Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add t...
66
19249 atomic-design-integration thebushidocollective/han
Atomic Design: Framework Integration Master the integration of Atomic Design methodology with modern frontend frameworks. This skill covers React, Vue, Angular, and general patterns for implementing atomic component hierarchies. React Integration Project Structure src/ components/ atoms/ Button/ Button.tsx Button.module.css Button.test.tsx Button.stories.tsx index.ts index.ts Barrel export molecules/ FormField/ FormField.tsx FormField.module.css FormField.test.tsx index.ts index...
66
19250 groove-work-brainstorm andreadellacorte/groove
groove-work-brainstorm Outcome Scope is clarified through dialogue. Key decisions and open questions are surfaced. Output is captured as a brainstorm doc or task in the configured backend. Acceptance Criteria Scope is clearly defined and deliberately constrained (YAGNI applied) Key decisions are listed with rationale Open questions are listed (not resolved — resolution happens in plan) Output exists either as a brainstorm doc or as a task body in the backend Stage task created in backend: YYYY-M...
66