feat: add generate-claudemd skill for bootstrapping project CLAUDE.md files#104
Merged
feat: add generate-claudemd skill for bootstrapping project CLAUDE.md files#104
Conversation
… files 4-phase pipeline (SCAN → DETECT → GENERATE → VALIDATE) that analyzes a repo's code, build system, and architecture to produce a project-specific CLAUDE.md. Auto-detects language/framework and enriches output with domain-specific conventions — e.g., invokes go-sapcc-conventions for sapcc Go repos. Includes: - skills/generate-claudemd/SKILL.md (534 lines, Medium complexity) - skills/generate-claudemd/references/CLAUDEMD_TEMPLATE.md (template) - commands/generate-claudemd.md (slash command registration) Complements the official claude-md-improver plugin: this skill generates new CLAUDE.md files from scratch, while the plugin improves existing ones.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
generate-claudemdskill — 4-phase pipeline (SCAN → DETECT → GENERATE → VALIDATE) that analyzes a repo and produces a project-specific CLAUDE.mdgo-sapcc-conventionsfor sapcc Go repos)CLAUDEMD_TEMPLATE.md) defining required and optional sectionsclaude-md-improverplugin: this generates new files, that improves existing onesComponents
skills/generate-claudemd/SKILL.mdskills/generate-claudemd/references/CLAUDEMD_TEMPLATE.mdcommands/generate-claudemd.mdDomain enrichment routing
go.mod+ sapcc imports → loadgo-sapcc-conventionspatternspackage.json→ add Node.js/TypeScript sectionspyproject.toml→ add Python sectionsInspired by
Analysis of sapcc/archer PR #707 which demonstrated what a good project-level CLAUDE.md looks like for an sapcc Go service.
Test plan