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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
14951 design-engineer darasoba/design-engineer-plugin
Design Engineer Skill You are a design engineer — a practitioner at the intersection of design and engineering who obsesses over the invisible details that make interfaces feel alive. You don't just build UIs; you craft experiences where every interaction feels intentional, every transition is considered, and every detail serves a purpose. Design engineering is a state of mind: you think in both pixels and code simultaneously. You care about how a button feels when pressed, how content flows int...
50
14952 pyth sendaifun/skills
Pyth Network Development Guide Pyth Network is a decentralized oracle providing real-time price feeds for cryptocurrencies, equities, forex, and commodities. This guide covers integrating Pyth price feeds into Solana applications. Overview Pyth Network provides: Real-Time Price Feeds - 400ms update frequency with pull oracle model Confidence Intervals - Statistical uncertainty bounds for each price EMA Prices - Exponential moving average prices (~1 hour window) Multi-Asset Support - Crypto, equi...
50
14953 metrics-definition owl-listener/designer-skills
Metrics Definition You are an expert in defining meaningful UX metrics that demonstrate design impact. What You Do You help teams define metrics connecting design work to measurable outcomes. Metric Categories Behavioral : Task completion, time on task, error rate, feature adoption Attitudinal : SUS, NPS, CSAT, perceived ease of use Business : Conversion, retention, support volume, onboarding completion Engagement : DAU/MAU, session duration, feature discovery, return visits HEART Framework Happ...
50
14954 react-expert personamanagmentlayer/pcl
React Expert Senior React specialist with deep expertise in React 19, Server Components, and production-grade application architecture. When to Use This Skill Building new React components or features Implementing state management (local, Context, Redux, Zustand) Optimizing React performance Setting up React project architecture Working with React 19 Server Components Implementing forms with React 19 actions Data fetching patterns with TanStack Query or use() Core Workflow Analyze requirements -...
50
14955 dotenv-manager jeremylongshore/claude-code-plugins-plus-skills
Dotenv Manager Purpose This skill provides automated assistance for dotenv manager tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "dotenv manager" in your request Ask about dotenv manager patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for dotenv manager Follows industry best practic...
50
14956 postiz gitroomhq/postiz-agent
Install Postiz if it doesn't exist npm install -g postiz or pnpm install -g postiz npm release: https://www.npmjs.com/package/postiz postiz github: https://github.com/gitroomhq/postiz-app postiz cli github: https://github.com/gitroomhq/postiz-app official website: https://postiz.com Property Value name postiz description Social media automation CLI for scheduling posts across 28+ platforms allowed-tools Bash(postiz:*) Core Workflow The fundamental pattern for using Postiz CLI: Discover - List i...
50
14957 opportunity-framework owl-listener/designer-skills
Opportunity Framework You are an expert in identifying, evaluating, and prioritizing design opportunities. What You Do You help teams move from possible improvements to a prioritized roadmap. Opportunity Sources Research findings, analytics, competitive gaps, technology, stakeholder requests, support channels. Evaluation Frameworks Impact-Effort Matrix 2x2 grid: quick wins, strategic bets, fill-ins, deprioritize. RICE Scoring Reach, Impact (1-3), Confidence (%), Effort (person-weeks). Kano Model...
50
14958 design-token owl-listener/designer-skills
Design Token You are an expert in design token architecture and systematic design foundations. What You Do You help define, organize, and document design tokens — the atomic values that drive visual consistency. You understand token taxonomies, naming hierarchies, and cross-platform mapping. Token Categories Color : Global palette, alias tokens (surface, text, border), component tokens Spacing : Base unit (4px/8px), scale (xs through 3xl), contextual (inset, stack, inline) Typography : Font fami...
50
14959 secure-headers-csp-builder patricio0312rev/skills
Secure Headers & CSP Builder Add security headers safely without breaking functionality. Essential Security Headers // middleware/security-headers.ts import { Request, Response, NextFunction } from "express"; export function securityHeaders( req: Request, res: Response, next: NextFunction ) { // Prevent clickjacking res.setHeader("X-Frame-Options", "DENY"); // Prevent MIME sniffing res.setHeader("X-Content-Type-Options", "nosniff"); // XSS Protection (legacy browsers) res....
50
14960 create-hooks glittercowboy/taches-cc-resources
Hooks provide programmatic control over Claude's behavior without modifying core code, enabling project-specific automation, safety checks, and workflow customization. <quick_start> Create hooks config file: Project: .claude/hooks.json User: ~/.claude/hooks.json Choose hook event (when it fires) Choose hook type (command or prompt) Configure matcher (which tools trigger it) Test with claude --debug .claude/hooks.json: { "hooks": { "PreToolUse": [ { "matcher": "Bash", ...
50
14961 vision simota/agent-skills
You are "Vision" - the Creative Director who defines design direction, orchestrates design agents, and ensures visual excellence across the product. Your mission is to transform design requirements into strategic direction, create cohesive design systems, and coordinate specialized design agents (Muse, Palette, Flow, Forge, Echo) to deliver modern, beautiful, and user-centered experiences. Vision's Philosophy - Design is Strategy, Not Decoration: Design serves business goals. Every visual de...
50
14962 maven-dependency-management thebushidocollective/han
No SKILL.md available for this skill. [View on GitHub ](https://github.com/thebushidocollective/han)
50
14963 trash-talk-generator onewave-ai/claude-skills
Trash Talk Generator Create clever, non-offensive trash talk. Rivalry-specific references, historical callbacks, memes. Fun, not mean. Instructions You are an expert at sports banter and friendly competition. Generate witty, clever trash talk that's fun and respectful. Output Format Trash Talk Generator Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable output...
50
14964 econ-visualization meleantonio/awesome-econ-ai-stuff
Econ Visualization Purpose This skill creates publication-quality figures for economics papers, using clean styling, consistent scales, and export-ready formats. When to Use Building figures for empirical results and descriptive analysis Standardizing chart style across a paper or presentation Exporting figures to PDF or PNG at journal quality Instructions Follow these steps to complete the task: Step 1: Understand the Context Before generating any code, ask the user: What is the dataset and key...
50
14965 version-control-strategy owl-listener/designer-skills
Version Control Strategy You are an expert in managing design file versions, component libraries, and design assets. What You Do You define strategies for versioning design work so teams can collaborate, track changes, and maintain consistency. What to Version Design files (Figma, Sketch, etc.) Component libraries Design tokens Icon sets and assets Documentation Versioning Approaches Design Files Named versions at key milestones (v1-exploration, v2-refinement, v3-final) Branch-based: main branch...
50
14966 planning-with-files guanyang/antigravity-skills
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
50
14967 piglet psiace/skills
piglet Concise guidance for writing and reviewing Python code using patterns from One Python Craftsman. Purpose and Triggers Use for Python (.py) code creation, refactoring, or code review. Use when code quality issues involve naming, control flow, data handling, error handling, loops, decorators, imports, file I/O, edge cases, or the walrus operator. Prefer clarity and maintainability. Optimize performance only when it is a real constraint. If $friendly-python is available, suggest pairing it f...
50
14968 backlog-refinement-guide dengineproblem/agents-monorepo
Backlog Refinement Guide Эксперт в рефайнменте бэклога, продуктовом менеджменте и agile методологиях. Фреймворк DEEP для бэклога Detailed Appropriately : Ближайшие элементы детализированы, долгосрочные — на высоком уровне Emergent : Постоянно эволюционирует на основе обучения Estimated : Относительное размерование с помощью story points Prioritized : Четкая сортировка на основе ценности и рисков Definition of Ready Перед попаданием в спринт убедитесь: Четко определены критерии принятия Зависимос...
50
14969 1k-performance onekeyhq/app-monorepo
OneKey Performance Optimization Performance optimization patterns and best practices for React/React Native applications in the OneKey monorepo. Quick Reference Category Key Optimization When to Use Concurrent Requests Limit to 3-5, use executeBatched Multiple API calls, network-heavy operations Bridge Optimization Minimize crossings, batch data React Native bridge overhead, iOS/Android List Rendering FlashList, windowSize={5}, content-visibility Lists with 100+ items Memoization memo, useMemo, ...
50
14970 agent-browser connorads/dotfiles
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...
50
14971 code-antipatterns laurigates/claude-plugins
Context Analysis path: $1 (defaults to current directory if not specified) JS/TS files: ! find . -type f \( -name "*.js" -o -name "*.ts" -o -name "*.jsx" -o -name "*.tsx" \) Vue files: ! find . -name "*.vue" Python files: ! find . -name "*.py" Your Task Perform comprehensive anti-pattern analysis using ast-grep and parallel agent delegation. Analysis Categories Based on the detected languages, analyze for these categories: JavaScript/TypeScript Anti-patterns Callbacks, magic values, empty catch ...
50
14972 configure-readme laurigates/claude-plugins
When to Use This Skill Use this skill when... Use another approach when... Creating a README.md for a new project from scratch Editing specific README content — use direct file editing Auditing an existing README for missing sections (badges, install, structure) Writing detailed API documentation — use /configure:docs Standardizing README format across multiple projects Creating GitHub Pages documentation site — use /configure:github-pages Adding shields.io badges, tech stack table, or project s...
50
14973 ads-agent dengineproblem/agents-monorepo
Facebook Ads Agent Ты - AI-агент для управления Facebook рекламой. Работаешь автономно, используя MCP сервер meta-ads и конфигурацию из MD файлов. Твои возможности Анализ и оптимизация рекламных кампаний Создание и управление кампаниями, ad sets, ads Формирование отчетов по метрикам Анализ эффективности креативов Настройка таргетинга и аудиторий Как работать При любом запросе о рекламе: Определи аккаунт - прочитай .claude/ads-agent/config/ad_accounts.md чтобы понять какие аккаунты доступны Изучи...
50
14974 referral-program kimny1143/claude-code-template
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not...
50
14975 design-brief owl-listener/designer-skills
Design Brief You are an expert in writing design briefs that set teams up for focused, effective work. What You Do You create briefs defining problem, audience, constraints, and success criteria. Brief Structure Project Overview — Name, summary, business context, stakeholder Problem Statement — What, who, evidence, consequences Target Audience — Primary/secondary users, characteristics, personas Goals and Success Criteria — Design goal, metrics, qualitative indicators Scope and Constraints — In/...
50
14976 kpi dashboard builder eddiebe147/claude-settings
KPI Dashboard Builder Expert KPI and performance dashboard design system that helps you define meaningful metrics, build actionable dashboards, track progress, and drive data-driven decision-making. This skill provides structured workflows for metric selection, dashboard design, and performance management based on business intelligence and analytics best practices. What gets measured gets managed. This skill helps you cut through vanity metrics to identify KPIs that truly drive business outcomes...
50
14977 app-store-optimization alirezarezvani/claude-code-aso-skill
App Store Optimization (ASO) Skill This comprehensive skill provides complete ASO capabilities for successfully launching and optimizing mobile applications on the Apple App Store and Google Play Store. Capabilities Research & Analysis Keyword Research: Analyze keyword volume, competition, and relevance for app discovery Competitor Analysis: Deep-dive into top-performing apps in your category Market Trend Analysis: Identify emerging trends and opportunities in your app category Review Sentimen...
50
14978 wordpress-woocommerce-development sickn33/antigravity-awesome-skills
WordPress WooCommerce Development Workflow Overview Specialized workflow for building WooCommerce stores including setup, payment gateway integration, shipping configuration, custom product types, and store optimization. When to Use This Workflow Use this workflow when: Setting up WooCommerce stores Integrating payment gateways Configuring shipping methods Creating custom product types Building subscription products Workflow Phases Phase 1: Store Setup Skills to Invoke app-builder - Project scaf...
50
14979 m03-mutability actionbook/rust-skills
Mutability Layer 1: Language Mechanics Core Question Why does this data need to change, and who can change it? Before adding interior mutability, understand: Is mutation essential or accidental complexity? Who should control mutation? Is the mutation pattern safe? Error → Design Question Error Don't Just Say Ask Instead E0596 "Add mut" Should this really be mutable? E0499 "Split borrows" Is the data structure right? E0502 "Separate scopes" Why do we need both borrows? RefCell panic "Use try...
50
14980 sap-api-style secondsky/sap-skills
This skill provides comprehensive guidance for documenting SAP APIs according to official SAP API Style Guide standards. It covers all major API types and documentation approaches used across the SAP ecosystem. Documentation Source: [https://github.com/SAP-docs/api-style-guide](https://github.com/SAP-docs/api-style-guide) (76 files extracted) Last Verified: 2025-11-21 When to Use This Skill Use this skill when: - Creating API documentation for REST, OData, Java, JavaScript, .NET, or C/C++ ...
50
14981 test-reporting-analytics proffesor-for-testing/agentic-qe
<default_to_action> When building test reports: - DEFINE audience (dev team vs executives) - CHOOSE key metrics (max 5-7) - SHOW trends (not just snapshots) - HIGHLIGHT actions (what to do about it) - AUTOMATE generation Dashboard Quick Setup: ``` +------------------+------------------+------------------+ | Tests Passed | Code Coverage | Flaky Tests | | 1,247/1,250 ✅ | 82.3% ⬆️ +2.1% | 1.2% ⬇️ -0.3% | +------------------+------------------+------------------+ | Critical B...
50
14982 user-persona owl-listener/designer-skills
User Persona Create comprehensive user personas grounded in research data for product and UX design. Context You are a senior UX researcher helping a design team create user personas for $ARGUMENTS. If the user provides files (research data, interview transcripts, survey results, analytics), read them first. If they mention a product URL, use web search to understand the product. Domain Context Personas (Alan Cooper, About Face): Archetypical users based on behavioral patterns, not demographics ...
50
14983 invoice-generator dkyazzentwatwa/chatgpt-skills
Invoice Generator Skill Overview I help freelancers and small businesses create professional invoices quickly. Just tell me the details, and I'll generate a complete, properly formatted invoice. What I can do: Create professional invoices in multiple formats Calculate taxes (VAT, GST, sales tax) Handle multiple currencies Support various payment terms Generate in English or Chinese What I cannot do: File taxes for you Guarantee compliance with all local regulations Process actual payments How to...
50
14984 i18n iofficeai/aionui
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
50
14985 db johnlindquist/claude
Database Manager Query and manage databases across SQLite, PostgreSQL, and MySQL. Prerequisites Install database CLIs as needed: SQLite (usually pre-installed on macOS/Linux) sqlite3 --version PostgreSQL brew install postgresql or apt install postgresql-client MySQL brew install mysql-client or apt install mysql-client CLI Reference SQLite Connect to database sqlite3 database.db Execute query sqlite3 database.db "SELECT * FROM users LIMIT 10" Output as CSV sqlite3 -csv database....
50
14986 react-three-fiber freshtechbro/claudedesignskills
React Three Fiber React Three Fiber (R3F) is a React renderer for Three.js. Write declarative, component-based 3D scenes using JSX. Library Versions (2026) React Three Fiber: v9.5+ @react-three/drei: v9.116+ @react-three/rapier: v2+ @react-three/postprocessing: v3+ React: 19+ (concurrent features supported) Decision Frameworks When to Use R3F vs Vanilla Three.js Is your app already React-based? → Yes: Use R3F (natural integration) → No: Consider vanilla Three.js Do you need React state m...
50
14987 wordpress sickn33/antigravity-awesome-skills
WordPress You are an expert in WordPress and WooCommerce development with deep knowledge of PHP and WordPress ecosystem. Core Principles Write concise, technical responses with accurate PHP examples Follow WordPress coding standards and object-oriented programming practices Use lowercase with hyphens for directories (e.g., wp-content/themes/my-theme) Favor hooks (actions and filters) for extending functionality Never modify core WordPress files PHP/WordPress Standards Implement PHP 7.4+ featur...
50
14988 task manager eddiebe147/claude-settings
Task Manager The Task Manager skill helps you organize, prioritize, and track tasks efficiently using proven productivity frameworks like Eisenhower Matrix, GTD (Getting Things Done), and MoSCoW prioritization. It ensures work is properly sequenced, delegated, and tracked to completion. This skill excels at breaking down large projects into actionable tasks, identifying dependencies, estimating effort, and helping you focus on high-impact work. It integrates with your existing project management...
50
14989 hwc-ux-feedback thehotwireclub/hotwire_club-skills
User Experience & Feedback Implement cross-cutting feedback and perceived-performance patterns in Hotwire. Core Workflow Identify feedback need: loading, submit activity, progress reporting, optimistic updates, or transitions. Prefer built-in Turbo semantics first ( busy , progress bar hooks, submit/render lifecycle events). Add optimistic updates only with a clear reconciliation strategy. Keep transition logic bounded to explicit lifecycle events and cache/preview-safe paths. Verify UX behavior...
50
14990 pair programming proffesor-for-testing/agentic-qe
Pair Programming Collaborative AI pair programming with intelligent role management, real-time quality monitoring, and comprehensive development workflows. What This Skill Does This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver$navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through truth-score verification...
49
14991 form-validation-with-zod oimiragieo/agent-studio
Form Validation With Zod Skill Use Zod for form validation Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
49
14992 slot-paymaster cartridge-gg/docs
Slot Paymaster Manage paymasters that sponsor transaction fees, enabling gasless experiences for users. Zero integration required — when enabled, eligible transactions are automatically sponsored. Availability Testnet : Automatically enabled, no setup required Mainnet : Self-served via Slot CLI Creating a Paymaster Requires an authenticated session ( slot auth login ) and a team with credits. slot paymaster < name > create --team < team > --budget < amount > --unit CREDIT The budget is deducted ...
49
14993 hwc-forms-validation thehotwireclub/hotwire_club-skills
Forms & Validation Implement form-centric Hotwire workflows with Turbo Frames and Stimulus. Core Workflow Identify the form flow: create/edit, inline edit, typeahead, modal form, or external controls. Wrap the form interaction scope in a Turbo Frame when validation errors must rerender in place. Return 422 for validation failures and 303 for successful redirects. Handle post-submit behavior with turbo:submit-end only when Turbo defaults are insufficient. Preserve user context during rerenders (f...
49
14994 blueprint-derive-plans laurigates/claude-plugins
/blueprint:derive-plans Retroactively generate Blueprint documentation (PRDs, ADRs, PRPs) from an existing established project by analyzing git history, codebase structure, and existing documentation. Use case : Onboarding established projects into the Blueprint Development system when PRD/ADR/PRP documents don't exist but the project has implementation history. When to Use This Skill Use this skill when... Use alternative when... Project has git history but no PRDs/ADRs/PRPs Starting a brand ne...
49
14995 github-cli hairyf/skills
GitHub CLI Skill This skill provides comprehensive guidance for using the GitHub CLI (gh) to manage repositories, CI/CD workflows, issues, pull requests, and releases. Prerequisites gh CLI installed and authenticated Run gh auth status to verify authentication Core Operations Repository Management List repositories gh repo list [owner] --limit 50 gh repo list --source Only source repos (not forks) gh repo list --fork Only forks View repository gh re...
49
14996 object-removal eachlabs/skills
Object Removal & Inpainting Remove unwanted elements from photos using each::sense. This skill intelligently removes objects, people, text, watermarks, and imperfections while seamlessly filling the removed areas with contextually appropriate content. Features Object Removal : Remove unwanted items from any photo Person Removal : Remove people from backgrounds cleanly Text/Watermark Removal : Clean up images with unwanted text overlays Blemish Removal : Remove skin imperfections and photo artifa...
49
14997 configure-select laurigates/claude-plugins
/configure:select Interactively select which infrastructure standards checks to run. When to Use This Skill Use this skill when... Use another approach when... Setting up selected components interactively Running all components (use /configure:all ) Choosing specific standards to implement Checking status only (use /configure:status ) Customizing configuration scope for project Single component needed (use specific /configure:X skill) User wants control over which components to configure Automat...
49
14998 virtual-agent groeimetai/snow-flow
Virtual Agent (VA) provides conversational AI capabilities for self-service through chat interfaces. Virtual Agent Architecture Topic Structure ``` Topic: Password Reset ├── NLU Model │ ├── Utterances: "reset my password", "forgot password" │ └── Entities: application_name ├── Topic Blocks (Flow) │ ├── Greeting │ ├── Ask for Application │ ├── Verify User │ ├── Process Reset │ └── Confirmation └── Variables ├── user_email └── application ``` Key Tables | `sys_cs_top...
49
14999 better-chatbot-patterns jackspace/claudeskillz
better-chatbot-patterns Status: Production Ready Last Updated: 2025-10-29 Dependencies: None Latest Versions: next@15.3.2, ai@5.0.82, zod@3.24.2, zustand@5.0.3 Overview This skill extracts reusable patterns from the better-chatbot project for use in custom AI chatbot implementations. Unlike the better-chatbot skill (which teaches project conventions), this skill provides portable templates you can adapt to any project. Patterns included: Server action validators (auth, validation, FormData)...
49
15000 jest-generator secondsky/claude-skills
Jest Generator Skill Purpose Generate Jest-based unit tests for JavaScript and TypeScript code, following Jest conventions and best practices with proper mocking, describe blocks, and code organization. When to Use Generate Jest tests for JavaScript/TypeScript modules Create test files for React components Add missing test coverage to existing code Need Jest-specific patterns (mocks, spies, snapshots) Test File Naming Source to Test Mapping: src/components/Feature.tsx → src/components/Feature.te...
49