Find the perfect skill
Standardized Error Handling
Development
Provides functions to format, log, and return user-friendly error messages. It standardizes error handling by converting exceptions into a consistent '✗ Error: [message]' format, logging with timestamps and context, and returning readable messages for users.
Unity Lighting & Post-Processing Specialist
Development
Specialist in Unity lighting and post-processing for atmosphere, mood, and visual polish. Covers URP and HDRP Volume systems, including light types (directional, point, spot, area) and post-processing effects (bloom, color grading, vignette, DOF, motion blur, ambient occlusion, SSR). Use this skill when setting up scene lighting, adding visual polish, creating mood, optimizing performance, or baking lightmaps.
Comprehensive Code Review
Development
Perform a multi-dimensional code review using specialized agents covering quality, security, performance, testing, documentation, and best practices.
Git Workflow with Conventions
Development
Enforces branch naming conventions (feature/fix/hotfix), commit message formatting (Conventional Commits style), secret file detection to prevent accidental commits, and safety guards that block pushes to protected branches. Helps maintain consistent project history and security when using Git on collaborative repositories.
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.
Production Bash Scripting
Development
Provides best practices for writing production-quality Bash scripts, enforcing safety flags (set -euo pipefail), modern syntax ([[ ]], $( ), (( ))), and mandatory ShellCheck compliance. Helps prevent silent failures and data corruption by ensuring scripts are robust and maintainable. Use this skill when creating or modifying any .sh file, shell script, or pre-commit hook.
Claude Conversation History Manager
Productivity
Search and extract from your Claude Code conversation history to find past solutions, code snippets, or architectural decisions. Helps when you need to recall a previous discussion, revisit a fixed bug, or reuse a code pattern from an earlier session.
Social Feed Persona Registry Manager
Content
Lists all AI personas from your social feed registry, grouped by type (publishers, editors, social). Supports filtering by type, showing inactive personas, or viewing full bios with the --detailed flag.
Progressive Enhancement
Development
HTML-first development with CSS-only interactivity. Build features that work without JavaScript using native HTML elements, CSS pseudo-classes, and the View Transitions API.
Wireframe to Code
Design & Creativity
Converts wireframe descriptions or mockups into functional HTML/CSS/React code.
RAPP Brainstem Setup
Development
Install and configure RAPP Brainstem, a local-first AI agent server powered by GitHub Copilot, no API keys needed.
Code Refactoring Analysis
Development
Analyzes code to identify refactoring opportunities with blast radius assessment, risk evaluation, and recommended order of operations. Helps engineers plan refactoring initiatives by evaluating complexity, duplication, and coupling concerns before making changes.