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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
4551 skill-upgrader parcadei/continuous-claude-v3
Skill Upgrader Meta-skill that upgrades any SKILL.md to Decision Theory v5 Hybrid format using 4 parallel Ragie-backed agents. When to Use "Upgrade this skill to v5" "Formalize this skill with decision theory" "Add MDP structure to this skill" "Apply the skill-upgrader to X" Prerequisites Ragie RAG with indexed books: decision-theory partition: LaValle Planning Algorithms, Sutton & Barto RL modal-logic partition: Blackburn Modal Logic, Huth & Ryan Logic in CS Workflow Step 1: Setup Session S...
189
4552 golang-pro sickn33/antigravity-awesome-skills
Golang Pro Senior Go developer with deep expertise in Go 1.21+, concurrent programming, and cloud-native microservices. Specializes in idiomatic patterns, performance optimization, and production-grade systems. Role Definition You are a senior Go engineer with 8+ years of systems programming experience. You specialize in Go 1.21+ with generics, concurrent patterns, gRPC microservices, and cloud-native applications. You build efficient, type-safe systems following Go proverbs. When to Use Thi...
188
4553 clerk-nextjs-skills gocallum/nextjs16-agent-skills
Links Clerk Next.js Quickstart Clerk MCP Server Guide Clerk Next.js SDK Reference clerkMiddleware() Reference Reading User Data Protecting Routes OAuth Token Verification Clerk Dashboard @vercel/mcp-adapter @clerk/mcp-tools MCP Example Repository Quick Start 1. Install Dependencies (Using pnpm) pnpm add @clerk/nextjs For MCP server integration, also install: pnpm add @vercel/mcp-adapter @clerk/mcp-tools 2. Create proxy.ts (Next.js 16) The proxy.ts file replaces middleware.ts from Next.js 15. ...
188
4554 fix alirezarezvani/claude-skills
Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing
188
4555 repo-research-analyst parcadei/continuous-claude-v3
Note: The current year is 2025. Use this when searching for recent documentation and patterns. Repo Research Analyst You are an expert repository research analyst specializing in understanding codebases, documentation structures, and project conventions. Your mission is to conduct thorough, systematic research to uncover patterns, guidelines, and best practices within repositories. What You Receive When spawned, you will receive: Repository path - The local path to the cloned repository Res...
188
4556 axiom-xcode-debugging charleswiltgen/axiom
Xcode Debugging Overview Check build environment BEFORE debugging code. Core principle 80% of "mysterious" Xcode issues are environment problems (stale Derived Data, stuck simulators, zombie processes), not code bugs. Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My build is failing with 'BUILD FAILED' but no error details. I haven't changed anything. What's going on?" → The skill shows environment-first diagnostics: check Derived Data, s...
188
4557 app-store-opportunity-research froessell/app-store-opportunity-research
When to Use Use this skill when the user wants to: Find profitable app ideas in a category or niche Research App Store charts for underserved opportunities Analyze competitor apps (ratings, reviews, revenue, gaps) Generate a top-3 opportunity report with revenue validation Write a detailed MVP Product Requirements Document (PRD) Build a working prototype from the PRD on Rork Trigger phrases: "find app opportunities", "app store research", "what app should I build", "research this app category", ...
188
4558 refactor parcadei/continuous-claude-v3
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
188
4559 outlines davila7/claude-code-templates
Outlines: Structured Text Generation When to Use This Skill Use Outlines when you need to: Guarantee valid JSON/XML/code structure during generation Use Pydantic models for type-safe outputs Support local models (Transformers, llama.cpp, vLLM) Maximize inference speed with zero-overhead structured generation Generate against JSON schemas automatically Control token sampling at the grammar level GitHub Stars: 8,000+ | From: dottxt.ai (formerly .txt) Installation Base installation pip install...
188
4560 skill-development parcadei/continuous-claude-v3
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
188
4561 c4-architecture davila7/claude-code-templates
C4 Architecture Documentation Generate software architecture documentation using C4 model diagrams in Mermaid syntax. Workflow Understand scope - Determine which C4 level(s) are needed based on audience Analyze codebase - Explore the system to identify components, containers, and relationships Generate diagrams - Create Mermaid C4 diagrams at appropriate abstraction levels Document - Write diagrams to markdown files with explanatory context C4 Diagram Levels Select the appropriate level based on...
188
4562 google-ads jdrhyne/agent-skills
Google Ads Skill Manage Google Ads accounts via API or an attached browser session. Mode Selection Check which mode to use: API Mode - If user has google-ads.yaml configured or GOOGLE_ADS_* env vars Browser Mode - If user says "I don't have API access" or just wants quick checks Check for API config ls ~/.google-ads.yaml 2 > /dev/null || ls google-ads.yaml 2 > /dev/null If no config found, ask: "Do you have Google Ads API credentials, or should I use the attached browser session?" Browser Mode ...
188
4563 cloud penetration testing sickn33/antigravity-awesome-skills
Cloud Penetration Testing Purpose Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). This skill covers reconnaissance, authentication testing, resource enumeration, privilege escalation, data extraction, and persistence techniques for authorized cloud security engagements. Prerequisites Required Tools Azure tools Install-Module -Name Az -AllowClobber -Force Install-Module -Name MSOnline -Force In...
188
4564 complete-skill parcadei/continuous-claude-v3
complete-skill When to Use Test the entire persistence pipeline Instructions Do this Then that
188
4565 html-slides claude-office-skills/skills
HTML Slides Skill Overview This skill enables creation of stunning HTML-based presentations using reveal.js - the web's most popular presentation framework. Create interactive, responsive slides with animations, code highlighting, speaker notes, and more. How to Use Describe the presentation you want to create Specify theme, transitions, and features needed I'll generate a reveal.js presentation Example prompts: "Create an interactive presentation about our product" "Build a code walkthrough pre...
188
4566 data-engineering-data-pipeline sickn33/antigravity-awesome-skills
Data Pipeline Architecture You are a data pipeline architecture expert specializing in scalable, reliable, and cost-effective data pipelines for batch and streaming data processing. Use this skill when Working on data pipeline architecture tasks or workflows Needing guidance, best practices, or checklists for data pipeline architecture Do not use this skill when The task is unrelated to data pipeline architecture You need a different domain or tool outside this scope Requirements $ARGUMENTS Core...
188
4567 ui-design pproenca/dot-skills
When to use this skill Use this skill for frontend UI design and interface creation in any project that requires: Creating web pages or interfaces Creating mini-program pages or interfaces Designing frontend components Creating prototypes or interfaces Handling styling and visual effects Any development task involving user interfaces Do NOT use for: Backend logic or API design Database schema design (use data-model-creation skill) Pure business logic without UI components How to use this skill (...
188
4568 asc-release-flow rudrankriyam/asc-skills
Release flow (TestFlight and App Store) Use this skill when you need to get a new build into TestFlight or submit to the App Store. Preconditions Ensure credentials are set ( asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly. Build must have encryption compliance resolved (see asc-submission-health skill). iOS Release Preferred end-to-end commands TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[...
188
4569 research parcadei/continuous-claude-v3
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
188
4570 report alirezarezvani/claude-skills
Smart Test Reporting Generate test reports that plug into the user's existing workflow. Zero new tools. Steps 1. Run Tests (If Not Already Run) Check if recent test results exist: ls -la test-results/ playwright-report/ 2 > /dev/null If no recent results, run tests: npx playwright test --reporter = json,html,list 2 > &1 | tee test-output.log 2. Parse Results Read the JSON report: npx playwright test --reporter = json 2 > /dev/null Extract: Total tests, passed, failed, skipped, flaky Duration per...
188
4571 pw-redbook-image plugins-world/pw-skills
将文章内容智能拆解为小红书风格的系列配图,包含封面图、内容图和结尾图。 核心功能 - 智能拆解文章为多张配图 (2-10 张) - 自动生成符合小红书风格的图片提示词 - 支持多种输入源 (URL、文件路径、文本内容) - 自动创建结构化的工作目录 - 支持后处理 (合并长图、PPT、PDF) 使用时机 用户明确要求生成小红书风格配图时: - "生成小红书配图" - "制作小红书系列图" - "将这篇文章做成小红书图片" - "帮我做小红书风格的图文" 不适用场景: - 用户只是询问如何制作 (提供建议即可) - 用户需要单张封面图 (使用 pw-cover-image) - 用户需要其他风格的图片 (使用通用图片生成工具) 使用方法 ``` 从 URL 生成 /pw-redbook-image https://example.com/article 从文本内容生成 /pw-redbook-image "文章内容..." 从 markdown 文件生成 /pw-redbook-image path/to/article.md ```...
187
4572 sentry-pr-code-review getsentry/sentry-for-ai
Sentry Code Review Review and fix issues identified by Sentry bot in GitHub PR comments. Invoke This Skill When User asks to "review Sentry comments" or "fix Sentry issues" on a PR User shares a PR URL/number and mentions Sentry feedback User asks to "address Sentry review" or "resolve Sentry findings" User wants to find PRs with unresolved Sentry comments Workflow Phase 1: Fetch Sentry Comments gh api repos/{owner}/{repo}/pulls/{PR_NUMBER}/comments \ --jq '.[] | select(.user.login | startsw...
187
4573 data_analysis artificialanalysis/stirrup
Data Analysis Skill Comprehensive data analysis toolkit using Polars - a blazingly fast DataFrame library. This skill provides instructions, reference documentation, and ready-to-use scripts for common data analysis tasks. Iteration Checkpoints Step What to Present User Input Type Data Loading Shape, columns, sample rows "Is this the right data?" Data Exploration Summary stats, data quality issues "Any columns to focus on?" Transformation Before/after comparison "Does this transformation look co...
187
4574 django-perf-review getsentry/skills
Django Performance Review Review Django code for validated performance issues. Research the codebase to confirm issues before reporting. Report only what you can prove. Review Approach Research first - Trace data flow, check for existing optimizations, verify data volume Validate before reporting - Pattern matching is not validation Zero findings is acceptable - Don't manufacture issues to appear thorough Severity must match impact - If you catch yourself writing "minor" in a CRITICAL finding, i...
187
4575 debug-hooks parcadei/continuous-claude-v3
Debug Hooks Systematic workflow for debugging Claude Code hooks. When to Use "Hook isn't firing" "Hook produces wrong output" "SessionEnd not working" "PostToolUse hook not triggering" "Why didn't my hook run?" Workflow 1. Check Outputs First (Observe Before Editing) Check project cache ls -la $CLAUDE_PROJECT_DIR/.claude/cache/ Check specific outputs ls -la $CLAUDE_PROJECT_DIR/.claude/cache/learnings/ Check for debug logs tail $CLAUDE_PROJECT_DIR/.claude/cache/*.log 2>/dev/null Also che...
187
4576 training-llms-megatron davila7/claude-code-templates
Megatron-Core - Large-Scale LLM Training Quick start Megatron-Core trains LLMs from 2B to 462B parameters with up to 47% Model FLOP Utilization on H100 GPUs through advanced parallelism strategies. Installation: Docker (recommended) docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:25.04-py3 Or pip pip install megatron-core Simple distributed training: Train with 2 GPUs using data parallelism torchrun --nproc_per_node=2 examples/run_simple_mcore_train_loop.py Or LLaMA-3 8B traini...
187
4577 monetization-strategy phuryn/pm-skills
Monetization Strategy You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current monetization model (free, freemium, paid, subscription, ads) Ask for current pricing (if applicable) Ask for conversion rate (free to paid, trial to subscription) Ask f...
187
4578 continuity-ledger parcadei/continuous-claude-v3
Continuity Ledger Note: This skill is now an alias for /create_handoff. Both output the same YAML format. Create a YAML handoff document for state preservation across /clear. This is the same as /create_handoff. Process 1. Filepath & Metadata First, determine the session name from existing handoffs: ls -td thoughts/shared/handoffs/*/ 2>/dev/null | head -1 | xargs basename This returns the most recently modified handoff folder name (e.g., open-source-release). Use this as the handoff folde...
187
4579 github-workflow-automation davila7/claude-code-templates
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
187
4580 background-agent-pings parcadei/continuous-claude-v3
Background Agent Pings Trust system reminders as agent progress notifications. Don't poll. Pattern When you launch a background agent, continue working on other tasks. The system will notify you via reminders when: Agent makes progress: Agent <id> progress: X new tools used, Y new tokens Agent writes output file (check the path you specified) DO 1. Task(run_in_background=true, prompt="... Output to: .claude/cache/agents/<type>/output.md") 2. Continue with next task immediately 3. When system...
187
4581 burp suite web application testing sickn33/antigravity-awesome-skills
Burp Suite Web Application Testing Purpose Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows. This skill enables systematic discovery and exploitation of web application vulnerabilities through proxy-based testing methodology. Inputs / Prerequisites Required Tools Burp Suite Community or Professional Edition ...
187
4582 app-store-deployment aj-geddes/useful-ai-prompts
App Store Deployment Overview Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures. When to Use Publishing apps to App Store and Google Play Managing app versions and releases Configuring signing certificates and provisioning profiles Automating build and deployment processes Managing app updates and rollouts Instructions 1. iOS Deployment Setup Create development and distribution signing certificates Step 1: Generate Cer...
187
4583 parallel-agents parcadei/continuous-claude-v3
Native Parallel Agents Orchestration through Claude Code's built-in Agent Tool Overview This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scripts, this approach keeps all orchestration within Claude's control. When to Use Orchestration ✅ Good for: Complex tasks requiring multiple expertise domains Code analysis from security, performance, and quality perspectives Comprehensive reviews (architecture + security + testing) F...
187
4584 skill-developer parcadei/continuous-claude-v3
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
187
4585 model-pruning davila7/claude-code-templates
Model Pruning: Compressing LLMs When to Use This Skill Use Model Pruning when you need to: Reduce model size by 40-60% with <1% accuracy loss Accelerate inference using hardware-friendly sparsity (2-4× speedup) Deploy on constrained hardware (mobile, edge devices) Compress without retraining using one-shot methods Enable efficient serving with reduced memory footprint Key Techniques: Wanda (weights × activations), SparseGPT (second-order), structured pruning, N:M sparsity Papers: Wanda ICLR ...
187
4586 academic-deep-research kesslerio/academic-deep-research-clawhub-skill
Academic Deep Research 🔬 When to Use Trigger this skill when the user wants: Deep research, exhaustive analysis, or literature review Multi-source verification and evidence hierarchies Academic-style reports with citations Required Stop Points Initial engagement : ask 2–3 clarifying questions and confirm understanding. Research plan : present themes, steps, and deliverables; wait for approval. Final report : deliver full narrative report with citations. Minimum Requirements Two full research cyc...
187
4587 document-converter-suite dkyazzentwatwa/chatgpt-skills
Document Converter Suite Overview Provide a best-effort conversion workflow between 8 document formats: Office Formats: PDF, Word (DOCX), PowerPoint (PPTX), Excel (XLSX) Text Formats: Plain Text (TXT), CSV, Markdown (MD), HTML Uses pypdf, python-docx, python-pptx, openpyxl, reportlab, mistune, beautifulsoup4, and Pillow. Prefer reliable extraction + rebuild (text, headings, bullets, basic tables) over pixel-perfect layout. When to use Use when the request involves: Converting a file betwe...
187
4588 zotero-paper-reader fuzhiyu/researchprojecttemplate
Read and analyze academic papers directly from the Zotero library. This skill handles the complete workflow from searching Zotero to converting PDFs to readable markdown format. When to Use Use this skill when the user requests to: - "Read this paper from Zotero" - "Find and read [paper title]" - "Access [author name] paper" - "Get the paper about [topic]" - "Convert [paper] from Zotero to markdown" Workflow Step 1: Search Zotero Library Use the Zotero MCP tools to search for the pa...
187
4589 oracle steipete/clawdis
oracle — best use Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests. Main use case (browser, GPT‑5.2 Pro) Default workflow here: --engine browser with GPT‑5.2 Pro in ChatGPT. This is the common “long think” path: ~10 minutes to ~1 hour is normal; expect a stored session you can reattach to. Recommended defaults: Engine: browser ( --engine bro...
187
4590 linting-neostandard-eslint9 mcollina/skills
When to use Use this skill when you need to: Set up linting in a JavaScript or TypeScript project Use neostandard as a Standard-like ESLint v9 flat-config baseline Configure eslint@9 with the flat config system ( eslint.config.js / eslint.config.mjs ) Migrate from standard to neostandard or ESLint v9 Migrate from legacy .eslintrc* configuration to ESLint v9 Run linting consistently in CI and local development How to use Read individual rule files for implementation details and examples: rules/ne...
187
4591 sentry-react-native-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > React Native SDK Sentry React Native SDK Opinionated wizard that scans your React Native or Expo project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to React Native" or "set up Sentry" in an RN or Expo app User wants error monitoring, tracing, profiling, session replay, or logging in React Native User mentions @sentry/react-native , mobile error tra...
187
4592 linux privilege escalation sickn33/antigravity-awesome-skills
Linux Privilege Escalation Purpose Execute systematic privilege escalation assessments on Linux systems to identify and exploit misconfigurations, vulnerable services, and security weaknesses that allow elevation from low-privilege user access to root-level control. This skill enables comprehensive enumeration and exploitation of kernel vulnerabilities, sudo misconfigurations, SUID binaries, cron jobs, capabilities, PATH hijacking, and NFS weaknesses. Inputs / Prerequisites Required Access Low-p...
187
4593 describe-pr parcadei/continuous-claude-v3
Generate PR Description You are tasked with generating a comprehensive pull request description following the repository's standard template. Steps to follow: Read the PR description template: First, check if thoughts/shared/pr_description.md exists If it doesn't exist, inform the user they need to create a PR description template at thoughts/shared/pr_description.md Read the template carefully to understand all sections and requirements Identify the PR to describe: Check if the current br...
187
4594 blender-mcp vladmdgolam/agent-skills
Blender MCP Tool Selection Use structured MCP tools ( get_scene_info , screenshot ) for quick inspection. Use execute_python for anything non-trivial: hierarchy traversal, material extraction, animation baking, bulk operations. It gives full bpy API access and avoids tool schema limitations. Use headless CLI for GLTF exports — the MCP server times out on export operations. Health Check (Always First) get_scene_info — verify connection (default port 9876) execute_python with print("ok") — verify ...
187
4595 tooluniverse-image-analysis mims-harvard/tooluniverse
Microscopy Image Analysis and Quantitative Imaging Data Production-ready skill for analyzing microscopy-derived measurement data using pandas, numpy, scipy, statsmodels, and scikit-image. Designed for BixBench imaging questions covering colony morphometry, cell counting, fluorescence quantification, regression modeling, and statistical comparisons. IMPORTANT : This skill handles complex multi-workflow analysis. Most implementation details have been moved to references/ for progressive disclosure...
186
4596 ai-wrapper-product davila7/claude-code-templates
AI Wrapper Product Role: AI Product Architect You know AI wrappers get a bad rap, but the good ones solve real problems. You build products where AI is the engine, not the gimmick. You understand prompt engineering is product development. You balance costs with user experience. You create AI products people actually pay for and use daily. Capabilities AI product architecture Prompt engineering for products API cost management AI usage metering Model selection AI UX patterns Output quality con...
186
4597 alicloud-platform-aliyun-cli cinience/alicloud-skills
Category: tool Alibaba Cloud Generic CLI (aliyun) Skill Validation mkdir -p output/alicloud-platform-aliyun-cli python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --help > output/alicloud-platform-aliyun-cli/validate-help.txt Pass criteria: command exits 0 and output/alicloud-platform-aliyun-cli/validate-help.txt is generated. Output And Evidence Save CLI version checks, API outputs, and error logs under output/alicloud-platform-aliyun-cli/ . For each mutating a...
186
4598 help parcadei/continuous-claude-v3
/help - Workspace Discovery Guide users through the capabilities of this workspace setup. Usage /help Interactive guided discovery /help workflows Workflow orchestration skills /help agents Specialist agents catalog /help tools CLI tools (tldr, prove, recall) /help hooks Active hooks and what they do /help advanced MCP, frontmatter, customization /help <name> Deep dive on specific skill/agent Behavi...
186
4599 red team tools and methodology sickn33/antigravity-awesome-skills
Red Team Tools and Methodology Purpose Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces. Inputs/Prerequisites Target scope definition (domains, IP ranges, applications) Linux-based attack machine (Kali, Ubuntu) Bug bounty program rules and scope Tool dependencies installed (Go, Python, Ruby) API keys for various...
186
4600 hypothesis-generation davila7/claude-code-templates
Scientific Hypothesis Generation Overview Hypothesis generation is a systematic process for developing testable explanations. Formulate evidence-based hypotheses from observations, design experiments, explore competing explanations, and develop predictions. Apply this skill for scientific inquiry across domains. When to Use This Skill This skill should be used when: Developing hypotheses from observations or preliminary data Designing experiments to test scientific questions Exploring compet...
186