Find the perfect skill
Solana Memecoin Launcher
Development
Plan and execute memecoin launches on Solana, covering token creation, tokenomics design, platform selection (pump.fun, Raydium, Jupiter), liquidity strategy, hype building, and anti-rug best practices. Helps optimize launch mechanics from concept to deployment.
Distinctive Frontend Design
Development
Creates production-grade web interfaces with distinctive visual identity and high design quality. Use when building landing pages, dashboards, React components, or any web UI that needs intentional, memorable aesthetics rather than generic layouts. Generates polished code with advanced typography, color systems, motion, and responsive design.
Guide: Adding a New Skill
Development
Step-by-step guide for creating and integrating a new skill in the system. Covers directory structure, SKILL.md creation with frontmatter, optional router scripts, and testing. Useful for developers adding custom skills to extend functionality.
Systematic Debugging
Development
Systematic debugging with hypothesis-driven investigation. Use when something is broken, tests fail, or errors need investigation. The process includes assessing the issue, isolating the root cause with hypotheses, applying minimal fixes, and adding regression tests to prevent recurrence.
CAST Imaging Structural Quality Advisor
Development
Specialized agent for identifying and analyzing structural code quality issues using CAST Imaging. It provides remediation guidance, assesses technical debt, and prioritizes issues based on business impact and technical risk. Includes structural context analysis and testing implications.
Find bugs in codebase
Development
Reviews the entire codebase for bugs by reading source and test files, running the test suite, and checking for logic errors, input validation issues, resource leaks, and more. Writes a detailed bugs-summary.md report with specific file references and impact descriptions. Best used when you need a thorough bug hunt before a release.
Event Modeling & Event Model Format
Development
Helps design event models using the Event Modeling methodology with a 7-step workshop (brainstorm, plot, storyboard, etc.) and the Event Model format—including frontmatter, emlang slices, and append-only event streams. Useful when planning event-driven systems and ensuring traceability from commands to events to views.
Safe line rebase
Development
Safely incorporates commits from the terminal station branch into the main working branch. It stashes any uncommitted work before rebasing, ensuring no data loss, and uses [skip line] markers in station commits to prevent retriggering the assembly line. Particularly useful when the line status shows pending station updates.
Create Pull Request
Development
Creates a pull request for the current branch against main using the GitHub CLI. Useful after committing changes and before opening a PR, it performs pre-flight checks (commits, push) and auto-formats the title and body with guidelines.
Relay Cursor-Based Pagination
Development
Master Relay's cursor-based pagination for efficiently loading large datasets with infinite scroll and load more patterns using GraphQL.
Create New Skill
Development
Creates a new Claude Code skill with proper SKILL.md structure and frontmatter. Helps automate skill generation by validating the name, creating the directory, and generating the markdown file with step-by-step instructions.
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.