From routine
Discovers and documents domain knowledge from a codebase into a structured Markdown file to aid future development and Claude Code usage.
npx claudepluginhub delexw/claude-code-miscThis skill is limited to using the following tools:
You are tasked with creating a comprehensive domain knowledge file for a codebase that will help future Claude Code instances work effectively with this repository.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md. Use for new projects or initial Claude Code setup.
Analyzes source code to discover and extract implicit knowledge—architecture patterns, conventions, API contracts, config structures, codebase rules—into KB articles.
Share bugs, ideas, or general feedback.
You are tasked with creating a comprehensive domain knowledge file for a codebase that will help future Claude Code instances work effectively with this repository.
Raw arguments: $ARGUMENTS
Infer from the arguments:
. (project root) if not providedOUT_DIR/{DOMAIN_NAME}.mdmkdir -p OUT_DIR before writing to ensure the directory exists.Analyze the provided codebase and create or update a {DOMAIN}.md file containing essential information for productive development.
Follow references/rules.md for content requirements, guidelines, and safety rules. Use references/output-format.md for the output template and validation criteria.