Find the perfect skill
Merge Branch Safely
Development
This skill automates safely merging a feature branch into its configured base branch by committing changes, rebasing onto the base branch (handling conflicts), and merging with a notification. It prevents accidental merges into main/master and avoids force pushes, making branch integration safer for developers.
Quality Review Procedure
Development
Objective evaluation procedure to verify deliverables meet requirements and quality standards. Includes a checklist covering accuracy, maintainability, security, and conformance to project rules. Outputs 'Approved' or 'Needs Changes' with specific constructive feedback.
Rule Selector
Development
Analyzes project tech stack and recommends optimal rule configuration. Detects frameworks from config files like package.json, requirements.txt, go.mod. Generates custom manifest.yaml profiles for your specific stack.
Build C++ Backend with CMake
Development
This skill compiles the OrderParserProcessor C++ backend using CMake. Use it when you need to build, rebuild, or address compilation or linking errors. It supports standard builds, test builds, and parallel compilation.
Heal SKILL.md Files
Development
Detects the active skill from conversation context, analyzes errors or outdated instructions in its SKILL.md file, proposes specific fixes with before/after diffs, and applies changes after user approval with optional git commit. Helps maintain skill definitions when they contain wrong API references or incorrect directives.
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.
Navigator Session Statistics
Productivity
Displays real-time efficiency report with token savings, cache performance, and session metrics. Makes Navigator's value quantifiable and shareable with baseline comparisons.
Ralph Monitor
Development
Monitors and reports on Ralph Wiggum loop progress. Provides real-time status, iteration summaries, and progress tracking via Archon state. Use to check on running or completed loops, view iteration history, and diagnose issues.
dbt Coder - Patterns and Organization
Data & AI
Provides patterns for organizing dbt models into staging, intermediate, and marts layers, along with incremental strategies and testing. Helps structure scalable dbt projects with clear separation of concerns.
Catalyst Identification for Stock Trading
Data & AI
This skill scans news and upcoming events to identify stock catalysts such as earnings, product launches, or regulatory changes. It helps traders anticipate price movements by categorizing each catalyst's potential impact.
n8n Integration & Webhooks
DevOps
Enables calling n8n workflows from frontend or backend via webhooks or basic API in HTML/CSS/JS projects. Use this skill when your project needs external automations like sending emails, processing data, or connecting to third-party services without custom server code.
Runs Index Update
Development
Deterministically updates status, last_flow, and updated_at fields in .runs/index.json, producing stable diffs without creating the file. Only usable by run-prep and cleanup agents via the shim script. Fails if the index file is missing.