Skills
Drop-in instruction sets that turn your AI assistant into a domain expert
28 skills found
Git Commit Message Generator
Analyze staged changes and generate Conventional Commits messages with proper type, scope, and description.
AI Security Code Reviewer
Trace data flows across files to find injection flaws, auth bugs, secrets, and crypto issues with severity ratings.
Memory Keeper
Capture lessons learned into persistent, domain-organized instructions across VS Code and project contexts.
README Generator
Generate comprehensive, well-structured README files from project context, dependencies, and code.
Auto Documentation Writer
Generate inline docstrings, JSDoc/TSDoc comments, and module-level documentation from code semantics.
Conventional Commits Enforcer
Validate and rewrite commit messages to strictly follow the Conventional Commits 1.0 specification.
Implementation Planner
Break down a feature request into a step-by-step implementation plan with files to touch and risks identified.
Epic Breakdown — Architecture
Decompose a large epic into architectural work items with clear interfaces, contracts, and ownership boundaries.
Threat Model Analyst
Run a STRIDE-based threat modeling pass on your system architecture and surface actionable security findings.
SQL Query Optimizer
Analyze slow SQL queries, recommend indexes, rewrite for performance, and explain query plans.
Playwright Test Generator
Generate end-to-end Playwright tests from a feature description or by exploring a live web page.
Code Refactoring Assistant
Identify code smells and apply safe, mechanical refactorings preserving exact behavior.
Self-Review & Double Check
Re-read your last change with adversarial scrutiny — catch off-by-ones, missing edge cases, and silent failures.
Product Requirements Document
Generate a structured PRD from a feature idea with goals, non-goals, user stories, acceptance criteria, and risks.
Technical Specification Creator
Author a technical spec document covering design, alternatives considered, trade-offs, and migration plan.
Eval-Driven Development
Build AI features test-first using evals — define success criteria before writing prompts or model code.
Daily Standup Prep
Generate your standup update from yesterday's commits, PR activity, and open issues.
GitHub CLI Assistant
Drive the GitHub CLI from natural language for issues, PRs, releases, workflow runs, and repo management.
TypeScript MCP Server Generator
Scaffold a complete Model Context Protocol server in TypeScript with tools, resources, and prompts.
Python MCP Server Generator
Scaffold a Python MCP server using the official mcp SDK with async tools and resources.
C# MCP Server Generator
Scaffold a .NET MCP server with dependency injection and structured tool registration.
Secret Scanner
Scan files and diffs for accidentally committed secrets across 20+ providers and pattern types.
Terraform Set Diff Analyzer
Diagnose noisy Terraform set vs list diffs in azurerm provider — explain why and how to stabilize them.
Playwright Website Explorer
Use Playwright to autonomously explore a website and report its structure, key flows, and interactive elements.
Code Exemplars Blueprint Generator
Generate a project-specific exemplars file showing the right way to do common patterns in your codebase.
GitHub Actions Workflow Generator
Generate well-structured GitHub Actions workflows from a high-level CI/CD requirement.
Review and Refactor
Combined code review + refactoring pass — flag issues then propose concrete fixes you can apply.