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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
16001 referral program designer eddiebe147/claude-settings
Referral Program Designer Create referral programs that turn happy customers into active promoters. This skill helps you design incentive structures, referral mechanics, and program experiences that motivate sharing and drive cost-effective customer acquisition. Referrals are the gold standard of marketing - lower CAC, higher LTV, and built-in social proof. This skill provides frameworks for incentive design, program mechanics, viral loop optimization, and measurement. Learn from programs like D...
46
16002 sparv cexll/myclaude
SPARV Five-phase workflow: Specify → Plan → Act → Review → Vault. Goal: Complete "requirements → verifiable delivery" in one pass, recording key decisions in external memory instead of relying on assumptions. Core Rules (Mandatory) 10-Point Specify Gate: Spec score 0-10; must be >=9 to enter Plan. 2-Action Save: Append an entry to .sparv/journal.md every 2 tool calls. 3-Failure Protocol: Stop and escalate to user after 3 consecutive failures. EHRB: Require explicit user confirmation when high...
46
16003 launch planner eddiebe147/claude-settings
Launch Planner Plan and orchestrate successful product and company launches with timeline and tasks When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create launch planner launch planning Review and optimize review launch planner Get best practices launch planner best pr...
46
16004 uv astral-sh/claude-code-plugins
Quick Reference uv run script.py Run a script uv run --with requests script.py Run with ad-hoc dependency uv run python -m ast foo.py > /dev/null Verify syntax without writing __pycache__ uv add requests Add dependency to project uv init --script foo.py Create script with inline metadata Inline Script Dependencies /// script requires-python = ">=3.12" dependencies = ["requests"] /// See scripts.md for full details on running scripts, locking, and reproducibility. Build Backend Use uv_bu...
46
16005 community-builder ncklrs/startup-os-skills
Community Builder Expert guidance for building, growing, and nurturing thriving online communities — from platform selection to engagement programs to community-led growth strategies. Philosophy Great communities are built on three pillars: Shared purpose — Members need a reason bigger than the product Genuine connection — People stay for people, not features Member empowerment — The best communities run themselves How This Skill Works When invoked, apply the guidelines in rules/ organized by: s...
46
16006 vb6-legacy bobmatnyc/claude-mpm-skills
VB6 Legacy and COM Interop Patterns for maintaining VB6 code and strategies for migrating to VB.NET with COM interop. VB6 to VB.NET Migration Key Differences ' VB6 - Variant types Dim data As Variant data = 123 data = "Hello" ' VB.NET - Strong typing with Option Strict On Option Strict On Dim data As Object ' Still avoid when possible Dim number As Integer = 123 Dim text As String = "Hello" ' VB6 - Default properties Text1 . Text = "Hello" Text1 = "Hello" ' Uses default Text property ' VB.NET - ...
46
16007 slidev-mermaid yoanbernabeu/slidev-skills
This skill covers creating visual diagrams using Mermaid syntax in Slidev presentations. Mermaid allows you to create flowcharts, sequence diagrams, class diagrams, and many other diagram types using simple text. When to Use This Skill - Creating flowcharts and process diagrams - Showing system architecture - Visualizing sequences and workflows - Creating class and entity diagrams - Building organizational charts - Displaying timelines and Gantt charts Basic Syntax Use a code block wi...
46
16008 azure-security-keyvault-keys-java sickn33/antigravity-awesome-skills
Azure Key Vault Keys (Java) Manage cryptographic keys and perform cryptographic operations in Azure Key Vault and Managed HSM. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-security-keyvault-keys </ artifactId > < version > 4.9.0 </ version > </ dependency > Client Creation import com . azure . security . keyvault . keys . KeyClient ; import com . azure . security . keyvault . keys . KeyClientBuilder ; import com . azure . security . keyvault . keys . crypto...
46
16009 earnings-calendar nicepkg/ai-workflow
Earnings Calendar Overview This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. It focuses on companies with significant market capitalization (mid-cap and above, over $2B) that are likely to impact market movements. The skill generates organized markdown reports showing which companies are reporting earnings over the next week, grouped by date and timing (before market open, after market close, or time not announced). Key Features: U...
46
16010 bootstrap-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build Vue 3 applications with Bootstrap Vue components Use Bootstrap UI components (Button, Form, Table, Modal, etc.) Create responsive layouts with Bootstrap grid Use Bootstrap Vue directives (v-b-tooltip, v-b-popover, v-b-modal) Implement forms with Bootstrap styling Display data in Bootstrap tables Create modals and alerts Use Bootstrap navigation components Customize Bootstrap themes Migrate from Bootstrap Vue 2.x to 3.0 How...
46
16011 workflow-feature-shipper heyvhuang/ship-faster
Feature Shipper Turn "I want to build a feature" into a fast execution chain. Input (Pass Paths Only) feature.md : Requirements description (acceptance criteria + non-goals) repo_root run_dir Optional flags (recommended inside feature.md ) mode : plan-only | execute (default: execute ) feature_slug : short slug for artifact naming (default: derived from title + timestamp) quality_bar : demo-ready | functional-only (default: demo-ready for user-facing UI features) Output (Persisted) evidence/feat...
46
16012 depot-container-builds depot/skills
Depot Container Builds Depot runs Docker image builds on remote high-performance builders (16 CPU, 32 GB RAM, NVMe SSD cache). depot build is a drop-in replacement for docker build / docker buildx build . depot bake replaces docker buildx bake . Key Concepts Builds run remotely on ephemeral EC2 instances — images stay in remote cache by default Use --load to download to local Docker, --push to push to a registry, --save to store in Depot's ephemeral registry Cache is fully automatic on persisten...
46
16013 security-threat-model tech-leads-club/agent-skills
Threat Model Source Code Repo Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists. Quick start Collect (or infer) inputs: Repo root path and any in-scope paths. Intended usage, deployment model, internet exposure, and auth expectations (if known). Any ex...
46
16014 deploy awslabs/agent-plugins
Deploy Deploy code from the current directory to Railway using railway up. When to Use User asks to "deploy", "ship", "push code" User says "railway up" or "deploy to Railway" User wants to deploy local code changes User says "deploy and fix any issues" (use --ci mode) Modes Detach Mode (default) Starts deploy and returns immediately. Use for most deploys. railway up --detach CI Mode Streams build logs until complete. Use when user wants to watch the build or needs to debug issues. railwa...
46
16015 alicloud-ai-search-rerank-test cinience/alicloud-skills
Category: test Minimal Viable Test Recommended check python skills/ai/search/alicloud-ai-search-rerank/scripts/prepare_rerank_request.py \ --output output/alicloud-ai-search-rerank/request.json
46
16016 bun-build laurigates/claude-plugins
/bun:build Bundle JavaScript/TypeScript or compile to standalone executable. Parameters entry (required): Entry point file --compile : Create standalone executable --minify : Minify output Execution Production bundle: bun build $ENTRY --outdir = dist --minify --sourcemap = external Standalone executable: bun build --compile --minify $ENTRY --outfile = { { OUTFILE | default: "app" } } Development bundle: bun build $ENTRY --outdir = dist --sourcemap = inline Build Targets Browser (default) bun bu...
46
16017 html-tailwind-css-and-javascript-expert-rule oimiragieo/agent-studio
Html Tailwind Css And Javascript Expert Rule Skill You are an expert AI programming assistant that primarily focuses on producing clear, readable HTML, Tailwind CSS and vanilla JavaScript code. You always use the latest version of HTML, Tailwind CSS and vanilla JavaScript, and you are familiar with the latest features and best practices. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME ...
46
16018 dokploy-deploy jpropato/siba
Dokploy Deployment This skill enables you to manage and deploy applications to a Dokploy instance. Dokploy is an open-source PaaS (Platform as a Service) that simplifies deployment on your own VPS. Prerequisites Access to a Dokploy instance. Dokploy CLI installed (npm install -g dokploy). API Token (generated from Dokploy Dashboard > Settings > Profile). How to Deploy 1. Using Dokploy CLI If the CLI is available in the environment: Login dokploy login --host <your-dokploy-host> --token <you...
46
16019 bot-developer erichowens/some_claude_skills
Bot Developer Expert in building production-grade bots with proper architecture, state management, and scalability. Quick Start User: "Build a Discord moderation bot with auto-mod" Bot Developer: 1. Set up event-driven architecture (message broker + service layer) 2. Implement state machine for multi-turn mod flows 3. Add distributed rate limiting (Redis) 4. Create point-based moderation with decay 5. Configure auto-mod rules (spam, caps, links, words) 6. Deploy with proper logging and error ...
46
16020 foia-requests jamditis/claude-skills-journalism
FOIA and public records requests Comprehensive guide for obtaining government records through freedom of information laws. Understanding FOIA landscape Jurisdiction overview Level Law Scope Federal Freedom of Information Act (5 U.S.C. § 552) Federal executive branch agencies State Varies by state (e.g., OPRA in NJ, FOIL in NY) State and local agencies Local Often covered by state law Municipal, county, school boards Key federal exemptions (FOIA) The 9 FOIA exemptions 1. National security - C...
46
16021 nano-banana-pro feedtailor/ccskill-nanobanana
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
46
16022 stockbreeder-expert personamanagmentlayer/pcl
Expert guidance for livestock management, animal health monitoring, breeding programs, feed optimization, and ranch operations. Core Concepts Livestock Management - Herd/flock management - Animal identification and tracking - Health monitoring - Nutrition and feed management - Breeding and genetics - Facility management Animal Health - Disease prevention and control - Vaccination schedules - Biosecurity protocols - Health records - Veterinary care coordination - Early warning s...
46
16023 journal prompter eddiebe147/claude-settings
Journal Prompter The Journal Prompter skill provides thoughtful, targeted journaling prompts designed to foster self-awareness, clarity, and personal growth. Rather than generic "How was your day?" questions, this skill offers research-backed prompts that surface insights, identify patterns, and support intentional development. This skill draws from cognitive behavioral therapy (CBT), positive psychology, stoic philosophy, and executive coaching methodologies to create prompts that are both ther...
46
16024 citation manager eddiebe147/claude-settings
Citation Manager Manage bibliographies, citations, and academic references in multiple formats When to Use This Skill Use this skill when you need to: Create compelling written content Develop clear messaging and communication Structure information effectively Not recommended for: Tasks requiring technical implementation complex data analysis Quick Reference Action Command/Trigger Create citation manager citations Review and optimize review citation manager Get best practices citation manager be...
46
16025 ant-design-mobile teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build React mobile applications with Ant Design Mobile components Use mobile UI components (Button, Input, Form, List, Card, Modal, etc.) Create mobile-friendly interfaces Customize Ant Design Mobile theme Implement mobile-specific features (pull-to-refresh, infinite scroll, etc.) Use Ant Design Mobile with React Native or web Handle mobile gestures and interactions Implement mobile navigation patterns Use mobile form components...
46
16026 forecasting-time-series-data jeremylongshore/claude-code-plugins-plus-skills
Time Series Forecaster This skill provides automated assistance for time series forecaster tasks. Overview This skill provides automated assistance for time series forecaster tasks. This skill empowers Claude to perform time series forecasting, providing insights into future trends and patterns. It automates the process of data analysis, model selection, and prediction generation, delivering valuable information for decision-making. How It Works Data Analysis : Claude analyzes the provided time ...
46
16027 blueprint-curate-docs laurigates/claude-plugins
/blueprint:curate-docs Curate library or project documentation into ai_docs entries optimized for AI agents - concise, actionable, gotcha-aware context that fits in PRPs. Usage : /blueprint:curate-docs [library-name] or /blueprint:curate-docs project:[pattern-name] When to Use This Skill Use this skill when... Use alternative when... Creating ai_docs for PRP context Reading raw documentation for ad-hoc tasks Documenting library patterns for reuse One-time library usage Building knowledge base fo...
46
16028 terraform i9wa4/dotfiles
Terraform Quick Start (workflow) terraform init terraform plan -out=tfplan terraform apply tfplan Safety Checklist State: remote backend + locking; separate state per environment Reviews: plan in CI; apply from a trusted runner with approvals Guardrails: prevent_destroy and policy checks for prod Load Next (References) references/state-and-environments.md — backends, locking, workspaces vs separate state, drift references/modules-and-composition.md — module interfaces, versioning, composition p...
46
16029 hooks automation proffesor-for-testing/agentic-qe
Hooks Automation Intelligent automation system that coordinates, validates, and learns from Claude Code operations through hooks integrated with MCP tools and neural pattern training. What This Skill Does This skill provides a comprehensive hook system that automatically manages development operations, coordinates swarm agents, maintains session state, and continuously learns from coding patterns. It enables automated agent assignment, code formatting, performance tracking, and cross-session mem...
46
16030 blueprint-sync-ids laurigates/claude-plugins
Scan all PRDs, ADRs, PRPs, and work-orders, assign IDs to documents missing them, and update the manifest registry. Flags Flag Description --dry-run Preview changes without modifying files --link-issues Also create GitHub issues for orphan documents Prerequisites Blueprint initialized ( docs/blueprint/manifest.json exists) At least one document exists in docs/prds/ , docs/adrs/ , docs/prps/ , or docs/blueprint/work-orders/ Steps Step 1: Initialize ID Registry Check if id_registry exists in manif...
46
16031 understand-anything-knowledge-graph aradotso/trending-skills
Understand Anything — Codebase Knowledge Graph Skill by ara.so — Daily 2026 Skills collection. Understand Anything is a Claude Code plugin that runs a multi-agent pipeline over your project, builds a knowledge graph of every file, function, class, and dependency, and opens an interactive React dashboard for visual exploration. It produces plain-English summaries of every node so anyone — developer, PM, or designer — can understand the codebase. Installation Via Claude Code plugin marketplace /pl...
46
16032 web-perf cloudflare/cloudflare-docs
Web Performance Audit Audit web page performance using Chrome DevTools MCP tools. This skill focuses on Core Web Vitals, network optimization, and high-level accessibility gaps. FIRST: Verify MCP Tools Available Run this before starting. Try calling navigate_page or performance_start_trace. If unavailable, STOP—the chrome-devtools MCP server isn't configured. Ask the user to add this to their MCP config: "chrome-devtools": { "type": "local", "command": ["npx", "-y", "chrome-devtools-mcp...
46
16033 jira-communication netresearch/jira-skill
Jira Communication CLI scripts for Jira operations using uv run . All scripts support --help , --json , --quiet , --debug . Paths are relative to skills/jira-communication/ . Run from there or prefix accordingly. Auto-Trigger Trigger when user mentions: Jira URLs : https://jira.*/browse/* , https://*.atlassian.net/browse/* Issue keys : PROJ-123 , NRS-4167 When triggered by URL → extract issue key → run jira-issue.py get PROJ-123 Auth Failure Handling When auth fails, offer: uv run scripts/core/j...
46
16034 moon-dev-trading-agents microck/ordinary-claude-skills
Moon Dev's AI Trading Agents System Expert knowledge for working with Moon Dev's experimental AI trading system that orchestrates 48+ specialized AI agents for cryptocurrency trading across Hyperliquid, Solana (BirdEye), Asterdex, and Extended Exchange. When to Use This Skill Use this skill when: Working with Moon Dev's trading agents repository Need to understand agent architecture and capabilities Running, modifying, or creating trading agents Configuring trading system, exchanges, or LLM ...
46
16035 clean-component-removal terrylica/cc-skills
Clean Component Removal Orderly teardown of TTS and Telegram bot components with proper sequencing to avoid orphaned processes and stale state. Platform : macOS (Apple Silicon) When to Use This Skill User wants to uninstall the Kokoro TTS engine User wants to remove the Telegram bot User wants to clean up all TTS-related files User wants to do a full teardown before reinstallation User wants to remove specific components selectively Requirements No special tools needed (removal uses only rm , pk...
46
16036 brand-monitor openclaudia/openclaudia-skills
Brand Monitor Track brand mentions, analyze sentiment, and discover PR opportunities using the Brand.dev API. Prerequisites Requires BRANDDEV_API_KEY set in .env , .env.local , or ~/.claude/.env.global . echo "BRANDDEV_API_KEY is ${BRANDDEV_API_KEY :+ set} " If the key is not set, instruct the user: You need a Brand.dev API key. Get one at https://brand.dev/ Then add BRANDDEV_API_KEY=your_key to your .env file. API Base All requests go to https://api.brand.dev/v1/ with the header Authorization: ...
46
16037 language-tutor tatat/agents-playground
Provide personalized language learning support and practice. Capabilities - Create vocabulary lessons by topic - Explain grammar rules with examples - Provide conversation practice - Correct errors with explanations - Create practice exercises and quizzes Input Format - Target language - Current level (A1-C2 or beginner/intermediate/advanced) - Native language - Learning focus (speaking, reading, writing, grammar) - Topic of interest (optional) Output Format ``` Lesson: [Topic] ...
46
16038 fusion-issue-author-task equinor/fusion-skills
Author Task Issue Dependency Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow. When to use Use this skill for planning, research, specification, migration, testing, documentation, or other enablement work. When not to use Do not use this skill when the request is clearly a bug, feature, or user-story issue. Required inputs Task objective and scope Dependency and ordering constraints Instructions Confirm routed type is Task . Start w...
46
16039 core-web-vitals tech-leads-club/agent-skills
Core Web Vitals optimization Targeted optimization for the three Core Web Vitals metrics that affect Google Search ranking and user experience. The three metrics Metric Measures Good Needs work Poor LCP Loading ≤ 2.5s 2.5s – 4s > 4s INP Interactivity ≤ 200ms 200ms – 500ms > 500ms CLS Visual Stability ≤ 0.1 0.1 – 0.25 > 0.25 Google measures at the 75th percentile — 75% of page visits must meet "Good" thresholds. LCP: Largest Contentful Paint LCP measures when the largest visible content elem...
46
16040 procurement assistant eddiebe147/claude-settings
Procurement Assistant Streamline procurement processes from vendor selection through purchase order management. Make informed purchasing decisions and maintain vendor relationships. Core Workflows Workflow 1: Vendor Selection Requirements - Define what you need RFP/RFQ - Create and distribute requests Evaluation - Score vendor responses Due Diligence - Verify vendor capabilities Selection - Choose and negotiate Workflow 2: Purchase Order Management Requisition - Capture purchase needs Approval -...
46
16041 enterprise-b2b dylantarre/animation-principles
Enterprise & B2B Animation Principles Apply Disney's 12 principles to create trustworthy, efficient experiences that prioritize clarity and professional credibility. The 12 Principles Applied 1. Squash & Stretch Almost Never: Enterprise requires utmost professionalism Data Points: Subtle pulse for live updates Buttons: Minimal, if any, deformation 2. Anticipation Form Submissions: Brief processing indication Data Actions: Moment before confirmation Navigation Changes: Subtle preparation cues 3...
46
16042 orca sendaifun/skills
Orca Whirlpools Development Guide Orca is the most trusted DEX on Solana and Eclipse, built on a concentrated liquidity automated market maker (CLMM) called Whirlpools. This guide covers the Whirlpools SDK for building trading, liquidity provision, and pool management applications. Overview Orca Whirlpools provides: Token Swaps - Efficient token exchanges with low slippage and competitive rates Concentrated Liquidity - Provide liquidity within custom price ranges for higher capital efficiency Sp...
46
16043 release-please-protection laurigates/claude-plugins
Automatically detects and prevents manual edits to release-please managed files across all projects. Overview This skill provides proactive detection and warnings for files managed by Google's release-please automation tool. It helps prevent merge conflicts and workflow disruptions by identifying problematic edit attempts before they occur. When This Skill Activates The skill automatically activates in these scenarios: - Direct edit requests to protected files - User mentions of version ...
46
16044 databricks i9wa4/dotfiles
Databricks Core skill for Databricks CLI, authentication, and data exploration. Product Skills For specific products, use dedicated skills: databricks-jobs - Lakeflow Jobs development and deployment databricks-pipelines - Lakeflow Spark Declarative Pipelines (batch and streaming data pipelines) databricks-apps - Full-stack TypeScript app development and deployment databricks-lakebase - Lakebase Postgres Autoscaling project management Prerequisites CLI installed : Run databricks --version to chec...
46
16045 natural-writing third774/dotfiles
Natural Writing LLMs produce statistically average text. This creates identifiable patterns: overused words, formulaic structures, and hollow emphasis. This skill helps you write text indistinguishable from a skilled human writer. Core Principle Specific beats generic. Facts beat significance claims. Direct beats hedged. AI text regresses to the mean: specific facts fade into generic praise, concrete details blur into vague importance. Fight this by being concrete and direct. Vocabulary Red Flag...
46
16046 receiving-code-review guanyang/antigravity-skills
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
46
16047 reportei vm0-ai/vm0-skills
Reportei Use Reportei via direct curl calls to generate and manage marketing reports with automated analytics. Official docs: https://app.reportei.com/docs/api When to Use Use this skill when you need to: Retrieve company and template information List and manage client projects Generate and access marketing reports Manage integrations (Google Analytics, Meta, etc.) Set up webhooks for automated notifications Prerequisites Sign up at Reportei Go to Dashboard → Generate API Token Copy your AP...
46
16048 testing-anti-patterns zenobi-us/dotfiles
Testing Anti-Patterns Overview Tests must verify real behavior, not mock behavior. Mocks are a means to isolate, not the thing being tested. Core principle: Test what the code does, not what the mocks do. Following strict TDD prevents these anti-patterns. The Iron Laws 1. NEVER test mock behavior 2. NEVER add test-only methods to production classes 3. NEVER mock without understanding dependencies Anti-Pattern 1: Testing Mock Behavior The violation: // ❌ BAD: Testing that the mock exists test ( '...
46
16049 alicloud-ai-multimodal-qvq cinience/alicloud-skills
Category: provider Model Studio QVQ Visual Reasoning Validation mkdir -p output/alicloud-ai-multimodal-qvq python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qvq/scripts/prepare_qvq_request.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qvq/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vqv/validate.txt is generated. Critical model names Use one of these exact model strings: qvq-plus qvq-max Typical use Mathematical reasoning from scr...
46
16050 capacitor-keyboard cap-go/capacitor-skills
Keyboard Handling in Capacitor Manage keyboard behavior in iOS and Android apps. When to Use This Skill User has keyboard issues User needs keyboard events User wants to hide keyboard User has scroll issues with keyboard User wants keyboard accessory bar Quick Start bun add @capacitor/keyboard bunx cap sync Basic Usage import { Keyboard } from '@capacitor/keyboard' ; // Show keyboard await Keyboard . show ( ) ; // Hide keyboard await Keyboard . hide ( ) ; // Listen for keyboard events Keyboard ....
46