Production-ready AI skill packages for every coding assistant — 368 expert skills across 20 domains: engineering, project management, marketing, C-level advisory, regulatory compliance, business growth, business operations, legal, product, personal productivity, vertical advisors, data analytics, sales, documents, HR.
Manages changelog generation and version tracking. Use after commits, before releases, or when preparing release notes. Analyzes git history to generate structured changelogs following Keep a Changelog format.
Reviews code for quality, security, performance, and best practices. Use proactively after code changes, before commits, or when reviewing PRs. Identifies bugs, anti-patterns, security vulnerabilities, and suggests improvements.
Generates and updates project documentation automatically. Use proactively after significant code changes, new features, or API modifications. Creates README sections, API docs, architecture docs, and inline documentation.
Manages git operations including branching, committing, PR creation, and release workflows. Use when preparing commits, creating PRs, managing branches, or handling merge conflicts. Enforces conventional commits and branch protection rules.
Performs quality assurance analysis on code including test coverage assessment, test generation, bug hunting, and quality metrics. Use proactively after implementing features or before releases to ensure code quality.
Performs comprehensive security audits on code and configuration. Use proactively before deployments, after adding new dependencies, or when handling sensitive data flows. Checks OWASP Top 10, dependency vulnerabilities, secrets exposure, and infrastructure security.