Find the perfect skill
Feature-Driven Code Development
Development
Implement backlog items using a feature-driven approach: read requirements, reference features, design, code, and document. Use for features, changes, bug fixes, or improvements.
SVM Warp ALT Management
Development
Create, check, and read on-chain Sealevel (SVM) Address Lookup Tables (ALTs) for a warp route. Use after deploying or when transfers fail with transaction-too-large errors.
Codex CLI Wrapper for Code Review
Development
Claude Code skill wrapping OpenAI Codex CLI in three modes: review, challenge, and consult. Provides an independent second opinion on your code.
Create or Update a Pull Request
Development
Create or update a pull request from the repo template, detect existing PRs, and run judgment passes before publishing.
Diagram Agent
Development
Diagram generation, editing, export, and visual system management. Specializes in Draw.io diagrams: architecture, flowchart, ER, sequence, class, state, mind-map.
Click Python CLI Scaffolder
Development
Generates a complete Click-based Python CLI project with command groups, context, and modern packaging. Scaffolds code, structure, and tests.
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.
Code Review Checklist
Development
Code review guidelines covering code quality, security, and best practices.
Pull Request Command
Development
Creates a GitHub PR with an AI-generated summary, categorizing changes as trivial or non-trivial. Runs pre-flight CI and code health checks before opening.
To Tickets
Development
Break a plan or spec into vertical tickets with explicit blocking dependencies, published to the configured tracker.
Claude-Codex Collaboration
Development
Enable automated collaboration between Claude Code and Codex CLI using Byterover as shared memory. Claude creates plans, invokes Codex for review, and implements based on feedback.
TDD Workflow Patterns
Development
Guide for implementing tasks using the TDD workflow, phase checkpoints, git commits, and verification protocol.