Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
maxritter-claude-codepro-backend-models-standards
Backend development standards and best practices for API design, database, security, and performance. Use when designing or reviewing backend systems.
cpa03/blueprintify
-
git-commit-message
Auto-generates conventional commit messages from git diffs with tiered format enforcement. Analyzes staged changes to produce meaningful commit messages following Conventional Commits specification.
cpa03/blueprintify
-
obra-superpowers-systematic-debugging
Systematic debugging approach with 4-phase root cause analysis. Use when troubleshooting complex bugs, identifying root causes, or following structured debugging methodology.
cpa03/blueprintify
-
obra-superpowers-writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
cpa03/blueprintify
-
git-commit-standard
Generates conventional commits based on file changes. Analyzes diffs and creates properly formatted commit messages.
cpa03/blueprintify
-
security-audit
Procedure for analyzing code or dependencies for vulnerabilities
cpa03/blueprintify
-
code-review-checklist
Generates a code review checklist for the Code Reviewer agent
cpa03/blueprintify
-
obra-superpowers-brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
cpa03/blueprintify
-
planning-with-files
Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.
cpa03/blueprintify
-
modu-ai-moai-adk-moai-tool-opencode
Multi-agent orchestration using MoAI framework for complex task coordination. Use when orchestrating multiple agents or building multi-agent workflows.
cpa03/blueprintify
-
professor-for-testing-agentic-qe-skill-builder
Build comprehensive testing skills with TDD, quality engineering, and automated test generation. Use when creating test suites or improving testing practices.
cpa03/blueprintify
-
dependency-audit
Audit npm dependencies for security vulnerabilities, outdated packages, and license compliance.
cpa03/blueprintify
-
docs-update
Standard procedure for updating documentation
cpa03/blueprintify
-
api-endpoint-create
Standard procedure for creating robust API endpoints
cpa03/blueprintify
-
test-suite-create
Creates a comprehensive test suite for a feature
cpa03/blueprintify
-
database-migration-create
Safely creates database migrations
cpa03/blueprintify
-
muratcankoylan-agent-skills-for-context-engineering-memory-systems
Context management and persistent memory systems for AI agents. Use when optimizing context windows or building agent memory systems.
cpa03/blueprintify
-
context-recovery
Recover lost context after session compaction or when information from previous sessions is needed. Use when: user mentions "what were we working on", "I lost context", "before the compact", "previous session", or asks about decisions/implementations/discussions that aren't in current context. Also use proactively when you notice references to prior work you lack context for.
omgpointless/aspy 1
-
testing
Automated test generation, review, and execution for pytest-based projects. Auto-activates on keywords test, coverage, pytest, unittest, integration test, e2e, performance, benchmark, security testing. Routes to specialized testing workflows based on user intent.
williaby/.claude
-
rad
Response-Aware Development (RAD) - Systematic verification of code assumptions using multi-model AI analysis. Auto-activates on keywords assumption, verify assumptions, list assumptions, RAD, response-aware, assumption tags, critical assumptions, assumption verification. Routes to verification, listing, and testing workflows.
williaby/.claude
-
quality
Code quality validation, formatting, linting, and pre-commit checks. Auto-activates on keywords quality, lint, format, precommit, naming, black, ruff, mypy, validation. Routes to specialized quality workflows.
williaby/.claude
-
security
Security validation, vulnerability scanning, and compliance checking for development environments. Auto-activates on keywords security, vulnerability, audit, OWASP, encryption, GPG, SSH, signing, secrets, scan. Routes to specialized security workflows.
williaby/.claude
-
git
Git workflow management including branch validation, commit conventions, PR preparation, and repository health checks. Auto-activates on keywords git, branch, commit, pull request, PR, merge, rebase, workflow, conventional commits, branch strategy.
williaby/.claude
-
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Okeysir198/P20251122-claude-skills 1