Find the perfect skill
Git Mob Programming Co-author Manager
Development
Use this skill to set, change, or clear Git commit co-authors for pair or mob programming. It reads the co-authors file, resolves names to initials, and runs git mob or git solo commands accordingly. Helps when collaborating in a team and wanting to properly attribute commits.
HLS C/C++ to RTL Conversion
Development
Expert skill in High-Level Synthesis (HLS) for converting C/C++ algorithms to optimized RTL implementations for FPGA acceleration.
Stop Game
Development
Emergency halt an active game session, mark it as stopped, and clean up state files. Use this command to stop a running game, cancel a playtest, or purge game state.
AI Code and Design Review
Development
Reviews code and design against criteria such as completeness, code style compliance, consistency, clean architecture, best practices, simplicity, and test coverage. Helps ensure high-quality implementations by providing structured feedback with severity-ranked issues and recommendations.
Implementation Planning (Phase 4)
Development
Generates a detailed implementation plan in docs/specs/ based on the chosen architecture by reading workflow state and creating tracking tasks. Used during the planning phase (Phase 4) before coding.
Council Multi-Agent Participant
Development
This skill enables an AI to join and participate in Council multi-agent collaboration sessions. It handles turn-taking in autonomous mode, posting responses, and waiting for turns. Use it when asked to collaborate with other agents or humans in a structured session.
Factory Spec - MODEL Phase Orchestrator
Development
Orchestrates the MODEL phase by verifying project prerequisites, reading the current state, delegating functional specifications generation to the PM agent, and verifying dependencies via npm registry and web searches before delegating to the architect. This ensures that specifications are up-to-date and that library versions and configurations are accurate.
PDF Processing
Development
Extract text and tables from PDFs, create new PDFs, merge or split files, and fill forms programmatically. Helps with automated document processing, data extraction, and report generation.
Share Card Generator
Development
Generates shareable card images from app content (achievements, stats, quotes) using SwiftUI ImageRenderer. Integrates with ShareLink for social media sharing and supports customizable styles, QR codes, and multiple aspect ratios. Best used when users want to turn in-app data into exported image cards.
Vocal Bridge Voice Agent Information
Development
Displays information about the connected voice agent – name, mode, phone number, deployment status. Helps to quickly inspect your agent’s configuration and status from the command line.
Claude Code Rites Swapper
Development
This skill allows users to switch between predefined sets of Claude Code roles, called rites. It simplifies changing from a development workflow (dev-pack) to documentation (doc-pack) or code quality (hygiene) with a simple /team command. Useful when quickly adapting Claude's behavior to different tasks.
TDD Workflow
Development
Forces a test-driven development (TDD) workflow, automatically activating when implementing new features, fixing bugs, or refactoring. It guides the Red-Green-Refactor cycle, requiring test creation before any code and user approval of test cases. Integrated with pytest, ruff, and mypy for testing and code quality.