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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,509
总 Skills
163.8M
总安装量
2,746
贡献者
# Skill 仓库 描述 安装量
21901 ui-actions-policies groeimetai/snow-flow
UI Actions add buttons, links, and context menus. UI Policies control form field behavior dynamically. UI Actions UI Action Types | Form Button | Form header | "Resolve Incident" | Form Context Menu | Right-click menu | "Copy Record" | Form Link | Related links | "View CI" | List Button | List header | "Export Selected" | List Context Menu | Right-click on row | "Assign to Me" | List Choice | Actions dropdown | "Update State" | List Link | List header links | "New ...
51
21902 persuasion-principles guia-matthieu/clawfu-skills
Cialdini Persuasion Principles Master Robert Cialdini's 6 (+1) Principles of Persuasion from "Influence: The Psychology of Persuasion" (1984). Ethically apply the psychology of compliance to marketing. When to Use This Skill Designing landing pages that convert Writing sales copy and email sequences Creating pricing and offer structures Building testimonial and social proof strategies Developing referral and loyalty programs Reviewing marketing materials for persuasion gaps Training teams on eth...
51
21903 dependency-scan jwynia/agent-skills
Dependency Scan Analyze package dependencies for known vulnerabilities. Quick Start /dependency-scan Scan all detected package managers /dependency-scan --npm Node.js packages only /dependency-scan --pip Python packages only /dependency-scan --fix Auto-fix where possible What This Skill Does Identifies package managers in your project Parses dependency manifests (package.json, requirements.txt, etc.) Checks vulnerability databases for known C...
51
21904 turborepo timelessco/recollect
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
51
21905 writing-react-effects dust-tt/dust
Writing React Effects Skill Guides writing React components that avoid unnecessary useEffect calls. Core Principle Effects are an escape hatch for synchronizing with external systems (network, DOM, third-party widgets). If there's no external system, you don't need an Effect. Calculate Derived State During Rendering If a value can be computed from current props/state, do not store it in state or update it in an effect. Derive it during render to avoid extra renders and state drift. Do not set st...
51
21906 airbnb-ui-skills ihlamury/design-skills
Airbnb UI Skills Opinionated constraints for building Airbnb-style interfaces with AI agents. When to Apply Reference these guidelines when: Building light-mode interfaces Creating Airbnb-inspired design systems Implementing UIs with Inter font and 4px grid Colors SHOULD use light backgrounds for primary surfaces MUST use FEFEFE as page background ( surface-base ) SHOULD reduce color palette (currently 13 colors detected) MUST maintain text contrast ratio of at least 4.5:1 for accessibility Sema...
51
21907 refactoring mgd34msu/goodvibes-plugin
Resources scripts/ validate-refactoring.sh references/ refactoring-patterns.md Refactoring Quality Skill This skill teaches you how to perform safe, systematic code refactoring using GoodVibes precision tools. Refactoring improves code structure and maintainability without changing external behavior, making future development faster and reducing bugs. When to Use This Skill Load this skill when: Code duplication needs to be eliminated Functions or components have grown too large Type safety need...
51
21908 ai-chat-persistence andrelandgraf/fullstackrecipes
AI Chat Persistence with Neon To set up AI Chat Persistence with Neon, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/ai-chat-persistence If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/ai-chat-persistence
51
21909 manimce-best-practices connorads/dotfiles
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - Scene structure, construct method, and scene types rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - Create, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, morphing rules/animation-gr...
51
21910 iot-expert personamanagmentlayer/pcl
Expert guidance for IoT systems, embedded devices, edge computing, sensor networks, and IoT protocols. Core Concepts IoT Architecture - Device layer (sensors, actuators) - Edge computing layer - Network layer (connectivity) - Cloud/platform layer - Application layer - Security across all layers IoT Protocols - MQTT (Message Queuing Telemetry Transport) - CoAP (Constrained Application Protocol) - HTTP/REST for IoT - WebSocket for real-time - LoRaWAN for long-range - Zigbee, Z-Wa...
51
21911 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
21912 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
21913 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
21914 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
21915 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
21916 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
21917 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
21918 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
21919 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
21920 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
21921 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
21922 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
21923 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
21924 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
21925 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
21926 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
21927 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
21928 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
21929 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
21930 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
21931 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
21932 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
21933 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
21934 a-share-screener nicepkg/ai-workflow
No SKILL.md available for this skill. View on GitHub
51
21935 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
21936 product-master huangserva/skill-prompt-generator
No SKILL.md available for this skill. View on GitHub
51
21937 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
21938 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
21939 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
21940 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
21941 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
21942 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
21943 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
21944 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
21945 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
21946 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
21947 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
21948 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
21949 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
21950 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