Find the perfect skill
Code Simplifier
Development
Reviews recently modified code to simplify and refine it, improving clarity, consistency, and maintainability without changing functionality. Helps after writing or editing code to automatically apply project best practices and reduce unnecessary complexity.
Development Summary
Development
Produces a structured summary of development progress at the end of a feature (Phase 7). Helps document key decisions, modified files, and suggests next steps like commits or new features.
n8n Workflow Architect
Development
Provides strategic guidance for planning automation projects, evaluating tech stacks (Shopify, HubSpot, etc.), and deciding between n8n and custom code. Helps users design production-ready automation systems that are reliable, maintainable, and aligned with business needs.
Database Operations
Development
Manages PostgreSQL database via Prisma for a backend project. Runs actions like migrations, seeding, reset, Prisma Studio, schema inspection, client generation, and status checks. Use when you need to modify or inspect the database, such as applying new migrations or seeding test data.
Commit Message Generator
Development
Generates clear, conventional commit messages from git diffs. It analyzes staged changes to determine the type of change (feat, fix, etc.) and produces a summary line with a detailed description. Use when writing commit messages or reviewing staged changes.
Formatted conventional commit
Development
Creates Git commits following the conventional commits specification, using proper types (feat, fix, refactor, etc.) and formatting the message with an optional scope and body. Helps maintain a clear and standardized commit history across a project.
DDD Tactical Patterns
Development
Use DDD tactical patterns to structure code with entities, value objects, aggregates, repositories, and domain events. Focuses on enforcing invariants and keeping domain logic within domain objects. Ideal for moving from anemic models to behavior-rich domain models.
Create API Service Layer
Development
Creates the complete data layer for a new API resource: types (snake_case API mirror), contracts (camelCase app model), pure adapters with inbound/outbound mappings, and a service using HttpClient. Follows strict rules (no try/catch, no mapping/filtering in service, pure adapter functions). Helps when adding API integration to a module, ensuring separation between API and app layers.
Software Architecture and System Design
Development
Designs system architecture, data models, API contracts, and technical specifications. Activates when planning technical approaches, creating data models, defining API contracts, writing ADRs, or answering 'how should we build this'. Does not handle product requirements, implementation code, or security testing.
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.
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.