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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,437
总 Skills
161.5M
总安装量
2,741
贡献者
# Skill 仓库 描述 安装量
22701 react-app-dev xiaolai/vmark
React App Dev (VMark) Overview Apply VMark frontend conventions for React 19 + Zustand v5 + Tailwind v4 + shadcn/ui. Workflow Read relevant files before editing (components, hooks, stores, plugins). Follow the VMark rules in AGENTS.md (no store destructuring; use selectors). Keep code files under ~300 lines; split when needed. Prefer local feature boundaries; avoid cross-feature imports. Update tests for new behavior and run pnpm check:all when asked. References references/paths.md for common so...
48
22702 positron-issue-creator posit-dev/positron
Positron Issue Creator Purpose This skill guides the drafting of high-quality GitHub issues for the Positron IDE repository. It ensures issues are: Thoroughly checked for duplicates before drafting Properly labeled for efficient triage Written with complete, specific information Free of unnecessary fluff and filler Actionable by the development team Ready for manual submission by the user When to Use This Skill Use this skill when: User explicitly asks to draft, create, file, or report an issue ...
48
22703 copy-editing openclaudia/openclaudia-skills
Copy Editing You are an expert copy editor specializing in marketing and conversion copy. Your goal is to systematically improve existing copy through focused editing passes while preserving the core message. Core Philosophy Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before editing. Use brand voice and customer language from that context to guide your edits. Good copy editing isn't a...
48
22704 github-actions-pipeline-builder erichowens/some_claude_skills
GitHub Actions Pipeline Builder Expert in building production-grade CI/CD pipelines with GitHub Actions that are fast, reliable, and secure. When to Use ✅ Use for: Automated testing on every commit Deployment to staging/production Docker image building and publishing Release automation with versioning Security scanning and dependency audits Code quality checks (linting, type checking) Multi-environment workflows ❌ NOT for: Non-GitHub repositories (use Jenkins, CircleCI, etc.) Complex pipel...
48
22705 configure-integration-tests laurigates/claude-plugins
/configure:integration-tests Check and configure integration testing infrastructure for testing service interactions, databases, and external dependencies. When to Use This Skill Use this skill when... Use another approach when... Setting up integration testing infrastructure with Supertest, pytest, or Testcontainers Writing individual integration test cases for specific endpoints Creating docker-compose.test.yml for local test service containers Running existing integration tests ( bun test , p...
48
22706 onboarding designer eddiebe147/claude-settings
Onboarding Designer Expert user onboarding system that transforms first-time visitors into activated, successful users. This skill provides structured workflows for designing, implementing, and optimizing onboarding experiences that drive user activation and long-term retention. Onboarding is the single highest-leverage investment in user retention. The first session determines whether users become customers or churners. This skill helps you design onboarding flows that get users to their "aha m...
48
22707 project-init vladm3105/aidoc-flow-framework
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 ...
48
22708 review-clean-code heyvhuang/ship-faster
Clean Code Review Focused on 7 high-impact review dimensions based on "Clean Code" principles. Review Workflow Review Progress: - [ ] 1. Scan codebase: identify files to review - [ ] 2. Check each dimension (naming, functions, DRY, YAGNI, magic numbers, clarity, conventions) - [ ] 3. Rate severity (High/Medium/Low) for each issue - [ ] 4. Generate report sorted by severity Core Principle: Preserve Functionality All suggestions target implementation approach only—never suggest changing the code's...
48
22709 gof-design-patterns markpitt/claude-skills
Gang of Four Design Patterns Orchestration Skill You are an expert in Gang of Four (GoF) design patterns and their implementation across multiple programming languages. This skill provides intelligent pattern selection and production-ready implementations. Quick Start What do you need help with? "I have a specific problem to solve" → I'll help you identify the right pattern(s) "Implement pattern X in language Y" → I'll create a complete, working implementation "Combine multiple patterns" → I...
48
22710 slot-scale cartridge-gg/docs
Slot Scale Scale deployments from development to production with paid tiers, replicas, and multi-region. Instance Tiers Tier Specs Storage Cost Basic Limited CPU & memory 1GB $10/month Pro 2 vCPU, 4GB RAM auto $50/month Epic 4 vCPU, 8GB RAM auto $100/month Legendary 8 vCPU, 16GB RAM auto $200/month First 3 Basic tier deployments are free. Storage on premium tiers: $0.20/GB/month (auto-scaling). Basic tier behavior Scaled down automatically after a few hours of inactivity Revived on first request...
48
22711 grafana-skill julianobarbosa/claude-code-skills
grafana-skill Programmatically manage Grafana resources using TypeScript tools and HTTP API workflows. Workflow Routing Workflow Trigger File DashboardCrud "create dashboard", "update dashboard", "delete dashboard", "list dashboards", "export dashboard" Tools/DashboardCrud.ts GrafanaClient "grafana API", "grafana client", "TypeScript grafana" Tools/GrafanaClient.ts ApiReference "grafana API reference", "grafana endpoints" References/ Tools DashboardCrud CLI Set environment variables export GR...
48
22712 salvage open-horizon-labs/skills
/salvage Extract learning from a session or piece of work before restarting. The insight: code is cheap now; learning is the asset. Salvage is the bridge from Review back to Problem Space. When drift is detected, salvage captures what was learned so you can restart clean without losing understanding. When to Use Invoke /salvage when: Work is drifting - approach has changed direction multiple times Approach reversed 3+ times - you're oscillating, not converging Scope expanding while "done" k...
48
22713 code-refactor laurigates/claude-plugins
Code Refactor Systematic code refactoring across files. Auto-switches to execution mode for 10+ files (90% token savings). Mode Selection 1-9 files: Use native tools (Grep + Edit with replace_all) 10+ files: Automatically use code-execution skill Execution example (50 files): from api.code_transform import rename_identifier result = rename_identifier('.', 'oldName', 'newName', '/*.py') Returns: {'files_modified': 50, 'total_replacements': 247} ~500 tokens vs ~25,000 tokens traditional Whe...
48
22714 openharmony-security-review openharmonyinsight/openharmony-skills
OpenHarmony system services run with high privileges and handle untrusted inputs via IPC and network interfaces. This skill provides a structured approach to identifying critical security vulnerabilities in four key areas: external input handling, multithreading race conditions, sensitive information leakage, and permission validation. When to Use ``` digraph when_to_use { "Reviewing OpenHarmony code?" [shape=diamond]; "Is it C++ system service?" [shape=diamond]; "Handles IPC/netw...
48
22715 azure-appconfiguration-ts sickn33/antigravity-awesome-skills
Azure App Configuration SDK for TypeScript Centralized configuration management with feature flags and dynamic refresh. Installation Low-level CRUD SDK npm install @azure/app-configuration @azure/identity High-level provider (recommended for apps) npm install @azure/app-configuration-provider @azure/identity Feature flag management npm install @microsoft/feature-management Environment Variables AZURE_APPCONFIG_ENDPOINT = https:// < your-resource > .azconfig.io OR AZURE_APPCONFIG_CONNECTION_S...
48
22716 blueprint-prp-execute laurigates/claude-plugins
/blueprint:prp-execute Execute a PRP (Product Requirement Prompt) with systematic implementation, validation gates, TDD workflow, and quality assurance. Usage : /blueprint:prp-execute [prp-name] Prerequisites : PRP exists in docs/prps/[prp-name].md Confidence score >= 7 (if lower, suggest /blueprint:prp-create refinement) For detailed report templates, deferred items workflow, feature tracker sync, and error handling patterns, see REFERENCE.md . When to Use This Skill Use this skill when... Use ...
48
22717 blueprint-sync laurigates/claude-plugins
Check the status of generated content and offer options for modified or stale files. Flags Flag Description --dry-run Preview sync status report without interactive prompts or file modifications Purpose : Detect when generated skills/commands have been manually modified Detect when source PRDs have changed (making generated content stale) Offer appropriate actions: regenerate, promote to custom, or keep as-is Steps : Read manifest : cat docs/blueprint/manifest.json Extract generated.rules sectio...
48
22718 release-skills xy121718/baoyu-skills
Release Skills Universal release workflow supporting any project type with multi-language changelog. Quick Start Just run /release-skills - auto-detects your project configuration. Supported Projects Project Type Version File Auto-Detected Node.js package.json ✓ Python pyproject.toml ✓ Rust Cargo.toml ✓ Claude Plugin marketplace.json ✓ Generic VERSION / version.txt ✓ Options Flag Description --dry-run Preview changes without executing --major Force major version bump --minor Force minor vers...
48
22719 metaplex sendaifun/skills
A comprehensive guide for building NFTs, digital assets, and token launches on Solana using the Metaplex Protocol - the industry standard powering 99% of Solana NFTs and tokens. What is Metaplex? Metaplex is the leading tokenization protocol on Solana, providing smart contracts and tools for creating, selling, and managing digital assets. From simple NFTs to compressed collections of billions, from fair token launches to hybrid token/NFT systems, Metaplex provides the infrastructure. Key St...
48
22720 devops-expert personamanagmentlayer/pcl
DevOps Expert You are an advanced DevOps expert with deep, practical knowledge of CI/CD pipelines, containerization, infrastructure management, monitoring, security, and performance optimization based on current industry best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Docker container optimization, multi-stage builds, or image management → docker-expert GitHub Actions workflows, matrix builds, or CI/CD automation → github-actions-ex...
48
22721 jetbrains-skill ry-run/run-skills
Goal: use JetBrains IDE features (index, inspections, refactoring, run configurations, integrated terminal) as tools for an external client, while keeping changes auditable and safe. notes + tool list (condensed): `skills/jetbrains-skill/references/jetbrains-skill.md`. Connection & modes Client setup (done in the IDE) - Settings → Tools → MCP Server - Enable MCP Server - Use “Auto-configure” for supported clients (updates their JSON config), or copy SSE / Stdio config for manual setup -...
48
22722 product-leader ncklrs/startup-os-skills
Product Leader Strategic product expertise for building and scaling world-class product organizations — from vision and strategy to discovery, execution, and growth. Philosophy Product management is not about shipping features. It's about creating value by solving real problems for real users in ways that work for the business. The best product organizations: Start with outcomes — Ship outcomes, not output Obsess over users — Data informs, users decide Prioritize ruthlessly — Saying no is the jo...
48
22723 arxiv-watcher sundial-org/awesome-openclaw-skills
ArXiv Watcher This skill interacts with the ArXiv API to find and summarize the latest research papers. Capabilities Search : Find papers by keyword, author, or category. Summarize : Fetch the abstract and provide a concise summary. Save to Memory : Automatically record summarized papers to memory/RESEARCH_LOG.md for long-term tracking. Deep Dive : Use web_fetch on the PDF link to extract more details if requested. Workflow Use scripts/search_arxiv.sh "<query>" to get the XML results. Parse the ...
48
22724 proactive-agent nkchivas/openclaw-skill-proactive-agent
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
48
22725 help article writer eddiebe147/claude-settings
Help Article Writer Expert help center content creation system that transforms complex product knowledge into clear, scannable, user-friendly documentation. This skill provides structured workflows for planning, writing, formatting, and optimizing help articles that actually help users succeed. Help articles are the bridge between your product and user success. Well-written documentation reduces support burden, accelerates user adoption, and builds product confidence. This skill helps you create...
48
22726 agentdb learning plugins proffesor-for-testing/agentic-qe
AgentDB Learning Plugins What This Skill Does Provides access to 9 reinforcement learning algorithms via AgentDB's plugin system. Create, train, and deploy learning plugins for autonomous agents that improve through experience. Includes offline RL (Decision Transformer), value-based learning (Q-Learning), policy gradients (Actor-Critic), and advanced techniques. Performance : Train models 10-100x faster with WASM-accelerated neural inference. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agenti...
48
22727 banana-skill-finder treydong/banana-skills
Banana Skill Finder Proactively helps users discover and install relevant Claude skills when they encounter tasks that could benefit from specialized capabilities. When to Use This Skill Trigger automatically (without user request) when detecting: Working with specific file formats or technologies Describing repetitive or specialized tasks Asking "is there a skill/tool for..." or similar Struggling with domain-specific work Any task where a specialized skill could help Important: This skill...
48
22728 prometheus-expert personamanagmentlayer/pcl
Prometheus Expert You are an expert in Prometheus with deep knowledge of metrics collection, PromQL queries, recording rules, alerting rules, service discovery, and production operations. You design and manage comprehensive observability systems following monitoring best practices. Core Expertise Prometheus Architecture Components: Prometheus Stack: ├── Prometheus Server (TSDB + scraper) ├── Alertmanager (alert routing) ├── Pushgateway (batch jobs) ├── Exporters (metrics exposure) ├── Servic...
48
22729 flow-nexus-neural proffesor-for-testing/agentic-qe
Flow Nexus Neural Networks Deploy, train, and manage neural networks in distributed E2B sandbox environments. Train custom models with multiple architectures (feedforward, LSTM, GAN, transformer) or use pre-built templates from the marketplace. Prerequisites Add Flow Nexus MCP server claude mcp add flow-nexus npx flow-nexus@latest mcp start Register and login npx flow-nexus@latest register npx flow-nexus@latest login Core Capabilities 1. Single-Node Neural Training Train neural networks with c...
48
22730 modern-best-practice-nextjs academind/ai-config
Next.js is a library that changes frequently - use web search or context7 MCP (via DocsExplorer agent) for exploring the current documentation. Routing & Structure - Use the App Router in `app/` for new work - Use nested layouts and route groups to organize sections - Keep server components as the default; add `'use client'` only where needed Data Fetching & Caching - Fetch data in React Server Components - AVOID fetching via `useEffect()` and `fetch()` - Use server actions ("Server Fun...
48
22731 laravel:performance-eager-loading jpcaparas/superpowers-laravel
Add to a service provider (non-production): ``` Model::preventLazyLoading(! app()->isProduction()); ``` Verify - Use a query logger or debugbar to confirm relation queries are minimized - Add tests that assert counts or avoid unexpected query spikes
48
22732 work paulrberg/agent-skills
Work Orchestrate end-to-end task implementation: understand the task, assess complexity, implement directly or distribute across a team, then polish the result. Workflow 1) Parse Task Read the task description from $ARGUMENTS . If $ARGUMENTS is empty, ask the user for a task description and stop. Extract key signals: scope (files, modules, components mentioned), action type (new feature, bug fix, refactor, migration), and any constraints. Note any referenced issues, PRs, or URLs for later contex...
48
22733 mcp-installer igorwarzocha/opencode-workflows
Find, install, and configure MCP servers for OpenCode. 1. Search for MCP Server Check local catalog first (quick check for already-documented MCPs): ``` python3 ~/.config/opencode/skill/mcp-installer/scripts/list_mcps.py ``` If not found locally, search online: - `websearch("MCP server for [capability]")` - `webfetch("https://github.com/modelcontextprotocol/servers")` - Check npm: `@modelcontextprotocol/server-*` - Check the MCP spec repo: [https://github.com/modelcontextprotocol](http...
48
22734 app-store-optimization borghei/claude-skills
App Store Optimization (ASO) Search visibility and conversion optimization for App Store product pages. This skill covers strategic metadata decisions -- which keywords to target, how to structure descriptions for conversion, and how to use Custom Product Pages and in-app events for discoverability. For metadata compliance rules (character limits, screenshot device requirements, rejection triggers), see the app-store-review skill. Contents Show more Installs 1.7K Repository dpearson2699/sw…s-ski...
48
22735 blueprint-derive-adr laurigates/claude-plugins
Generate Architecture Decision Records (ADRs) for an existing project by analyzing code structure, dependencies, and documentation. Use Case : Onboarding existing projects to Blueprint Development system, documenting implicit architecture decisions. Prerequisites : Blueprint Development initialized ( docs/blueprint/ exists) Ideally PRD exists (run /blueprint:derive-prd first) Steps : Phase 1: Discovery 1.1 Check Prerequisites ls docs/blueprint/manifest.json ls docs/prds/ If blueprint not initial...
48
22736 bot-process-control terrylica/cc-skills
Bot Process Control Manage the Gmail Commander bot daemon and scheduled digest via launchd. Mandatory Preflight Step 1: Check Current Process Status echo "=== Gmail Commander Processes ===" pgrep -fl "gmail-commander" 2 > /dev/null || echo "No processes found" echo "" echo "=== launchd Status ===" launchctl list | grep gmail-commander 2 > /dev/null || echo "No launchd jobs" echo "" echo "=== PID Files ===" cat /tmp/gmail-commander-bot.pid 2 > /dev/null && echo " (bot)" || echo "No bot PID file" ...
48
22737 install-wallet-ui-react-native wallet-ui/wallet-ui
This skill helps you set up Wallet UI in your Expo React Native application. You need to choose which Solana library you are using, as the setup differs significantly. Choose Your Path 1. Modern: `@solana/kit` (Recommended) Use this if: - You are starting a new project. - You prefer the modern, lightweight, functional API of `@solana/kit`. - You want better tree-shaking and smaller bundle sizes. Instructions: [Open Solana Kit Guide](https://github.com/wallet-ui/wallet-ui/blob/main/.rule...
48
22738 community-marketing dengineproblem/agents-monorepo
Community Marketing You are an expert community builder and community-led growth strategist. Your goal is to help the user design, launch, and grow a community that creates genuine value for members while driving measurable business outcomes. Before You Start Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already ...
48
22739 minimize-rust-ffi-crate-surface redisearch/redisearch
No SKILL.md available for this skill. View on GitHub
48
22740 secret-scanner ovachiever/droid-tings
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 ...
48
22741 wechat-article-fetcher nanzhipro/questskills
微信公众号文章获取器 获取、解析并保存微信公众号文章,支持单篇和批量下载、元数据提取、图片下载和 Markdown 转换。 快速开始 获取单篇文章: python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" 批量获取多篇文章(空格分隔): python scripts/fetch_wechat_article.py "url1" "url2" "url3" --output-dir ./output 批量获取多篇文章(逗号分隔): python scripts/fetch_wechat_article.py "url1,url2,url3" --output-dir ./output 仅输出元数据(不保存文件): python scripts/fetch_wechat_article.py "https://mp.weixin.qq.com/s/xxxxx" --json 依赖安装 pip install beautifulsoup4 html2text requests 功能说明 1. 获取文章...
48
22742 aid-finances nweii/agent-stuff
Financial Advisory Provide personalized, actionable financial advice as an expert with advanced credentials. Prioritize user's long-term financial well-being. Expertise areas Cover full spectrum of personal finance: Budgeting and expense management Debt management and repayment strategies Investing (short-term and long-term) Retirement planning Tax optimization (see taxes.md for detailed guidance) Insurance and risk management Real estate and mortgages Career financial planning Stock market and ...
48
22743 roadmap builder eddiebe147/claude-settings
Roadmap Builder The Roadmap Builder skill helps product teams create strategic roadmaps that align tactical execution with business objectives. It emphasizes theme-based planning over feature lists, outcome-focused goals using OKRs, and flexible planning that adapts to market feedback and changing priorities. This skill excels at translating business strategy into quarterly themes, breaking themes into initiatives and epics, aligning stakeholders around shared goals, and maintaining roadmap clar...
48
22744 ai-model-wechat tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill for calling AI models in WeChat Mini Program using wx.cloud.extend.AI . Use it when you need to: Integrate AI text generation in a Mini Program Stream AI responses with callback support Call Hunyuan models from WeChat environment Do NOT use for: Browser/Web apps → use ai-model-web skill Node.js backend or cloud functions → use ai-model-nodejs skill Image generation → use ai-model-nodejs skill (not available in Mini Program) HTTP API integration → use http-ap...
48
22745 arch-tsdown hairyf/skills
arch-tsdown is a TypeScript library starter (based on antfu/starter-ts) that uses tsdown for building. It provides a minimal, opinionated setup: ESM-only output, automatic `.d.ts` generation, pnpm, Vitest, ESLint, and optional npm Trusted Publisher for CI-based releases. The skill is based on starter-ts (arch-tsdown source), generated at 2026-01-30. Recommended practices: - Build pure ESM; enable `dts` and `exports` in tsdown config - Use npm Trusted Publisher for releases - Run publint (vi...
48
22746 ruby-optimise pproenca/dot-skills
Community Ruby Best Practices Comprehensive performance optimization guide for Ruby applications, maintained by the community. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Ruby code or gems Optimizing ActiveRecord queries and database access patterns Processing large collections or building data pipelines Reviewing code for memory bloat and GC pressure Configuring Ruby r...
48
22747 aws-cost-cleanup sickn33/antigravity-awesome-skills
AWS Cost Cleanup Automate the identification and removal of unused AWS resources to eliminate waste. When to Use This Skill Use this skill when you need to automatically clean up unused AWS resources to reduce costs and eliminate waste. Automated Cleanup Targets Storage Unattached EBS volumes Old EBS snapshots (>90 days) Incomplete multipart S3 uploads Old S3 versions in versioned buckets Compute Stopped EC2 instances (>30 days) Unused AMIs and associated snapshots Unused Elastic IPs Networking ...
48
22748 cc-skill-clickhouse-io sickn33/antigravity-awesome-skills
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. Overview ClickHouse is a column-oriented database management system (DBMS) for online analytical processing (OLAP). It's optimized for fast analytical queries on large datasets. Key Features: Column-oriented storage Data compression Parallel query execution Distributed queries Real-time analytics Table Design Patterns MergeTree Engine (Most Common) CREATE TABLE markets_analytics ( date...
48
22749 bootstrap-project kylelundstedt/dotfiles
Bootstrap Project Set up agent context files so Claude Code, Codex, and other AI agents understand a project from the first prompt. When to Use This Skill Use when the user: Wants to start a new project with agent context from the beginning Opens an existing repo that lacks AGENTS.md Says "bootstrap this project", "set up agent context", or similar Asks for help creating CLAUDE.md or AGENTS.md Steps 1. Determine whether this is a new or existing project Existing project — the current directory h...
48
22750 tooluniverse-custom-tool mims-harvard/tooluniverse
Adding Custom Tools to ToolUniverse Three ways to add tools — pick the one that fits your needs: Approach When to use JSON config REST API with standard request/response — no coding needed Python class (workspace) Custom logic for local/private use only Plugin package Reusable tools you want to share or install via pip Option A — Workspace tools (local use) Tools in .tooluniverse/tools/ are auto-discovered at startup. No installation needed. mkdir -p .tooluniverse/tools JSON config Create .toolu...
48