conventional-commits
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures com…
Browse curated skills with source links, package snapshots, README assets and install signals in one calm, searchable catalog.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures com…
Systematically improve code through structured analysis-mutation-evaluation loops. Adapted from ALMA (Automated meta-Learning of Memory designs for Agentic systems). Use when iterating on code quality…
Build error triage and repair workflow. Use when fixing compile errors in an existing project until the build succeeds.
Use when running codebase quality gates (typecheck, lint, tests, security, dead code, circular deps, audits). Reports pass/fail across all checks without making edits or suggesting fixes. Keywords: he…
General coding standards, best practices, and patterns for TypeScript, JavaScript, React, Node.js development.
Playwright E2E testing mode, page object model, configuration, CI/CD integration, artifact management, and flaky test strategies.
Bug fixing integration skill (automating the entire process from cause investigation → fixing → testing → review → QA → PR creation)
Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how so…
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database...
Authentication architecture: auth methods, services, guards, and session management. Use when implementing app features related to authentication.
Standardizes error handling across a codebase with a unified error taxonomy, consistent error codes, proper propagation chains, user-facing vs internal error separation, and structured logging with co…
Create atomic commits with clear, descriptive messages following WordPress core style. Use when committing code, making git commits, or when asked to commit changes.
Use AgentShield to scan for security vulnerabilities, misconfigurations, and injection risks in the Claude Code settings (.claude/ directory). Checks CLAUDE.md, settings.json, MCP server, hooks, and a…
Please provide the description content that needs to be translated
Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use for security architecture revi…
PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.
Test-driven development workflow with test generation, coverage analysis, and multi-framework support
Build-phase coding workflow using the plan plus feature skills. Use when writing project files, running builds, and fixing compile errors in the main build pass.
Generates structured pull request descriptions from branch diffs with context, motivation, testing instructions, rollback plans, and reviewer guidance. Produces descriptions that help reviewers unders…
Ensure Claude Code skills meet quality standards through validation operations for structure, content, patterns, and production readiness. Task-based validation with pass/fail criteria, automated chec…
A continuous autonomous agent loop pattern with quality gates, evaluation, and recovery controls.
Review pull requests with Markdown or JSON output
This skill should be used when the user asks to "identify web application vulnerabilities", "explain common security flaws", "understand vulnerability categories", "learn about inject...
Write the test first, watch it fail, write minimal code to pass