Find the perfect skill
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.
Software Development Orchestration Patterns
Development
Provides structured orchestration strategies for common software development activities: feature implementation (Plan-Parallel-Integrate, Vertical Slice), bug fixing (Diagnose-Hypothesize-Fix, Reproduction-First), refactoring (Map-Analyze-Transform), migrations, and greenfield projects. Helps coordinate multiple agents or parallel tasks with clear phases and dependencies.
Karpathy Coding Principles
Development
Guides coding with principles of simplicity, clarity, and surgical precision. Use when you want to think before coding, keep solutions minimal, make targeted changes, and define verifiable success criteria.
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.
Graceful Shutdown
Development
The Graceful Shutdown skill (alias "kill") instructs an AI agent to stop current work, commit any uncommitted changes with a WIP message, and report its status to the human. It is used when a human needs to kill and restart agents, ensuring no work is lost and the agent can resume later.
Register - Create New Brief
Development
Creates a new brief to track a bug, feature, migration, or technical debt. Automatically generates a tracking file with a unique ID (e.g., BR-008) and syncs it to the project brain if available.
Commit with User Prompts
Development
Creates git commits that include the user prompts from the conversation that led to the changes. Useful for preserving the context of why changes were made when committing. Automatically extracts relevant prompts and session metadata.
Fast Refactoring with MorphLLM
Development
Enables fast, semantic code refactoring across multiple files using MorphLLM's edit_file tool. Excels at large-scale changes like batch renaming, pattern updates, and structural refactoring in files over 500 lines or with 5+ edits, leveraging 10,500+ tokens/sec speed and 98% merge accuracy.
Community Features Expert
Development
Master community and social features including prayer wall, groups, direct messaging, CloudKit sync, and content moderation.
Commit Message Validator
Development
Validates commit messages against the Conventional Commits specification using programmatic validation. Provides instant feedback on message format, type, scope, and subject. Helps enforce team standards in pre-commit hooks, CI/CD pipelines, and code review.
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.