Find the perfect skill
Manage Reusable Parameterized Skills
Development
Allows users to list, show, validate, and render reusable parameterized prompts (skills) defined in SKILL.md files. Helps organize common coding tasks like code reviews or bug detection by providing a structured way to run targeted prompts with arguments.
Stripe Payment Management via CLI
Development
Manage Stripe payments from the terminal: check balance, create payment links, manage customers, invoices, refunds, and subscriptions. Helps developers interact with Stripe without leaving the command line.
Writing Optimized React Effects
Development
Guides writing React components by avoiding unnecessary useEffect calls. Helps when creating or reviewing React components, refactoring effects, or when code uses useEffect to transform data or handle events instead of external system synchronization.
SwiftUI View Generator
Development
Generates SwiftUI views with proper state management using @State, @Binding, @ObservedObject, @StateObject, and @EnvironmentObject. Creates reusable components, view models, and supports macOS-specific patterns like NavigationSplitView and toolbars. Helpful for quickly scaffolding SwiftUI screens, lists, forms, and settings panels.
UX Review
Development
Performs a UX review focused on efficiency-first patterns for productivity tools. Evaluates command palette integration, keyboard navigation, inline editing, and optimistic UI. Helps validate that features feel fast and professional with minimal context switching.
PHP Typed Collection Class Generator
Development
Generates a typed Collection class for managing entity sets, using Atournayre traits and interfaces. Produces a final PHP file in `src/Collection/` with methods like `asList()` and features from the traits. Helps enforce consistent, typed collection structures in your domain layer.
Atlassian MCP Server for JIRA
Development
The Atlassian MCP Server enables coding agents like Cursor and Claude Code to interact directly with JIRA and Confluence. It provides tools for viewing, creating, updating, and searching JIRA issues, as well as managing comments and Confluence pages. Useful for developers who need to access Atlassian data without leaving their coding environment.
Design Specification
Development
Produces a concrete frontend design specification from a feature requirement, mapping it to design system components, theme tokens, and brand language. Helps when starting a new UI feature or visual refresh, increasing confidence in subsequent planning steps.
Plan Executor
Development
Executes implementation plans using a two-stage review (spec compliance then code quality), mandatory verification before any completion claims, and batch checkpoints every 3 tasks. Helps when working with plan files in docs/plans/ or implementing multi-task features systematically.
Fix TypeScript Errors
Development
Fixes TypeScript errors by identifying root causes, applying minimal fixes (preferring proper types over `any` or `@ts-ignore`), and verifying compilation with `tsc --noEmit`. Helps maintain a clean TypeScript codebase.
Branch Change Summary Generator
Development
Produces a concise summary of current branch changes relative to master, grouped by type (features, fixes, config, dependencies, tests). Useful for code reviews or deployments to quickly communicate the essence of modifications.
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.