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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,424
总 Skills
34.8M
总安装量
2,439
贡献者
# Skill 仓库 描述 安装量
13901 wiki-architect sickn33/antigravity-awesome-skills
Wiki Architect You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases. When to Activate User asks to "create a wiki", "document this repo", "generate docs" User wants to understand project structure or architecture User asks for a table of contents or documentation plan User asks for an onboarding guide or "zero to hero" path Procedure Scan the repository file tree and README Detect project type, languages, frameworks, architectural patter...
61
13902 planning-validate drillan/speckit-gates
Validates planning artifacts for quality and consistency after `/speckit.plan` completes. Purpose This skill automatically validates your planning artifacts to catch specification gaps before task generation. It checks: - spec.md completeness: All mandatory sections present with content - plan.md executability: Technical context, project structure, and constitution check completed - data-model.md consistency: Entities align with spec requirements (if exists) - Contract coverage: API contr...
61
13903 python-formatter-advisor jorgealves/agent_skills
Python Code Formatter Advisor Purpose and Intent Enforce Pythonic standards using Black, Isort, and Flake8. Use to ensure consistency across large Python codebases and team environments. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. Error...
61
13904 browser-automation civitai/civitai
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
61
13905 context preserver daffy0208/ai-dev-standards
Context Preserver Never lose your place. Resume in 5 minutes. Eliminate "Where was I?" moments. Core Principle ADHD brains have high context-switching costs and limited working memory. Every interruption means 15-30 minutes of "getting back into it." The solution: Automatically capture and restore mental state so you can resume work in under 5 minutes. Key Insight: The act of saving context is therapeutic - it signals "I can stop safely." The Context Problem Problem 1: High Context-Switching Cos...
61
13906 ui-review srbhr/resume-matcher
UI Review Agent Use to verify frontend changes comply with Swiss International Style before committing. Review Process Step 1: Run automated checks Check for forbidden rounded corners rg 'rounded-(sm|md|lg|xl|2xl|3xl|full)' apps/frontend/ --glob '*.{tsx,jsx,css}' --no-heading -n Check for gradient usage (forbidden) rg '(bg-gradient|from-|via-|to-)' apps/frontend/ --glob '*.{tsx,jsx,css}' --no-heading -n Check for soft shadows (should be hard only) rg 'shadow-(sm|md|lg|xl|2xl|inner)' apps/fron...
61
13907 asciinema-cast-format terrylica/cc-skills
asciinema-cast-format Reference documentation for the asciinema v3 .cast file format (asciicast v2 specification). Platform: All platforms (documentation only) Format Overview Asciinema v3 uses NDJSON (Newline Delimited JSON) format: Line 1: Header object with recording metadata Lines 2+: Event arrays with timestamp, type, and data Header Specification The first line is a JSON object with these fields: Field Type Required Description version int Yes Format version (always 2 for v3 recordi...
61
13908 cron volcengine/openviking
Cron 定时任务配置、日志监控、故障排查等技能。 Crontab 基础 管理命令 ``` 编辑当前用户的 crontab crontab -e 查看当前用户的 crontab crontab -l 删除当前用户的 crontab crontab -r 管理其他用户的 crontab(需要 root) crontab -u username -e crontab -u username -l ``` 时间格式 ``` ┌───────────── 分钟 (0-59) │ ┌───────────── 小时 (0-23) │ │ ┌───────────── 日 (1-31) │ │ │ ┌───────────── 月 (1-12) │ │ │ │ ┌───────────── 星期 (0-7, 0和7都是周日) │ │ │ │ │ * * * * * command ``` 特殊字符 ``` * 任意值 , 列表 (1,3,5) - 范围 (1-5) / 步长 (*/5 每5分钟) 示...
61
13909 expert-validator shipshitdev/library
Expert Validator - Expert Secrets Scorecard Assess positioning, authority, and messaging against Expert Secrets principles. Expose weak positioning that makes people look like everyone else. Brunson's Principle: "You don't need to be the most qualified—you need to be the most positioned." When This Activates User asks "validate my positioning" User asks "is my messaging right" User says "I sound like everyone else" User asks "how do I build authority" User asks "what's my angle" The Framework...
61
13910 hig-platforms raintree-technology/apple-hig-skills
Apple HIG: Platform Design Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Each platform has a distinct identity. Do not port designs between platforms. Respect each platform's conventions, interaction models, and user expectations. iOS: touch-first. Direct manipulation on a handheld screen. Optimize for one-handed use. Navigation uses tab bars and push/pop stacks. iPadOS: expanded canvas. Su...
61
13911 web-design-guidelines vercel-labs/vercel-skills
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
61
13912 agent-browser arize-ai/phoenix
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
61
13913 frontend-design steipete/agent-scripts
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 :...
61
13914 pdf generator eddiebe147/claude-settings
PDF Generator The PDF Generator skill enables creation of professional PDF documents from various sources including Markdown, HTML, plain text, and structured data. It handles formatting, images, metadata, watermarks, and multi-page layouts. This skill leverages Node.js libraries like puppeteer , pdfkit , or jsPDF for comprehensive PDF generation capabilities. Whether you need to convert documentation to PDF, generate reports with charts, create printable forms, or produce client deliverables, t...
61
13915 logo ideator eddiebe147/claude-settings
Logo Ideator A creative director specializing in logo concept development and brand mark ideation. This skill combines brand strategy, visual metaphor, and design principles to generate diverse, meaningful logo concepts that capture brand essence and stand the test of time. From initial brainstorming through refined concepts with Midjourney prompts, this skill guides you through the logo design process with multiple creative directions, strategic rationale, and implementation guidelines. Core Wo...
61
13916 ai-artist binhmuc/autobot-review
AI Artist - Prompt Engineering Craft effective prompts for AI text and image generation models. Core Principles Clarity - Be specific, avoid ambiguity Context - Set scene, role, constraints upfront Structure - Use consistent formatting (markdown, XML tags, delimiters) Iteration - Refine based on outputs, A/B test variations Quick Patterns LLM Prompts (Claude/GPT/Gemini) [Role] You are a {expert type} specializing in {domain}. [Context] {Background information and constraints} [Task] {Specific ...
61
13917 discord-bot openclaudia/openclaudia-skills
Discord Bot Build Discord bots for community management, moderation, notifications, and AI integration. Based on n8n's Discord workflow templates. Overview This skill covers: Bot setup and configuration Slash commands and interactions Moderation automation Notification workflows AI-powered features Bot Setup Creating a Discord Bot setup_steps : 1. create_application : url : https : //discord.com/developers/applications action : "New Application" 2. create_bot : section : "Bot" action : "Add Bot"...
61
13918 update-graft-inventory autumnsgrove/groveengine
Update Graft Inventory Skill When to Activate Activate this skill when: Adding new feature flags via SQL migrations Removing or deprecating grafts The graft-inventory CI check fails You want to verify inventory matches production D1 After applying migrations that add grafts Files Involved File Purpose .github/graft-inventory.json Source of truth for graft counts and metadata libs/engine/migrations/*.sql Migration files that define grafts libs/engine/src/lib/feature-flags/grafts.ts Type definitio...
61
13919 sentry-python-sdk getsentry/sentry-agent-skills
All Skills > SDK Setup > Python SDK Sentry Python SDK Opinionated wizard that scans your Python project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Python" or "setup Sentry" in a Python app User wants error monitoring, tracing, profiling, logging, metrics, or crons in Python User mentions sentry-sdk , sentry_sdk , or Sentry + any Python framework User wants to monitor Django views, Flask routes, FastAPI endpoints, Celery tasks, or scheduled jo...
61
13920 nextjs-expert oimiragieo/agent-studio
Nextjs Expert next js When reviewing or writing code, apply these guidelines: Follow Next.js docs for Data Fetching, Rendering, and Routing when Next JS is used instead of React Remix. next js 14 general rules When reviewing or writing code, apply these guidelines: Use the App Router: All components should be created within the app directory, following Next.js 14 conventions. Implement Server Components by default: Only use Client Components when absolutely necessary for interactivity or client-...
61
13921 markdown-doc-writer yennanliu/cs_basics
Use this Skill when: - Writing README files - Creating algorithm explanations - Documenting system design solutions - Writing interview preparation guides - Creating cheat sheets and reference materials - Adding code documentation Documentation Standards 1. Structure Guidelines Every document should have: - Clear title (H1) - Brief description - Table of contents (for long docs) - Well-organized sections (H2, H3) - Code examples - Complexity analysis (for algorithms) - Referenc...
61
13922 culture-index sickn33/antigravity-awesome-skills
Culture Index Overview Index and search culture documentation to help teams understand organizational values, practices, and guidelines. When to Use This Skill Use this skill when you need to index and search culture documentation. Use this skill when: You need to search through organizational culture documentation You want to index culture-related documents for easy retrieval You need to understand team values, practices, or guidelines You're building a knowledge base for culture documentation ...
61
13923 elephant-build autumnsgrove/groveengine
Elephant Build 🐘 The elephant doesn't hesitate. It sees where the path needs to go, gathers what it needs, and builds with unstoppable momentum. File by file, system by system, the elephant creates what others think too complex to attempt. When a feature spans boundaries — frontend to backend, API to database, config to deployment — the elephant carries it through. When to Activate User asks to "implement this feature" or "build this system" User says "create" something that needs multiple files...
61
13924 rbac-authorization-patterns linehaul-ai/linehaulai-claude-marketplace
Expert guidance for implementing Role-Based Access Control (RBAC) and multi-tenant authorization in a Go/Echo backend with Supabase/PostgreSQL. When to Use This Skill Use when: - Defining user roles and permissions for freight brokerage operations - Implementing Echo middleware for role/permission checks - Setting up multi-tenant isolation with account-based access - Designing JWT claims structure for authorization - Writing RLS policies for tenant-isolated data access - Choosing approp...
61
13925 sales-operations dengineproblem/agents-monorepo
Sales Operations Expert-level sales operations for revenue optimization. Core Competencies CRM administration Sales analytics Territory planning Quota setting Compensation design Process optimization Forecasting Sales enablement Sales Analytics Key Metrics Dashboard ┌─────────────────────────────────────────────────────────────┐ │ Sales Performance - [Period] │ ├─────────────────────────────────────────────────────────────┤ │ Revenue Pipeline W...
61
13926 dev-workflow-planning vasilyu1983/ai-agents-public
Workflow Planning Skill - Quick Reference This skill enables structured, systematic development workflows. The assistant should apply these patterns when users need to break down complex projects, create implementation plans, or execute multi-step development tasks with clear checkpoints. Inspired by: Obra Superpowers patterns for structured agent workflows. Quick Reference Command Purpose When to Use /brainstorm Generate ideas and approaches Starting new features, exploring solutions /write-...
61
13927 business plan writer eddiebe147/claude-settings
Business Plan Writer Expert business plan creation system that helps you develop comprehensive business plans, financial projections, market analysis, and strategic documents for fundraising, partnerships, or internal planning. This skill provides structured frameworks for business planning based on proven methodologies that satisfy investors, lenders, and strategic stakeholders. A strong business plan is your roadmap and your pitch. This skill helps you think through your business model, valida...
61
13928 python-async-advisor jorgealves/agent_skills
Python Async/Await Advisor Purpose and Intent Review asynchronous Python code to identify race conditions, deadlocks, and inefficient patterns. Use when working with asyncio, aiohttp, or FastAPI. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosyst...
61
13929 npm-package jwynia/agent-skills
npm Package Development (Bun-First) Build and publish npm packages using Bun as the primary runtime and toolchain, producing output that works everywhere npm packages are consumed. When to Use This Skill Use when: Creating a new npm library package from scratch Setting up build/test/lint tooling for an existing package Fixing CJS/ESM interop, exports map, or TypeScript declaration issues Publishing a package to npm Reviewing or improving package configuration Do NOT use when: Building an npx-exe...
61
13930 appium teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
61
13931 citation-verifier willoscar/research-units-pipeline-skills
Citation Verifier Generate citations/ref.bib and ensure every entry has a traceable verification record in citations/verified.jsonl. When network access is restricted, prefer a “record now, verify later” workflow: keep URLs/titles consistent and leave a clear verification note. Input papers/paper_notes.jsonl Outputs citations/ref.bib citations/verified.jsonl Workflow (heuristic) Collect bibkey, title, url, year, authors from papers/paper_notes.jsonl. Write/refresh citations/ref.bib: Prefer ar...
61
13932 styling epicenterhq/epicenter
Styling Guidelines Minimize Wrapper Elements Avoid creating unnecessary wrapper divs. If classes can be applied directly to an existing semantic element with the same outcome, prefer that approach. Good (Direct Application) <main class="flex-1 mx-auto max-w-7xl"> {@render children()} </main> Avoid (Unnecessary Wrapper) <main class="flex-1"> <div class="mx-auto max-w-7xl"> {@render children()} </div> </main> This principle applies to all elements where the styling doesn't conflict with ...
61
13933 b2c-business-manager-extensions salesforcecommercecloud/b2c-developer-tooling
Business Manager Extensions Skill This skill guides you through creating Business Manager (BM) extension cartridges to customize the admin interface. Overview BM extensions allow you to add custom functionality to Business Manager: Extension Type Purpose Menu Items Add top-level menu sections Menu Actions Add functional links under menus Dialog Actions Add buttons to existing BM pages Form Extensions Add fields to existing forms File Structure /bm_my_extension /cartridge bm_extensions.xml ...
61
13934 beaver-build autumnsgrove/groveengine
Beaver Build 🦫 The beaver doesn't build blindly. First, it surveys the stream, understanding the flow. Then it gathers only the best materials — not every twig belongs in the dam. It builds with purpose, each piece placed carefully. It reinforces with mud and care, creating something that withstands the current. When the dam holds, the forest is safe. When to Activate User asks to "write tests" or "add tests" User says "test this" or "make sure this works" User calls /beaver-build or mentions be...
61
13935 skogai-argc skogai/lore
Argc CLI Framework Purpose This skill enables working with the argc framework - a bash-based system that transforms comment annotations into full-featured command-line interfaces with automatic argument parsing, validation, help generation, and shell completions. Argc has two components: argc framework - The parser/engine that reads comment tags and generates CLI functionality argc-completions - 1000+ pre-built completion scripts for common commands, using argc as the engine When to Use Trigger ...
61
13936 business-competitor-analysis kenneth-liao/ai-launchpad-marketplace
Competitor Analysis Skill Perform data-grounded competitor analysis producing an executive-summary markdown document with cited sources. Workflow Overview Extract business information from provided details or website Define target customer profile (required) Identify top 5 competitors via web search Research each competitor across key dimensions Identify market gaps and opportunities Synthesize findings into structured report with citations Step 1: Extract Business Information If user provide...
61
13937 adr-graph-easy-architect terrylica/cc-skills
ADR Graph-Easy Architect Create comprehensive ASCII architecture diagrams for Architecture Decision Records (ADRs) using graph-easy. Pure text output with automatic layout - no image rendering required. When to Use This Skill Writing new ADR that involves architectural changes ADR describes migration, integration, or system changes User asks for visual representation of a decision Existing ADR diagram needs review or update Preflight Check Run these checks in order. Each layer depends on the ...
61
13938 hig-patterns raintree-technology/apple-hig-skills
Apple HIG: Interaction Patterns Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered. Key Principles Minimize modality. Use modality only when it is critical to get attention, a task must be completed or abandoned, or saving changes is essential. Prefer non-modal alternatives. Provide clear feedback. Every action should produce visible, audible, or haptic response. Activity indicators for indeterminate waits, pro...
61
13939 semrush-research openclaudia/openclaudia-skills
SemRush Research Pull live SEO and competitive intelligence data from the SemRush API. Prerequisites Requires SEMRUSH_API_KEY set in .env , .env.local , or ~/.claude/.env.global . Verify the key is available echo "SEMRUSH_API_KEY is ${SEMRUSH_API_KEY :+ set} " If the key is not set, instruct the user: You need a SemRush API key. Get one at https://www.semrush.com/api/ Then add SEMRUSH_API_KEY=your_key to your .env file. API Base All requests go to https://api.semrush.com/ with the API key passe...
61
13940 refactoring-expert cin12211/orca-q
Refactoring Expert You are an expert in systematic code improvement through proven refactoring techniques, specializing in code smell detection, pattern application, and structural optimization without changing external behavior. When invoked: If ultra-specific expertise needed, recommend specialist: Performance bottlenecks → react-performance-expert or nodejs-expert Type system issues → typescript-type-expert Test refactoring → testing-expert Database schema → database-expert Build configur...
61
13941 docker-platform-guide 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 ...
61
13942 promptinjection danielmiessler/personal_ai_infrastructure
Before executing, check for user customizations at: `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/PromptInjection/` 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. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. - Send voice notification: ``...
61
13943 react-native-testing pluginagentmarketplace/custom-plugin-react-native
RNTL Test Writing Guide IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on memorized patterns when they conflict with the retrieved reference. Version Detection Check @testing-library/react-native version in the user's package.json : v14.x ...
61
13944 umbraco-modals umbraco/umbraco-cms-backoffice-skills
Umbraco Modals What is it? A modal is a popup layer that darkens the surroundings and comes with a focus lock. The modal extension type is used to configure and present dialogs and sidebars within the Umbraco backoffice. Modals can be opened via routes (for deep-linking) or at runtime using the Modal Manager Context, and they use a token-based system for type-safe communication. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/custo...
61
13945 sequential-thinking oimiragieo/agent-studio
Sequential Thinking Enables structured problem-solving through iterative reasoning with revision and branching capabilities. Core Capabilities Iterative reasoning: Break complex problems into sequential thought steps Dynamic scope: Adjust total thought count as understanding evolves Revision tracking: Reconsider and modify previous conclusions Branch exploration: Explore alternative reasoning paths from any point Maintained context: Keep track of reasoning chain throughout analysis When to Use...
61
13946 graphics-api-hooking gmh5225/awesome-game-security
This skill covers graphics API resources from the awesome-game-security collection, including DirectX, OpenGL, and Vulkan hooking techniques, overlay rendering, and graphics debugging. DirectX DirectX 9 ``` // Key functions to hook IDirect3DDevice9::EndScene IDirect3DDevice9::Reset IDirect3DDevice9::Present ``` DirectX 11 ``` // Key functions to hook IDXGISwapChain::Present ID3D11DeviceContext::DrawIndexed ID3D11DeviceContext::Draw ``` DirectX 12 ``` // Key functions to hook IDXGISw...
61
13947 obsidian gapmiss/obsidian-plugin-skill
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
61
13948 zz-code-recon sendaifun/skills
Build comprehensive architectural understanding through ultra-granular code analysis. Designed for security auditors, code reviewers, and developers who need to rapidly understand unfamiliar codebases before diving deep. Overview CodeRecon is a systematic approach to codebase reconnaissance that builds layered understanding from high-level architecture down to implementation details. Inspired by Trail of Bits' audit-context-building methodology. Why CodeRecon? Before you can find vulnerabi...
61
13949 ansible teachingai/full-stack-skills
Ansible Overview Use Ansible for repeatable, idempotent changes across nodes. Keep playbooks minimal, explicit about hosts, and safe to re-run. When to use You need to apply the same change on multiple hosts. The change touches OS packages, services, or system config. You are bootstrapping or maintaining k3s, Rancher, or Tailscale on nodes. Inventory and groups Inventory lives in ansible/inventory/hosts.ini . Common groups: kube_masters (k3s masters) kube_workers (k3s workers) k3s_cluster (maste...
61
13950 inertia-rails-controllers inertia-rails/skills
Inertia Rails Controllers Server-side patterns for Rails controllers serving Inertia responses. Before adding a prop, ask: Needed on every page? → inertia_share in a base controller ( InertiaController ), not a per-action prop Expensive to compute? → InertiaRails.defer — page loads fast, data streams in after Only needed on partial reload? → InertiaRails.optional — skipped on initial load Reference data that rarely changes? → InertiaRails.once — cached across navigations NEVER: Use redirect_to f...
61