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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
21851 mermaid teachingai/full-stack-skills
Mermaid Diagram Visualizer Quick Start: Identify diagram type (flowchart/sequence/state/class/ER/gantt/mindmap) → Define nodes with shapes → Connect with arrows → Wrap in ```mermaid fence. Default: top-to-bottom ( TD ), use flowchart over graph , Unicode supported. Critical Syntax Rules Rule 1: List Syntax Conflicts ❌ [1. Item] → "Unsupported markdown: list" ✅ [1.Item] → Remove space after period ✅ [① Item] → Use circled numbers ①②③④⑤⑥⑦⑧⑨⑩ ✅ [(1) Item] → Use parentheses Rule 2: ...
51
21852 react-19 noklip-io/agent-skills
No Manual Memoization (REQUIRED) // ✅ React Compiler handles optimization automatically function Component ( { items } ) { const filtered = items . filter ( x => x . active ) ; const sorted = filtered . sort ( ( a , b ) => a . name . localeCompare ( b . name ) ) ; const handleClick = ( id ) => { console . log ( id ) ; } ; return < List items = { sorted } onClick = { handleClick } / > ; } // ❌ NEVER: Manual memoization const filtered = useMemo ( ( ) => items . filter ( x => x . active ) , [ items...
51
21853 maven-search teachingai/full-stack-skills
When to use this skill ALWAYS use this skill when the user mentions: Searching for Maven dependencies or components Finding Maven coordinates (groupId, artifactId, version) Checking component versions or version history Retrieving Maven artifacts (JAR, POM, sources, Javadoc) Verifying Maven dependency coordinates Analyzing dependency trees or transitive dependencies Working with Maven Central Repository Any request related to Maven components, libraries, or dependencies Trigger phrases includ...
51
21854 configure-mcp laurigates/claude-plugins
/configure:mcp Check and configure Model Context Protocol (MCP) servers for this project. MCP Philosophy: Servers are managed project-by-project (in .mcp.json ), not user-scoped (in ~/.claude/settings.json ), to keep context clean and dependencies explicit. For server configurations, environment variable reference, and report templates, see REFERENCE.md . When to Use This Skill Use this skill when... Use another approach when... Setting up MCP servers for a project Configuring user-level setting...
51
21855 sales-negotiator ncklrs/startup-os-skills
Sales Negotiator Strategic negotiation expertise for B2B sales teams — from preparation and psychology to closing techniques and win-win deal structuring. Philosophy Great negotiation isn't about winning. It's about creating value that makes agreement inevitable. The best B2B negotiators: Prepare obsessively — The negotiation is won before it begins Understand interests, not positions — What they want vs what they say they want Expand the pie before dividing — Find value neither side saw initial...
51
21856 execute-plan antinomyhq/forge
Execute Plan Overview Execute a pre-approved plan with strict adherence to scope, sequence, and verification. The input is typically: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug>/SUMMARY.md or shorthand: execute-plan docs/plans/YYMMDD-HHmm-<plan-slug> Do not redesign the plan during execution. If ambiguity or blockers appear, stop and ask. Workflow Step 1: Initialize Locate Plan Confirm the plan path exists and is readable. If a directory is provided, locate SUMMARY.md inside it. Load Executi...
51
21857 ha-configuration laurigates/claude-plugins
Home Assistant Configuration When to Use This Skill Use this skill when... Use ha-automations instead when... Editing configuration.yaml Creating automation rules Setting up integrations Writing automation triggers/actions Managing secrets.yaml Debugging automation logic Organizing with packages Working with automation blueprints Troubleshooting config errors Setting up device triggers Core Configuration Files File Purpose configuration.yaml Main configuration entry point secrets.yaml Sensitive ...
51
21858 project planner eddiebe147/claude-settings
Project Planner The Project Planner skill helps you create structured, comprehensive project plans with clear timelines, dependencies, deliverables, and resource requirements. It follows the ID8Pipeline methodology and ensures every project starts with proper scoping, architecture planning, and checkpoint definitions. This skill creates actionable project plans that include work breakdown structures (WBS), critical path analysis, resource allocation, and risk mitigation strategies. It integrates...
51
21859 integration-tests openai/openai-agents-js
Integration Tests To set up Integration Tests, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/integration-tests If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/integration-tests
51
21860 pyside6-mvc ds-codi/project-memory-mcp
PySide6 MVC Architecture Instructions Guidelines for building Python desktop applications using PySide6 with strict MVC architecture where all UI is defined by .ui files. Architecture Overview ┌─────────────────────────────────────────┐ │ View Layer (.ui files) │ │ Load from Qt Designer, capture input │ └──────────────────┬──────────────────────┘ │ Signals ┌──────────────────▼──────────────────────┐ │ Controller Layer │ │ Coordinate models & services ...
51
21861 laravel:quality-checks jpcaparas/superpowers-laravel
Run automated checks before handoff or completion. Keep output clean. PHP Style & Lint ``` Check sail pint --test or: vendor/bin/pint --test Fix sail pint or: vendor/bin/pint ``` Static Analysis (choose your tool) ``` PHPStan example sail vendor/bin/phpstan analyse --memory-limit=1G or: vendor/bin/phpstan analyse --memory-limit=1G Psalm example sail vendor/bin/psalm or: vendor/bin/psalm ``` Insights (optional, if installed) ``` sa...
51
21862 market-environment-analysis nicepkg/ai-workflow
Market Environment Analysis Comprehensive analysis tool for understanding market conditions and creating professional market reports anytime. Core Workflow 1. Initial Data Collection Collect latest market data using web_search tool: Major stock indices (S&P 500, NASDAQ, Dow, Nikkei 225, Shanghai Composite, Hang Seng) Forex rates (USD/JPY, EUR/USD, major currency pairs) Commodity prices (WTI crude, Gold, Silver) US Treasury yields (2-year, 10-year, 30-year) VIX index (Fear gauge) Market tradi...
51
21863 receive-feedback existential-birds/beagle
Receive Feedback Overview Process code review feedback with verification-first discipline. No performative agreement. Technical correctness over social comfort. Quick Reference ┌─────────────┐ ┌──────────────┐ ┌─────────────┐ │ VERIFY │ ──▶ │ EVALUATE │ ──▶ │ EXECUTE │ │ (tool-based)│ │ (decision │ │ (implement/ │ │ │ │ matrix) │ │ reject/ │ └─────────────┘ └──────────────┘ │ defer) │ └─────────────┘ Core Principle Verify ...
51
21864 vercel-react-native-skills kimny1143/claude-code-template
React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. When to Apply Reference these guidelines when: Building React Native or Expo apps Optimizing list and scroll performance Implementing animations with Reanimated Working with images and media Configuring native modules or fonts Structuring monorepo projects with native dependencies Rul...
51
21865 react-server-components patricio0312rev/skills
React Server Components Table of Contents When to Use When NOT to Use Instructions Details Source React's Server Components enable modern UX with a server-driven mental model . This is quite different from Server-side Rendering (SSR) of components and results in significantly smaller client-side JavaScript bundles. When to Use Use this when you want to reduce client-side JavaScript by running data-fetching and rendering on the server This is helpful for improving performance with zero-JS-cost se...
51
21866 blueprint-derive-prd laurigates/claude-plugins
Generate a Product Requirements Document (PRD) for an existing project by analyzing README, documentation, and project structure. Use Case : Onboarding existing projects to Blueprint Development system. Prerequisites : Blueprint Development initialized ( docs/blueprint/ exists) Project has some existing documentation (README.md, docs/, etc.) Steps : Phase 1: Discovery 1.1 Check Prerequisites ls docs/blueprint/manifest.json If not found → suggest running /blueprint:init first. 1.2 Gather Project ...
51
21867 speckit-implement dceoy/speckit-agent-skills
Spec Kit Implement Skill When to Use The plan and tasks are complete and you are ready to implement. Inputs specs/<feature>/tasks.md and plan.md Optional artifacts: data-model.md , contracts/ , research.md , quickstart.md User constraints (e.g., scope, testing expectations) If tasks are missing or incomplete, ask the user to run speckit-tasks first. Workflow Run .specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks from repo root and parse FEATURE_DIR and AVAILABLE_...
51
21868 incident-runbook-templates oimiragieo/agent-studio
Incident Runbook Templates Production-ready templates for incident response runbooks covering detection, triage, mitigation, resolution, and communication. When to Use This Skill Creating incident response procedures Building service-specific runbooks Establishing escalation paths Documenting recovery procedures Responding to active incidents Onboarding on-call engineers Core Concepts 1. Incident Severity Levels Severity Impact Response Time Example SEV1 Complete outage, data loss 15 min Produ...
51
21869 ci-workflows laurigates/claude-plugins
Standard GitHub Actions workflows for CI/CD automation. Required Workflows 1. Container Build Workflow File: `.github/workflows/container-build.yml` Multi-platform container build with GHCR publishing: ``` name: Build Container on: push: branches: [main] pull_request: branches: [main] release: types: [published] env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} jobs: build: runs-on: ubuntu-latest permissions: contents: read packages...
51
21870 claude-code-hooks vasilyu1983/ai-agents-public
Claude Code Hooks — Meta Reference This skill provides the definitive reference for creating Claude Code hooks. Use this when building automation that triggers on Claude Code events. When to Use This Skill Building event-driven automation for Claude Code Creating PreToolUse guards to block dangerous commands Implementing PostToolUse formatters, linters, or auditors Adding Stop hooks for testing or notifications Setting up SessionStart/SessionEnd for environment management Integrating Claude Code...
51
21871 healthcare compliance eddiebe147/claude-settings
Healthcare Compliance Expert healthcare regulatory compliance system designed for medical practices, healthcare organizations, health IT companies, and healthcare professionals navigating complex privacy, security, and operational regulations. This skill provides HIPAA compliance guidance, privacy and security assessments, breach response protocols, policy development, training frameworks, and regulatory requirement interpretation. The Healthcare Compliance skill excels at translating complex re...
51
21872 brand-marketing dylantarre/animation-principles
Brand Marketing Animation Apply Disney's 12 animation principles to commercials, advertisements, brand identity, and marketing content. Quick Reference Principle Brand/Marketing Implementation Squash & Stretch Product bounce, logo elasticity Anticipation Build-up to reveal, suspense Staging Product hero shots, focal control Straight Ahead / Pose to Pose Story flow vs key moments Follow Through / Overlapping Logo elements settle, tagline delay Slow In / Slow Out Dramatic reveals, smooth motion ...
51
21873 user research eddiebe147/claude-settings
User Research Expert user research agent that conducts qualitative research, analyzes user behavior, synthesizes insights, and informs product decisions. Specializes in interview design, usability testing, research synthesis, persona development, and insight communication. This skill applies rigorous UX research methodologies to understand user needs, behaviors, pain points, and motivations. Perfect for product discovery, feature validation, usability improvement, and evidence-based product deci...
51
21874 a-share-screener nicepkg/ai-workflow
No SKILL.md available for this skill. View on GitHub
51
21875 blueprint-prp-create laurigates/claude-plugins
/blueprint:prp-create Create a comprehensive PRP (Product Requirement Prompt) - a self-contained packet with all context an AI agent needs to deliver production code on first attempt. What is a PRP? PRD + Curated Codebase Intelligence + Implementation Blueprint + Validation Gates = everything needed for reliable implementation. Usage : /blueprint:prp-create [feature-name] Prerequisites : Blueprint Development initialized ( docs/blueprint/ exists) Clear understanding of the feature to implement W...
51
21876 product-master huangserva/skill-prompt-generator
No SKILL.md available for this skill. View on GitHub
51
21877 stripe heyvhuang/ship-faster
Stripe Integration You are an expert in Stripe payment integration, TypeScript, React, and Next.js for building secure payment solutions. Core Principles Always handle payments on the server side Use Stripe's latest API version Implement proper error handling Follow PCI compliance best practices Use webhooks for reliable event handling Server-Side Setup Stripe Client Configuration import Stripe from 'stripe' ; const stripe = new Stripe ( process . env . STRIPE_SECRET_KEY ! , { apiVersion : '2023...
51
21878 azure-data-tables-java sickn33/antigravity-awesome-skills
Azure Tables SDK for Java Build table storage applications using the Azure Tables SDK for Java. Works with both Azure Table Storage and Cosmos DB Table API. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-data-tables </ artifactId > < version > 12.6.0-beta.1 </ version > </ dependency > Client Creation With Connection String import com . azure . data . tables . TableServiceClient ; import com . azure . data . tables . TableServiceClientBuilder ; import com . a...
51
21879 adk-skill miticojo/adk-skill
Google Agent Development Kit (ADK) Guide Overview ADK is Google's open-source framework for building AI agents powered by Gemini models. It supports single-agent and multi-agent architectures with built-in tool integration, state management, callbacks, guardrails, and deployment options. Critical Rules Every agent package MUST have __init__.py that imports the agent module: from . import agent Entry point MUST be root_agent -- a module-level variable in agent.py (Python). Not agent , not my_agen...
51
21880 scientific-schematics ovachiever/droid-tings
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana 2 AI for diagram generation with Gemini 3.6 Flash quality review. How it works: Describe your diagram in natural language Nano Banana 2 generates publication-quality images automatically Gemini 3.6 Flash reviews quality against document-type thresholds Smart iteration : Only regenerates if quality is below thresho...
51
21881 llc-ops eddiebe147/claude-settings
LLC Ops Command Center Nine specialized agents for running ID8Labs LLC with expert-level precision. Agent Roster Agent Role Expertise Level When to Invoke Sentinel Compliance Radar Senior CPA Deadlines, compliance checks, audit windows Ledger Accounting Strategist Tax Manager Expenses, categorization, deduction optimization Filer Procedures Expert Compliance Specialist Step-by-step filings, form preparation Advisor Legal/Tax Counsel Business Attorney + CPA Complex questions, structure decision...
51
21882 next-upgrade connorads/dotfiles
Upgrade Next.js Upgrade the current project to the latest Next.js version following official migration guides. Instructions Detect current version: Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide: Use WebFetch to get the official upgrade documentation: Codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods Version-specific guides (adjust version as needed): https://nextjs.o...
51
21883 expert-panel onewave-ai/claude-skills
Expert Panel Assemble 2-3 complementary experts to collaboratively analyze anything. Experts work together to explore topics from multiple expert angles. Instructions You are a master panel moderator. Assemble 2-3 domain experts who collaboratively analyze topics. Structure: Initial analysis, cross-pollination of ideas, synthesis, and integrated recommendations. Experts build on each other's insights and create comprehensive analyses. Output Format Expert Panel Output Generated: {timestamp...
51
21884 kanban lobbi-docs/claude
Provides comprehensive Kanban methodology capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - Kanban board setup - WIP limit configuration - Flow metrics analysis - Continuous delivery workflows - Pull-based systems Kanban Board Structure ``` ┌────────────┬────────────┬────────────┬────────────┬────────────┐ │ BACKLOG │ TO DO │ IN PROGRESS│ REVIEW │ DONE │ │ (∞) │ (10) │ (5) │...
51
21885 solidity-audit 0xlayerghost/solidity-agent-kit
Solidity Security Audit Checklist Language Rule Always respond in the same language the user is using. If the user asks in Chinese, respond in Chinese. If in English, respond in English. Usage : This skill is for security audits and code reviews. It is NOT auto-invoked — call /solidity-audit when reviewing contracts for vulnerabilities. Contract-Level Vulnerabilities 1. Reentrancy Variant Description Check Same-function Attacker re-enters the same function via fallback/receive All external calls...
51
21886 project-bootstrapper mhattingpete/claude-skills-marketplace
Project Bootstrapper Philosophy : Define how code must be written before writing any code. Bugs are prevented at design time, not discovered at runtime. This is a meta-skill — it does not write application code. It generates the rules, patterns, guardrails, and quality standards that govern all code written afterward, by any developer or AI assistant. How It Works [Idea] → [Interview] → [Tech Stack] → [Skill Map] → [Generate Skills] → [Validate] → [Code] Activation This skill activates when: Use...
51
21887 api-key-manager jeremylongshore/claude-code-plugins-plus-skills
Api Key Manager Purpose This skill provides automated assistance for api key manager tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "api key manager" in your request Ask about api key manager patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. Capabilities Provides step-by-step guidance for api key manager Foll...
51
21888 constraints-scheduling letta-ai/skills
Constraints Scheduling Overview This skill provides guidance for solving constraint-based scheduling problems where the goal is to find time slots that satisfy multiple constraints from different sources (participant availability, existing calendars, preferences, etc.). It emphasizes systematic data extraction, programmatic verification, and proper handling of time granularity requirements. Workflow Phase 1: Input Verification and Data Extraction Before any analysis, establish complete and ve...
51
21889 shift-right-testing proffesor-for-testing/agentic-qe
<default_to_action> When testing in production or implementing progressive delivery: - IMPLEMENT feature flags for progressive rollout (1% → 10% → 50% → 100%) - DEPLOY with canary releases (compare metrics before full rollout) - MONITOR with synthetic tests (proactive) + RUM (reactive) - INJECT failures with chaos engineering (build resilience) - ANALYZE production data to improve pre-production testing Quick Shift-Right Techniques: - Feature flags → Control who sees what, instant rollbac...
51
21890 swift-uikit pluginagentmarketplace/custom-plugin-swift
UIKit Skill Comprehensive UIKit framework knowledge for building traditional iOS user interfaces. Prerequisites Xcode 15+ installed iOS 15+ deployment target recommended Understanding of MVC/MVVM patterns Parameters parameters: layout_approach: type: string enum: [programmatic, storyboard, xib] default: programmatic accessibility_enabled: type: boolean default: true dynamic_type_support: type: boolean default: true Topics Covered View Controllers Type Purpose...
51
21891 data-anonymizer dkyazzentwatwa/chatgpt-skills
Data Anonymizer Detect and mask personally identifiable information (PII) in text documents and structured data. Supports multiple masking strategies and can process CSV files at scale. Quick Start from scripts.data_anonymizer import DataAnonymizer Anonymize text anonymizer = DataAnonymizer() result = anonymizer.anonymize("Contact John Smith at john@email.com or 555-123-4567") print(result) "Contact [NAME] at [EMAIL] or [PHONE]" Anonymize CSV anonymizer.anonymize_csv("customers.csv", "cus...
51
21892 pandas manutej/luxor-claude-marketplace
pandas - Data Analysis and Manipulation for Customer Support Overview You are an expert in pandas, the powerful Python library for data analysis and manipulation, with specialized knowledge in customer support analytics, ticket management, SLA tracking, and performance reporting. Your expertise covers DataFrame operations, data transformation, time series analysis, database integration, and production-ready data pipelines for support operations. Core Competencies 1. DataFrame Operations and Data...
51
21893 floor-plan-generation eachlabs/skills
Floor Plan Generation Generate professional floor plans and architectural layouts using each::sense. This skill creates 2D floor plans, 3D visualizations, and interior layouts for residential, commercial, and retail spaces. Features Residential Floor Plans : Houses, apartments, condos, and multi-story homes Commercial Layouts : Office spaces, co-working areas, meeting rooms Retail Designs : Store layouts, product placement, customer flow optimization Restaurant Plans : Kitchen layouts, dining ar...
51
21894 adr-roadmap vladm3105/aidoc-flow-framework
adr-roadmap Purpose Analyze Architecture Decision Records (ADRs) and generate phased implementation roadmaps with timelines, dependencies, resource allocation, and risk assessment for any project type. Key Capabilities : Universal ADR analysis across any domain (web, mobile, data, ML, infrastructure, embedded) Automatic dependency mapping and critical path identification Phase decomposition based on complexity, dependencies, and milestones Timeline estimation with effort calculation and risk buf...
51
21895 spatial-thinking dylantarre/animation-principles
Think like a sculptor working in time. Your characters exist in three-dimensional space, even on a 2D screen. Every frame is a frozen moment in a world with depth. Core Mental Model Before animating anything, ask: Where is this in 3D space, and how does it move through that space? Animation is 4D: three spatial dimensions plus time. Characters have fronts and backs. Rooms have depth. Actions travel along vectors through real (imagined) environments. The 12 Principles Through Dimension Sol...
51
21896 marketing-ideas openclaudia/openclaudia-skills
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill 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 t...
51
21897 update-set-workflow groeimetai/snow-flow
Update Set Workflow for ServiceNow Update Sets are MANDATORY for tracking changes in ServiceNow development. Without an Update Set, changes are not tracked and cannot be deployed to other instances. Before ANY Development ALWAYS create or ensure an Update Set is active before making changes: // Step 1: Check current Update Set var current = await snow_update_set_current ( ) // Step 2: If no Update Set or using Default, create one if ( ! current || current . name === "Default" ) { await snow_upda...
51
21898 youtube-summarizer brianrwagner/ai-marketing-skills
youtube-summarizer Purpose This skill extracts transcripts from YouTube videos and generates comprehensive, verbose summaries using the STAR + R-I-S-E framework. It validates video availability, extracts transcripts using the youtube-transcript-api Python library, and produces detailed documentation capturing all insights, arguments, and key points. The skill is designed for users who need thorough content analysis and reference documentation from educational videos, lectures, tutorials, or info...
51
21899 google-adk-python samhvw8/dot-claude
Google ADK (Python) Skill This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets. How to Use Identify the user's specific interest or task and refer to the relevant reference file below. Each reference file contains links to the official documentation (Markdown) and the corresponding Python examples (raw code). Topics 1. Getting Started For installation, quickstarts, ...
51
21900 rust-optimise pproenca/dot-skills
Rust Optimise Best Practices Performance optimization guide for Rust applications. Contains 42 rules across 8 categories, prioritized by impact from critical (memory allocation, ownership) to incremental (micro-optimizations). When to Apply Optimizing Rust code for performance or reducing allocations Choosing data structures for optimal algorithmic complexity Working with iterators to avoid unnecessary intermediate allocations Writing async code with Tokio or other runtimes Profiling hot paths a...
51