claudemd-builder

Generate structured CLAUDE.md files by detecting project tech stack.

2|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/rungchan2/frontend-skills --skill claudemd-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claudemd-builder
Source: https://github.com/rungchan2/frontend-skills/tree/main/skills/claudemd-builder
Command: npx skills add https://github.com/rungchan2/frontend-skills --skill claudemd-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates manual, error-prone creation and maintenance of CLAUDE.md by detecting a repository's tech stack and composing, auditing, or reformatting the file into standardized, actionable blocks so AI-assisted workflows receive precise context.

Core Features & Use Cases

  • Block-based Generation: Detect required blocks (Header, Tech Stack, Supabase, Routing, etc.) and guide information collection to produce a complete CLAUDE.md.
  • Audit & Patch: Inspect existing CLAUDE.md for missing or low-quality blocks, produce an audit report, and insert or update specific blocks in-place.
  • Supabase-aware Integration: Integrate with a db:schema CLI to query large generated type files safely and include Database Tables and MCP/Migration guidance when Supabase is detected.
  • Formatting & Enforcement: Reformat prose into compact tables/code examples, reorder sections to a canonical sequence, and apply project-specific insertion rules.

Quick Start

Use the claudemd-builder skill with a natural request like "CLAUDE.md 검사해줘" or "CLAUDE.md 만들어줘" to detect the stack and generate or audit a standards-compliant CLAUDE.md for the repository.

Frequently Asked Questions about claudemd-builder

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

FAQPage Schema
How do I generate a CLAUDE.md file for a Next.js or Supabase repository?

Generate a structured CLAUDE.md file by detecting the project tech stack and composing required blocks. The skill scans for Next.js, Supabase, or TanStack Query and guides information collection to produce standards-compliant documentation.

What is the best way to audit an existing CLAUDE.md for missing sections?

Audit a CLAUDE.md by inspecting the file for missing or low-quality blocks. The skill produces an audit report and inserts or updates specific blocks in-place to ensure the documentation meets standardized formatting rules.

Can I integrate Supabase database schemas into my CLAUDE.md automatically?

Yes, Supabase schemas are integrated by querying the db:schema CLI safely. The skill includes Database Tables and MCP/Migration guidance in the CLAUDE.md when Supabase is detected, avoiding the loading of large generated type files.

How do I reformat prose documentation into compact tables for CLAUDE.md?

Reformat prose into compact tables and code examples by applying canonical section reordering and project-specific insertion rules. This enforces a standardized structure, making the CLAUDE.md context precise for AI-assisted workflows.

Does the CLAUDE.md generation work with frontend repositories using TanStack Query?

Yes, it applies to frontend repositories that include TanStack Query. The skill detects the stack and composes the required blocks to provide precise context for AI-assisted workflows.

Why should I avoid loading large generated type files when building CLAUDE.md?

Avoid loading large generated type files to prevent context overload and processing errors. The skill queries the db:schema CLI safely to integrate Supabase schemas without directly reading these heavy files.