Find the perfect skill
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.
Refactor Review
Development
Identifies code that should be simpler: duplication, over-engineering, truncated code, and pattern inconsistencies. Use before any major refactor or cleanup to focus on what matters.
Safe refactoring with test guardrails
Development
Safely restructures code by running tests before and after each change to ensure no behavioral changes. Ideal for /refactor commands or any code cleanup where preserving existing behavior is critical.
Navi Programming Language Expert
Development
Expert in the Navi programming language: a high-performance, statically-typed compiled language with no NULL pointers, modern optional types, and built-in concurrency via `spawn` and channels. Covers syntax essentials (string interpolation, error handling with `throws`/`try`, control flow limitations like non-expressive `if`/`switch`). Helps write correct Navi code, especially for optionals, structs, maps, and concurrency.
Load Skill
Development
Loads a skill from the .claude/library/ directory into the current conversation context. Use this when you need to activate a predefined set of instructions for a specific task, such as coding or debugging.
MCP Server Builder
Development
Covers principles for building MCP (Model Context Protocol) servers, including tool design, resource patterns, error handling, security, and configuration. Helps developers create well-structured, secure, and testable MCP servers for AI tool integration.
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.