Find the perfect skill
Undercity Task Orchestrator
Development
Dispatch tasks to the undercity orchestrator for autonomous, parallel execution with built-in verification (typecheck, test, lint). Use when adding tasks, checking status, or running batch processing. Ideal for multi-task workloads that benefit from automated verification loops.
GitHub Issues Auto-fix with Parallel Sub-agents
Development
Fetches GitHub issues, spawns parallel sub-agents to implement fixes and open pull requests, then monitors and addresses PR review comments. Automates bug fixing or feature implementation from GitHub issues, particularly when multiple issues need simultaneous handling.
Devil's Advocate Analysis
Development
Performs constructive devil's advocate analysis on decisions, technology choices, and architectural approaches. Use when evaluating tradeoffs, challenging assumptions, or when a decision needs stress-testing before committing to it in documentation.
Conventional Commits
Development
Format commit messages following the Conventional Commits specification: type, optional scope, and a concise description. Helps maintain a consistent and readable commit history. Useful for projects that follow semantic versioning or require changelog generation.
Skill Creator for Claude Code
Development
Guides the creation and updating of Claude Code skills by providing the required directory structure, frontmatter, and documentation principles. Helps users build modular skill packages that extend Claude's capabilities with specialized workflows, tool integrations, and domain expertise. Use this skill when you need to create a new skill or modify an existing one.
Converting Slash Commands to Skills
Development
Automates conversion of Claude Code slash commands to the Skills format. Handles YAML frontmatter restructuring, name transformation to gerund form, and description enhancement for better invocation triggers. Use when migrating from commands to skills or when asked to convert slash commands.
QASAI - Image Compression CLI
Development
CLI tool for compressing images with lossless/lossy options, multiple engines (mozjpeg, pngquant, etc.), and format support (JPEG, PNG, WebP, AVIF). Useful for batch processing, format conversion, and resizing, particularly for web optimization.
Code Review
Development
Performs a comprehensive code review of changed files in git, checking for code quality, security vulnerabilities, testing coverage, and architecture adherence. Generates a structured report with blockers, suggestions, and positive notes. Use when reviewing pull requests or assessing code changes.
Check iteration progress status
Development
Checks the `docs/work/` directory to list all iterations, display the current iteration's step-by-step progress (table with completion status), and prompt the next step to execute. Helps track project status in structured workflows.
Start a drift session
Development
Record the current git SHA and session metadata (ticket ID, planned work) to `.drift/config.json` to begin tracking how code drifts from plan. Automatically initialises the `.drift/` directory and fetches Jira ticket details for planned work if no text is provided.
Prompt Engineering for LLM Coding Agents
Development
Writes optimized prompts for LLM coding agents (Claude Code, Cursor, Aider, etc.). Produces strategy documents and ready-to-use prompt artifacts, leveraging research-backed techniques and tool-specific conventions.
PR Quality Assessment
Development
Extract implementation guidance and assess risk from pull requests before implementing fixes. Use the comprehensive checklist to evaluate code quality, testing, style, documentation, and potential breaking changes. Helps determine whether a PR is a reliable reference implementation and plan tests or edge cases.