Find the perfect skill
In-App Purchase Validation
Development
Skill for implementing and validating in-app purchase systems. Handles receipt validation and payment integration.
Repo Task Proof Loop
Development
Repo-local workflow for large coding tasks. Initializes .agent/tasks/ artifacts, installs Codex and Claude subagents, and runs a spec-freeze→build→evidence→verify→fix loop with fresh verification.
List Installed MCP Servers
Development
Lists all installed MCP servers along with their scope (user/project) and status. Use this to quickly see which MCP servers are available and their current state. It only displays information, it does not add or remove any servers.
TDD Red/Green/Refactor
Testing
Enforces the TDD cycle: write a failing test (red), implement minimal code to pass (green), then refactor while keeping tests green. Best for any testable code change, especially in projects using Vitest.
Multi-CLI Collaborative Planning
DevOps
This skill enables multi-CLI collaborative planning and execution for complex tasks. It collects user preferences interactively or in auto mode, loads project context, and routes to a planning phase that generates a plan and then internally hands off to a lite-execute phase for execution. Ideal when multiple command-line interfaces need to coordinate on a shared objective.
Run Tasks
Development
Orchestrate task execution via beads and sub-agents with optional TDD workflow. Monitors completion, handles failures, and updates status.
Create a GitHub PR
Development
Push the current branch and open a PR using the project's PR template. Updates the CHANGELOG and runs pre-commit checks.
Comprehensive Code Review
Development
Comprehensive code review tool that analyzes code for security vulnerabilities, performance issues, style violations, team conventions, language-specific patterns, dependency freshness, and best practices. Use this skill when reviewing pull requests, specific files, staged changes, or entire codebases to ensure code quality and consistency.
Character Entities
Development
Core system for managing playable and non-playable character entities with identity, location, inventory, and relationships. Defines fundamental patterns for character representation in virtual worlds.
Skill Creator
Development
Guides the agent through authoring and validating agent skills, optimizing metadata and using progressive disclosure.
Eye Candy
Content
Generic skill for adding visual enhancements.
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.