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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
15701 sector-analyst nicepkg/ai-workflow
Sector Analyst Overview This skill enables comprehensive analysis of sector and industry performance charts to identify market cycle positioning and predict likely rotation scenarios. The analysis combines observed performance data with established sector rotation principles to provide objective market assessment and probabilistic scenario forecasting. When to Use This Skill Use this skill when: User provides sector performance charts (typically 1-week and 1-month timeframes) User provides i...
47
15702 luau-best-practices dig1t/skills
Production-quality patterns for Roblox game development. Core Principles - Server Authority - Server owns game state; client is for presentation - Fail Fast - Validate early, error loudly in development - Explicit > Implicit - Clear intent beats clever code - Minimal Surface Area - Expose only what's needed Code Style Naming Conventions ``` -- PascalCase: Types, Classes, Services, Modules type PlayerData = { ... } local ShopService = {} local PlayerController = require(...) -- camelC...
47
15703 secret-scanner jeremylongshore/claude-code-plugins-plus-skills
Secret Scanner Skill Prevent accidental secret exposure in your codebase. When I Activate ✅ Before git commits ✅ Files modified/saved ✅ User mentions secrets, keys, or credentials ✅ .env files changed ✅ Configuration files modified What I Detect API Keys & Tokens AWS access keys (AKIA...) Stripe API keys (sk_live_..., pk_live_...) GitHub tokens (ghp_...) Google API keys OAuth tokens JWT secrets Database Credentials Database connection strings MySQL/PostgreSQL passwords MongoDB connection URIs ...
47
15704 holistic-testing-pact proffesor-for-testing/agentic-qe
<default_to_action> When designing test strategies or building quality into teams: - APPLY PACT principles: Proactive (test before bugs), Autonomous (teams own quality), Collaborative (whole-team responsibility), Targeted (risk-focused) - IDENTIFY quadrant focus: Technology-facing (unit, integration, performance) or Business-facing (acceptance, exploratory, usability) - SELECT agents based on PACT dimension and testing quadrant - IMPLEMENT feedback loops that catch issues in minutes, not day...
47
15705 ci-monitor nrwl/nx
CI Monitor Command You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn the ci-watcher subagent to poll CI status and make decisions based on the results. Context Current Branch: ! git branch --show-current Current Commit: ! git rev-parse --short HEAD Remote Status: ! git status -sb | head -1 User Instructions $ARGUMENTS Important: If user provides specific instructions, respect them over default behaviors described below. Configurati...
47
15706 resume/cv creator eddiebe147/claude-settings
47
15707 hindsight-cloud vectorize-io/hindsight
You have persistent memory via Hindsight Cloud. This memory bank is shared with the team, so knowledge stored here benefits everyone working on this codebase. Proactively store team knowledge and recall context to provide better assistance. Setup Check (First-Time Only) Before using memory commands, verify the Hindsight CLI is configured: ``` cat ~/.hindsight/config ``` If the file doesn't exist or is missing credentials, help the user set it up: - Install the CLI (if `hindsight` comman...
47
15708 microsoft-outlook membranedev/application-skills
Microsoft Outlook Microsoft Outlook is a Microsoft-developed email and calendaring application. It's used by professionals and individuals to manage email, calendars, contacts, and tasks in one place. Many businesses rely on Outlook for internal and external communication. Official docs: https://learn.microsoft.com/en-us/outlook/ Microsoft Outlook Overview Email Attachment Calendar Event Contact Task Mailbox User Group Room Use action names and parameters as needed. Working with Microsoft Outloo...
47
15709 discover-frontend rand/cc-polymath
Frontend Skills Discovery Provides automatic access to comprehensive frontend development skills. When This Skill Activates This skill auto-activates when you're working with: React component development Next.js applications and App Router State management (Context, Zustand, Redux) Data fetching (SWR, React Query, Server Actions) Form handling and validation Web accessibility (WCAG, ARIA) Frontend performance optimization SEO and metadata UI/UX design implementation Available Skills Quick Re...
47
15710 jj-history-investigation edmundmiller/dotfiles
Jujutsu (jj) History Investigation and Manipulation Overview When working with complex jj repositories, you may need to investigate historical commits, split monolithic changes into focused commits, or clean up messy history. This skill documents efficient techniques for: Investigating commit history : Finding when changes were made and why Using jj annotate : Tracking down who/when specific lines were added Splitting commits : Breaking large commits into focused, reviewable pieces Handling immu...
47
15711 zapsign vm0-ai/vm0-skills
ZapSign Use ZapSign via direct curl calls to create and manage electronic signatures with legal validity. Official docs: https://docs.zapsign.com.br/english When to Use Use this skill when you need to: Create documents for electronic signature (PDF, DOCX, or Markdown) Add signers to documents with various authentication methods Track signing status and get signed documents Send automatic notifications via email or WhatsApp Collect biometric verification (selfie, document photo, facial recog...
47
15712 product-management julianromli/ai-skills
Product Management (Jan 2026) This skill turns the assistant into an operator, not a lecturer. Everything here is: Executable: templates, checklists, decision flows Decision-first: measurable outcomes, explicit trade-offs, clear ownership Organized: resources for depth; templates for immediate copy-paste Modern Best Practices (Jan 2026): Evidence quality beats confidence: label signals strong/medium/weak; write what would change your mind. Outcomes > output: roadmaps are bets with measurabl...
47
15713 notion-formatter trevors/dot-claude
Notion Formatter Quick Start Notion is a block-based editor, not a pure markdown system. It supports standard markdown for basic formatting (headers, lists, bold, italic, inline code), but many features require Notion-specific syntax or manual creation. This skill helps you format markdown optimally for Notion import by applying the right syntax, annotating manual steps, and warning about limitations. Core Workflow 1. Identify Your Content Type Claude response: Formatting text I just generated...
47
15714 lead qualifier eddiebe147/claude-settings
Lead Qualifier Transform raw leads into prioritized opportunities with systematic qualification. This skill applies proven frameworks like BANT, MEDDIC, and CHAMP to evaluate leads objectively, ensuring your sales team focuses on prospects most likely to convert. Stop wasting time on tire-kickers and unqualified prospects. This skill helps you build scoring models, create qualification criteria, and develop consistent processes for evaluating fit, budget, authority, and timing. The result: short...
47
15715 laravel:migrations-and-factories jpcaparas/superpowers-laravel
Keep schema changes safe, testable, and reversible. Commands ``` Create model with migration + factory sail artisan make:model Post -mfc or: php artisan make:model Post -mfc Run/rollback sail artisan migrate or: php artisan migrate sail artisan migrate:rollback --step=1 or: php artisan migrate:rollback --step=1 Fresh DB (dangerous; dev only) sail artisan migrate:fresh --seed or: php artisan migrate:fresh --seed ``` Rules - Pair each new model with a migration...
47
15716 terraform-infrastructure sickn33/antigravity-awesome-skills
Terraform Infrastructure Overview Build scalable infrastructure as code with Terraform, managing AWS, Azure, GCP, and on-premise resources through declarative configuration, remote state, and automated provisioning. When to Use Cloud infrastructure provisioning Multi-environment management (dev, staging, prod) Infrastructure versioning and code review Cost tracking and resource optimization Disaster recovery and environment replication Automated infrastructure testing Cross-region deployments ...
47
15717 mcp-builder eddiebe147/claude-settings
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
47
15718 data-type-converter dkyazzentwatwa/chatgpt-skills
Data Type Converter Convert data between JSON, CSV, XML, YAML, and TOML formats. Handles nested structures, arrays, and complex data with intelligent flattening options. Quick Start from scripts.data_converter import DataTypeConverter JSON to CSV converter = DataTypeConverter() converter.convert("data.json", "data.csv") YAML to JSON converter.convert("config.yaml", "config.json") With options converter.convert("data.json", "data.csv", flatten=True) Features 5 Formats: JSON, CSV, XML, YA...
47
15719 depot-github-runners depot/skills
Depot GitHub Actions Runners Depot provides managed, ephemeral, single-tenant GitHub Actions runners. Drop-in replacement for GitHub-hosted runners — change the runs-on label and everything else stays the same. Requirement: Repository must be owned by a GitHub organization (not a personal account). Setup Depot dashboard → GitHub Actions → Connect to GitHub → Install Depot GitHub App For public repos: GitHub org settings → Actions → Runner groups → Default → "Allow public repositories" Update run...
47
15720 dbos-typescript sickn33/antigravity-awesome-skills
Guide for building reliable, fault-tolerant TypeScript applications with DBOS durable workflows. When to Apply Reference these guidelines when: - Adding DBOS to existing TypeScript code - Creating workflows and steps - Using queues for concurrency control - Implementing workflow communication (events, messages, streams) - Configuring and launching DBOS applications - Using DBOSClient from external applications - Testing DBOS applications Rule Categories by Priority | 1 | Lifecycle ...
47
15721 user-file-ops trpc-group/trpc-agent-go
No SKILL.md available for this skill. View on GitHub
47
15722 mf-perf module-federation/core
Step 1 : Call the mf-context Skill (pass $ARGUMENTS ) to collect MFContext. Step 2 : Serialize MFContext to JSON and pass it to the check script via the --context argument: node scripts/performance-check.js --context '<MFContext-JSON>' Provide recommendations for each item in the output results and context.bundler.name : PERF · info — dev.disableAssetsAnalyze (applies to all projects) Disabling bundle size analysis during local development significantly improves HMR speed Add to the Rsbuild conf...
47
15723 rails-hotwire pproenca/dot-skills
Rails Hotwire Master Hotwire for building modern, reactive Rails applications using Turbo and Stimulus without requiring heavy JavaScript frameworks. Overview Hotwire (HTML Over The Wire) is a modern approach to building web applications that sends HTML instead of JSON over the wire. It consists of Turbo (for delivering server-rendered HTML) and Stimulus (for JavaScript sprinkles). Installation and Setup Installing Hotwire Add to Gemfile bundle add turbo-rails stimulus-rails Install Turbo...
47
15724 review-react-best-practices heyvhuang/ship-faster
React Best Practices Review (Performance-First) Use this skill to turn “React feels slow / Next.js page is heavy / too many requests” into a repeatable, prioritized review . This skill is intentionally built like a rule library: SKILL.md : how to review + how to search rules references/rules/* : one rule per file (taggable, sortable, easy to evolve) When to apply Use when: Building or refactoring React components Working in Next.js (App Router) on RSC boundaries, Server Actions, data fetching Re...
47
15725 cakebaba-crypto-skill kelvin6365/cakebaba-crypto-skill
Professional Crypto Trader You are a professional cryptocurrency trading analyst specialized in Dow Theory 123 Rule and Trend Trading . Your role is to provide comprehensive trading analysis with specific recommendations for different leverage levels. Core Capabilities Trend Identification : Recognize uptrends (HH/HL), downtrends (LL/LH), and consolidation phases 123 Rule Detection : Identify trend reversal signals based on Dow Theory Technical Analysis : Calculate and interpret RSI, MACD, movin...
47
15726 analyse-design sammcj/agentic-coding
Analysing Design Systems Act as a UI/UX design analyst conducting analysis of frontend and design systems. You may be asked to reverse-engineer the design system from a codebase, website or provided screenshots. Unless otherwise stated by the user your goal is to produce a design system reference document a developer could use to build components that belong in this application. Where to Look Scan for design-relevant sources in this priority order: Theme/token files -- tailwind.config. , theme.t...
47
15727 dividend-growth-pullback-screener nicepkg/ai-workflow
Dividend Growth Pullback Screener Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend...
47
15728 startup-review-mining vasilyu1983/ai-agents-public
Startup Review Mining This skill extracts recurring customer pain and constraints from reviews/testimonials, then converts them into product bets and experiments. Treat reviews as a biased sample; triangulate before betting. Key Distinction from software-ux-research: software-ux-research = UI/UX pain points only startup-review-mining (this skill) = ALL pain dimensions (pricing, support, integration, performance, onboarding, value gaps) Modern Best Practices (Jan 2026): Start with source hyg...
47
15729 swift-networking johnrogers/claude-swift-engineering
Swift Networking Network.framework is Apple's modern networking API for TCP/UDP connections, replacing BSD sockets with smart connection establishment, user-space networking, and seamless mobility handling. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Getting Started Setting up NWConnection for TCP/UDP, choosing between APIs Connect...
47
15730 designing-tests cloudai-x/claude-workflow-v2
Designing Tests When to Load Trigger : Adding tests, test strategy planning, improving coverage, setting up testing infrastructure Skip : Non-test code changes where testing is not part of the task Test Implementation Workflow Copy this checklist and track progress: Test Implementation Progress: - [ ] Step 1: Identify what to test - [ ] Step 2: Select appropriate test type - [ ] Step 3: Write tests following templates - [ ] Step 4: Run tests and verify passing - [ ] Step 5: Check coverage meets ...
47
15731 technical-clarity panaversity/agentfactory
Technical Clarity Skill v3.0 (Reasoning-Activated) Version : 3.0.0 Pattern : Persona + Questions + Principles Layer : Cross-Cutting (All Layers) Activation Mode : Reasoning (not prediction) Persona: The Cognitive Stance You are an accessibility auditor who thinks about technical writing the way a UX designer thinks about interface design— measured by learner comprehension , not author intention. You tend to accept technical prose as "clear enough" because it matches patterns in technical documen...
47
15732 gcp lobbi-docs/claude
Provides comprehensive Google Cloud Platform capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - GKE cluster management - Cloud Run deployments - Cloud Storage operations - BigQuery data analytics - Pub/Sub messaging gcloud CLI Quick Reference Configuration ```bash Initialize gcloud init Authenticate gcloud auth login gcloud auth application-default login Set project gcloud config set project PROJECT_ID...
47
15733 reka-ui-skilld harlan-zw/vue-ecosystem-skills
unovue/reka-ui reka-ui Vue port for Radix UI Primitives. Version: 2.9.0 (Mar 2026) Deps: @floating-ui/dom@^1.6.13, @floating-ui/vue@^1.1.6, @internationalized/date@^3.5.0, @internationalized/number@^3.5.0, @tanstack/vue-virtual@^3.12.0, @vueuse/core@^14.1.0, @vueuse/shared@^14.1.0, aria-hidden@^1.2.4, defu@^6.1.4, ohash@^2.0.11 Tags: latest: 2.9.0 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor re...
47
15734 meta-ad-creative-generation eachlabs/skills
Meta Ad Creative Generation Generate high-converting Meta (Facebook & Instagram) ad creatives using each::sense. This skill creates images and videos optimized for Meta's ad placements, formats, and best practices. Features Feed Ads : Static images and videos for Facebook/Instagram feed Stories & Reels : Vertical 9:16 content for immersive placements Carousel Ads : Multiple images for product showcases Video Ads : Short-form video content for engagement Product Ads : E-commerce focused creatives...
47
15735 fda-consultant-specialist borghei/claude-skills
FDA Consultant Specialist FDA regulatory consulting for medical device manufacturers covering submission pathways, Quality System Regulation (QSR), HIPAA compliance, and device cybersecurity requirements. Table of Contents FDA Pathway Selection 510(k) Submission Process QSR Compliance HIPAA for Medical Devices Device Cybersecurity Resources FDA Pathway Selection Determine the appropriate FDA regulatory pathway based on device classification and predicate availability. Decision Framework Predicat...
47
15736 form-validation-architect erichowens/some_claude_skills
Form Validation Architect Expert in building production-grade form systems with client-side validation, type safety, and excellent UX. When to Use ✅ Use for: Complex forms with multiple fields and validation rules Multi-step wizards with progress tracking Dynamic field arrays (add/remove items) Form state persistence across sessions Async validation (check username availability, validate address) Dependent fields (enable B when A is checked) File uploads with progress and validation Autosave...
47
15737 omo cexll/myclaude
OmO - Multi-Agent Orchestrator You are Sisyphus, an orchestrator. Core responsibility: invoke agents and pass context between them, never write code yourself. Hard Constraints Never write code yourself. Any code change must be delegated to an implementation agent. No direct grep/glob for non-trivial exploration. Delegate discovery to explore. No external docs guessing. Delegate external library/API lookups to librarian. Always pass context forward: original user request + any relevant prior ou...
47
15738 api-design s-hiraoku/synapse-a2a
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
47
15739 blueprint-init laurigates/claude-plugins
Initialize Blueprint Development in this project. Steps : Check if already initialized : Look for docs/blueprint/manifest.json If exists, read version and ask user: Use AskUserQuestion: question: "Blueprint already initialized (v{version}). What would you like to do?" options: - "Check for upgrades" → run /blueprint:upgrade - "Reinitialize (will reset manifest)" → continue with step 2 - "Cancel" → exit Ask about feature tracking (use AskUserQuestion): question: "Would you like to enable feature ...
47
15740 agent-browser andrelandgraf/fullstackrecipes
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...
47
15741 auth-wechat-miniprogram tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill for WeChat Mini Program (小程序) authentication in a CloudBase project. Use it when you need to: Implement WeChat Mini Program login with CloudBase Access user identity (openid, unionid) in cloud functions Understand how WeChat authentication integrates with CloudBase Build Mini Program features that require user identification Key advantage: WeChat Mini Program authentication with CloudBase is seamless and automatic - no complex OAuth flows needed. When a Mini...
47
15742 test-data-management proffesor-for-testing/agentic-qe
Test Data Management <default_to_action> When creating or managing test data: NEVER use production PII directly GENERATE synthetic data with faker libraries ANONYMIZE production data if used (mask, hash) ISOLATE test data (transactions, per-test cleanup) SCALE with batch generation (10k+ records/sec) Quick Data Strategy: Unit tests: Minimal data (just enough) Integration: Realistic data (full complexity) Performance: Volume data (10k+ records) Critical Success Factors: 40% of test failures from ...
47
15743 project-continue laurigates/claude-plugins
Continue project development by analyzing current state and resuming work. Note : Configure project-specific test/build commands in CLAUDE.md or .claude/rules/ for automatic detection. Steps : Check current state : Check git status git status Check recent commits git log -5 --oneline Check current branch git branch --show-current Read project context : PRDs : Read all files in .claude/blueprints/prds/ Understand project goals and requirements Identify features and phases Feature Tracker : Rea...
47
15744 data-model-changes inkeep/agents
Data Model Change Guide Comprehensive guidance for making changes to the data model (database schema, validation, types, and data access layer) in the Inkeep Agent Framework. Database Architecture The framework uses two separate PostgreSQL databases : Database Config File Schema File Purpose Manage (Doltgres) drizzle.manage.config.ts src/db/manage/manage-schema.ts Versioned config: projects, agents, tools, triggers, evaluators Runtime (Postgres) drizzle.run.config.ts src/db/runtime/runtime-schem...
47
15745 m14-mental-model actionbook/rust-skills
Mental Models Layer 2: Design Choices Core Question What's the right way to think about this Rust concept? When learning or explaining Rust: What's the correct mental model? What misconceptions should be avoided? What analogies help understanding? Key Mental Models Concept Mental Model Analogy Ownership Unique key Only one person has the house key Move Key handover Giving away your key &T Lending for reading Lending a book &mut T Exclusive editing Only you can edit the doc Lifetime 'a Valid...
47
15746 skill-adapter jeremylongshore/claude-code-plugins-plus-skills
Skill Adapter Overview This skill provides automated assistance for the described functionality. Prerequisites Appropriate file access permissions Required dependencies installed Instructions Invoke this skill when the trigger conditions are met Provide necessary context and parameters Review the generated output Apply modifications as needed Output The skill produces structured output relevant to the task. Error Handling See {baseDir}/references/errors.md for comprehensive error handling. Examp...
47
15747 pattern-implement commontoolsinc/labs
Use Skill("ct") for ct CLI documentation when running commands. Implement Sub-Pattern Core Rule Write ONE sub-pattern with minimal stub UI. No styling, just basic inputs/buttons to verify data flow. Always use pattern<Input, Output>() - expose actions as Stream<T> for testability. Order Leaf patterns first (no dependencies on other patterns) Container patterns (compose leaf patterns) main.tsx last (composes everything) Read First docs/common/patterns/ - especially meta/ for generalizable idioms ...
47
15748 groq-stt 958877748/skills
Groq STT Skill This skill uploads an audio file to the Groq Speech-to-Text API and saves the transcription. Usage set your API key (or use .env in the repo root) export GROQ_API_KEY = your_api_key_here run the script with a path to an audio file node scripts/transcribe.mjs /path/to/audio.mp4 Output Writes a {filename}_transcript.txt next to the input file. Notes Uses the whisper-large-v3-turbo model by default. Supported file types: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, webm
47
15749 writestory danielmiessler/personal_ai_infrastructure
🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) You MUST send this notification BEFORE doing anything else when this skill is invoked. Send voice notification : curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the WriteStory skill to ACTION"}' \ > /dev/null 2 > &1 & Output text notification : Running the WorkflowName workflow in the WriteStory skill to ACTION... This is not optional. Execute th...
47
15750 maz-ui secondsky/claude-skills
Maz-UI v4 - Vue & Nuxt Component Library Maz-UI is a comprehensive, standalone component library for Vue 3 and Nuxt 3 applications, offering 50+ production-ready components, powerful theming, internationalization, and exceptional developer experience. Latest Version : 4.3.3 (as of 2025-12-29) Package : maz-ui | @maz-ui/nuxt | @maz-ui/themes | @maz-ui/translations | @maz-ui/icons Quick Start Vue 3 Installation Install core packages pnpm add maz-ui @maz-ui/themes Or with npm npm install maz-ui @...
47