Generate Claudemd banner
notque notque

Generate Claudemd

Development community

Description

--- description: "Generate project-specific CLAUDE.md from repo analysis." allowed-tools: ["Read", "Write", "Bash", "Grep", "Glob", "Skill"] --- Call the Skill tool with `generate-claudemd`. Generate a project-specific CLAUDE.md by analyzing the repository's code, build system, and architecture.

Installation

Installs to ~/.claude/skills/notque-vexjoy-agent-generate-claudemd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notque-vexjoy-agent-generate-claudemd && curl -fsSL https://raw.githubusercontent.com/notque/vexjoy-agent/HEAD/commands/generate-claudemd.md -o ~/.claude/skills/notque-vexjoy-agent-generate-claudemd/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository