Find the perfect skill
Disconnect Android Device
Development
Disconnect a wireless Android device from ADB. Use with an IP:port argument to disconnect a specific device, 'all' for all wireless devices, or no argument to auto-detect. Helps when you need to disconnect a device connected via WiFi.
C4 Component Level Modeling
Documentation
Guide for creating C4 component diagrams, documenting responsibilities and interactions.
In-App Purchase Validation
Development
Skill for implementing and validating in-app purchase systems. Handles receipt validation and payment integration.
PR Description Format
Documentation
Provides PR description format and workflow requirements for GitHub pull requests.
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.
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.
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.