Find the perfect skill
Load Skill
Development
Loads a skill from the .claude/library/ directory into the current conversation context. Use this when you need to activate a predefined set of instructions for a specific task, such as coding or debugging.
MCP Server Builder
Development
Covers principles for building MCP (Model Context Protocol) servers, including tool design, resource patterns, error handling, security, and configuration. Helps developers create well-structured, secure, and testable MCP servers for AI tool integration.
Vocal Bridge Authentication
Development
Authenticates the user with Vocal Bridge using their API key. Checks for the CLI installation, installs it if missing, and runs the login command. Helps connect Claude Code to a Vocal Bridge agent for management.
Install Import Sorter for Dart
Development
Installs the import_sorter tool for Dart projects to automatically sort imports. Helps when you need to organize Dart imports, especially in monorepo setups with pub workspaces. The command installs from a specific Git branch that supports workspaces.
Smart Git History Temporal Analysis
Development
Analyzes git commit history to identify hotspots (frequently changed files), temporal coupling (files that change together), and recent contributor activity. Helps uncover complexity indicators, hidden dependencies, and knowledge distribution to assess risk areas for prioritization. Supports path filtering and caches results with an optional --force flag to refresh.
Code janitor and optimization
Development
Performs deep repository maintenance by analyzing source code, detecting unused functions, and optimizing GCP deployments. Use this skill to clean up the project, remove redundant code, or reduce the cloud footprint.
Oracle Planning via CLI
Development
Oracle leverages the `@steipete/oracle` CLI tool to submit a complex request (prompt + codebase files) to the GPT-5.2 Codex model, which can reason for 10–60 minutes. It outputs a detailed plan in `plan.md`, which is later converted into YAML specification files. Best for architectural decisions, migration planning, performance optimization, or any planning task exceeding 10 minutes.
Game Generator
Development
Generates valid GameSpec JSON and Lua scripts for the AI Game Platform. Use when creating new games (FPS, 2D side-scrollers, 3D platformers) or adding features like player movement, enemies, and collectibles. Also helps fix Lua script issues.
Feature Planning
Development
Generates a detailed implementation plan in specs/*.md for a new feature. It follows a structured template with description, user story, steps, and acceptance criteria, after researching existing code patterns and conventions.
ChatGPT Voice Agent Prompt Builder
Development
Creates structured prompts for ChatGPT voice agents, including personality, tone, and conversation state machines. Helps when building voice agents with the OpenAI Realtime API or defining complex dialogue flows.
Build generate_job_data binary
Development
Builds the `generate_job_data` binary with file locking to prevent concurrent builds. Supports both release and debug (AddressSanitizer) builds via the `--asan` flag.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.