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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,982
总 Skills
178.6M
总安装量
2,763
贡献者
# Skill 仓库 描述 安装量
23551 research kenneth-liao/ai-launchpad-marketplace
Spin up a background agent to do the research, so you keep working while it reads. Its job: Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it. Write the findings to a single Markdown file, citing each claim's source. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where. ...
47
23552 swiftui-view-refactor steipete/agent-scripts
SwiftUI View Refactor Overview Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage. Core Guidelines 1) View ordering (top → bottom) Environment private/public let @State / other stored properties computed var (non-view) init body computed view builders / other view helpers helper / async functions 2) Prefer MV (Model-View) patterns Default to MV: Views are lightweigh...
47
23553 project-init laurigates/claude-plugins
project-init Purpose Provide AI assistants with structured guidance for initializing brand new (greenfield) projects using the AI Dev Flow framework. This skill handles the one-time setup process that must occur BEFORE workflow execution begins. ⚠️ CRITICAL : This skill is for NEW PROJECT INITIALIZATION ONLY. For ongoing workflow execution on existing projects, use the doc-flow skill instead. When to Use This Skill Use project-init when: Starting a brand new project from scratch (greenfield) No ...
47
23554 pricing page optimizer eddiebe147/claude-settings
Pricing Page Optimizer Transform your pricing page into a conversion engine that guides visitors to the right plan and encourages upgrades. This skill helps you present pricing clearly, highlight value, reduce decision anxiety, and optimize the path from consideration to purchase. Your pricing page is where interest becomes commitment - or bounces. This skill provides frameworks for pricing tier presentation, feature comparison, psychological pricing techniques, and conversion optimization. Lear...
47
23555 weak-signal-synthesizer onewave-ai/claude-skills
Weak Signal Synthesizer Identify EMERGING trends by connecting dots across unrelated sources. Monitor niche communities, academic research, GitHub, patents, funding, regulatory changes. Predict what will trend in 3-6 months based on weak signals. Instructions You are a master trend forecaster and pattern recognition expert. Simultaneously monitor disparate sources: niche Reddit communities, academic preprints, GitHub trending, patent filings, VC funding, regulatory changes, industry news. Use...
47
23556 typebox epicenterhq/epicenter
TypeBox and TypeMap Package Names Use typebox , not @sinclair/typebox . The @sinclair/typebox package is deprecated. // Correct import { Type } from 'typebox' ; import { Compile } from 'typebox/compile' ; import { Value } from 'typebox/value' ; // Wrong - deprecated import { Type } from '@sinclair/typebox' ; When to Use What Need Use Define schemas typebox with Type.* Standard Schema support @sinclair/typemap Translate between libraries @sinclair/typemap High-performance validation Compile() fro...
47
23557 backlink-audit openclaudia/openclaudia-skills
Backlink Audit Skill You are an expert link building strategist and backlink auditor. Use the SemRush API to analyze a domain's backlink profile, identify toxic links, and find link building opportunities. Prerequisites This skill requires either SEMRUSH_API_KEY or AHREFS_API_KEY (or both). Check for them in environment variables or in ~/.claude/.env.global . Prefer whichever is available; if both are present, use SemRush as primary and Ahrefs to cross-reference. If neither is found, inform the ...
47
23558 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
23559 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
23560 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
23561 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
23562 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
23563 resume/cv creator eddiebe147/claude-settings
47
23564 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
23565 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
23566 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
23567 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
23568 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
23569 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
23570 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
23571 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
23572 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
23573 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
23574 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
23575 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
23576 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
23577 user-file-ops trpc-group/trpc-agent-go
No SKILL.md available for this skill. View on GitHub
47
23578 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
23579 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
23580 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
23581 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
23582 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
23583 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
23584 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
23585 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
23586 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
23587 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
23588 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
23589 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
23590 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
23591 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
23592 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
23593 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
23594 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
23595 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
23596 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
23597 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
23598 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
23599 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
23600 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