generate-claude-instructions

Generate stack-aware CLAUDE.md instruction documents for software projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hicucu/forge --skill generate-claude-instructions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-claude-instructions
Source: https://github.com/hicucu/forge/tree/main/skills/generate-claude-instructions
Command: npx skills add https://github.com/hicucu/forge --skill generate-claude-instructions

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about generate-claude-instructions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a CLAUDE.md file for my software project?

Generating a CLAUDE.md file is automated by orchestrating four parallel sub-agents to synthesize development principles, language guidelines, AI behavior rules, and commit conventions into a unified instruction document tailored to your project.

Can I automatically detect my tech stack to create development guidelines?

Yes, the skill's analysis mode scans project folders to detect frameworks like TypeScript, React, Next.js, C#, Python, or Java, generating only relevant stack-specific development guidelines and avoiding unnecessary files.

How do I update existing AI agent instruction documents?

To update existing AI agent instruction documents, use the reference mode which reads your current guidance files and regenerates content to maintain consistency as your tech stack and team standards evolve.

What is the best way to create commit conventions and development rules for a new codebase?

Creating commit conventions and development rules for a new codebase is handled by the standard mode, which applies industry best practices to instantly produce a complete set of tailored AI instruction documents without manual writing.

Do I need to manually write separate instruction files for different programming languages?

No, you do not need to manually write separate instruction files. The skill automatically detects your project's specific languages and frameworks, generating only tailored, stack-aware guidance documents.