Source-traceable Agent Skills
Find an Agent Skill for the work you need to do
Search 3,062 Agent Skills collected from public GitHub repositories. Compare purpose, installation, supported platforms, repository activity, quality signals, and static risk evidence before opening the original source.
Repository stars measure community attention, not individual Skill quality. Automated briefs are clearly separated from independent editorial or test review.
Start with a workflow
What are you working on?
I create social content
Find topics, draft copy, create visuals, publish across channels, and review performance.
25 related Skills
I write a WeChat account
Research, draft, refine headlines, create visuals, format, and prepare articles for publishing.
24 related Skills
I run an independent site
Build brand pages, improve UX and SEO, test releases, deploy, and keep optimizing.
22 related Skills
I build products or startups
Research markets, define goals, plan products, shape the brand, and design useful metrics.
17 related Skills
I want to work more efficiently
Handle documents, spreadsheets, presentations, meeting notes, and everyday file conversion.
24 related Skills
I develop software
Move from requirements and architecture to coding, testing, review, and release.
23 related Skills
3,062 matching Skills
subagent-driven-development
obra/superpowers
Updated this weekUse when executing implementation plans with independent tasks in the current session
writing-skills
obra/superpowers
Updated this weekUse when creating new skills, editing existing skills, or verifying skills work before deployment
dispatching-parallel-agents
obra/superpowers
Updated this weekUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
systematic-debugging
obra/superpowers
Updated this weekUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
receiving-code-review
obra/superpowers
Updated this weekUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
using-git-worktrees
obra/superpowers
Updated this weekUse when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
finishing-a-development-branch
obra/superpowers
Updated this weekUse when implementation is complete, all tests pass, and you need to decide how to integrate the work
brainstorming
obra/superpowers
Updated this weekYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
test-driven-development
obra/superpowers
Updated this weekUse when implementing any feature or bugfix, before writing implementation code
executing-plans
obra/superpowers
Updated this weekUse when you have a written implementation plan to execute in a separate session with review checkpoints
verification-before-completion
obra/superpowers
Updated this weekUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
writing-plans
obra/superpowers
Updated this weekUse when you have a spec or requirements for a multi-step task, before touching code
requesting-code-review
obra/superpowers
Updated this weekUse when completing tasks, implementing major features, or before merging to verify work meets requirements
using-superpowers
obra/superpowers
Updated this weekUse when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
agent-payment-x402
affaan-m/ECC
Updated todayAdd x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Supports Base through agentwallet-sdk and X Layer through OKX Payments / OKX Agent Payments Protocol.
codehealth-mcp
affaan-m/ECC
Updated todayReal-time structural Code Health via CodeScene MCP — review before edits, verify score deltas after changes, gate commits and PRs. Use when reviewing code quality, refactoring, checking if AI changes degraded a file, or before commit/PR.
vite-patterns
affaan-m/ECC
Updated todayVite build tool patterns including config, plugins, HMR, env variables, proxy setup, SSR, library mode, dependency pre-bundling, and build optimization. Activate when working with vite.config.ts, Vite plugins, or Vite-based projects.
cpp-coding-standards
affaan-m/ECC
Updated todayC++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.
hexagonal-architecture
affaan-m/ECC
Updated todayDesign, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go services.
plan-orchestrate
affaan-m/ECC
Updated todayRead a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.
quarkus-tdd
affaan-m/ECC
Updated todayTest-driven development for Quarkus 3.x LTS using JUnit 5, Mockito, REST Assured, Camel testing, and JaCoCo. Use when adding features, fixing bugs, or refactoring event-driven services.
api-design
affaan-m/ECC
Updated todayREST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
prompt-optimizer
affaan-m/ECC
Updated todayAnalyze raw prompts, identify intent and gaps, match ECC components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. Also triggers on Chinese equivalents: "优化prompt", "改进prompt", "怎么写prompt", "帮我优化这个指令". DO NOT TRIGGER when: user wants th
mle-workflow
affaan-m/ECC
Updated todayProduction machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.