What problem does it solve?
Generic Rails skill packs lack knowledge of your product's unique domain rules, tenant isolation requirements, custom business workflows, team verification loops, and repo-specific deployment guardrails, leading AI coding agents to repeatedly make costly mistakes when working on your app.
Core Features & Use Cases
- Codebase Scanning: Automatically scans your Rails app's models, controllers, and configuration to ground skill generation in your actual existing conventions.
- Guided Interview: Asks targeted questions about your domain, critical workflows, verification processes, and hard guardrails to capture rules that only exist in your team's collective knowledge.
- Focused Skill Generation: Creates small, single-purpose project-specific SKILL.md files for each bounded area (tenancy, workflows, verification, guardrails) that override generic Rails advice and load only when relevant.
- Use Case: If your agents keep writing cross-tenant queries or breaking your booking acceptance workflow, this skill generates a custom tenancy or booking skill that encodes your exact invariants so agents follow your rules correctly.
Quick Start
Tell the skill you want to generate project-specific skills for your Rails app, answer the interview questions about your domain, workflows, and non-negotiable rules, and it will produce ready-to-use SKILL.md files in your .claude/skills/ directory tailored to your codebase.