Find the perfect skill
RALPH - Autonomous PRD Development Management
Development
Converts PRD markdown files to a structured prd.json and orchestrates autonomous implementation. Manages progress tracking, validation, and reset. Useful for automating development from product requirements documents.
Wrap Up gwexpy
Development
Runs the full wrap-up sequence for the gwexpy project: tests, lint, doc sync, directory cleanup, and conventional commit. Helps ensure consistency before finalizing a set of changes.
iiot-seed CLI Error Handling
Development
Provides step-by-step guidance for diagnosing and resolving errors in the iiot-seed CLI tool. Covers common failure modes, recovery patterns, and anti-patterns to avoid, helping developers quickly fix issues when iiot-seed fails or encounters errors.
Local Development Environment Setup
Development
Initializes a complete local development environment using devflow infrastructure. It checks prerequisites, starts shared services, configures the project, and optionally applies database migrations. Ideal for quickly setting up a devflow-managed project from scratch.
List Claude Code Components
Development
This skill lists Claude Code components such as environment variables, sessions, settings, skills, or tools based on a specified action argument. It helps quickly discover available skills or inspect configuration and session state.
Git Worktree Creator
Development
Automatically creates an isolated Git worktree for parallel feature development. Copies environment files (`.env`, `.envrc`) from the root directory and runs `make setup` to prepare the development environment. Useful after planning to work on a feature without interfering with the main branch.
SDLC Workflow with MCP Tools
Development
This skill provides a structured SDLC workflow covering intake, exploration, planning, coding, testing, review, commit, deploy, and improvement. It uses MCP tools like Linear, Notion, GitHub, Memory, and Context7 to manage tasks and context across phases. Helpful when working on features, bugs, or changes in a project with integrated tooling.
Quick Bug Fix Workflow
Development
Analyzes code to identify and fix bugs directly without creating plans. Adds logging for verification and suggests test coverage to prevent regression. Best suited for reported bugs, errors, or unexpected behavior.
Create GitHub PR from Worktree
Development
Creates a GitHub pull request from a worktree. Use when asked to create a PR, pull request, or submit changes from a worktree. Parses the worktree name and optional draft flag, then commits changes, pushes branch, and creates the PR via GitHub CLI.
Create Slash Command Guide
Development
Provides a structured guide for creating custom slash commands in Claude Code. Covers file locations (project and personal), argument handling (no args, $ARGUMENTS, positional $1/$2/$3), and optional frontmatter configuration for tools and model. Useful when you need to design reusable prompts invoked with /command-name syntax.
SDD Requirements Documentation
Development
Create requirements documents that align to Foundation anchors. Helps define success criteria and write verifiable requirements with proper traceability. Useful when starting a new project or adding features that need clear, testable acceptance criteria.
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.