What problem does it solve?
Manually creating and maintaining consistent AI agent instruction documents (such as CLAUDE.md, development guidelines, and commit conventions) for software projects is time-consuming and prone to inconsistency, especially as project tech stacks and team standards evolve.
Core Features & Use Cases
- Multi-mode execution: Supports standard mode (no input, uses industry best practices), analysis mode (scans project folders to detect tech stack and generate tailored docs), and reference mode (uses existing instruction files to update or regenerate content).
- Stack-aware document generation: Automatically detects project tech stacks (TypeScript, React, Next.js, C#, Python, Java etc.) to generate only relevant language and framework-specific guidelines, avoiding unnecessary files.
- Orchestrated parallel generation: Coordinates 4 specialized sub-agents to simultaneously generate development principles, language guidelines, AI behavior rules, and commit conventions, then synthesizes all outputs into a unified CLAUDE.md file that references all related documents.
- Use case: For a new Next.js project, use this skill to instantly generate a complete set of tailored AI instruction documents instead of writing each file from scratch.
Quick Start
Use the generate-claude-instructions skill to create a full set of tailored AI instruction documents for your current project folder.