domain-discover
Installation
SKILL.md
Discover Domain Knowledge
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.
Inputs
Raw arguments: $ARGUMENTS
Infer from the arguments:
- DOMAIN_NAME: the domain name, used as the output filename
- OUT_DIR: output directory, or
.(project root) if not provided
Output Location
- Creates or updates
OUT_DIR/{DOMAIN_NAME}.md - Run
mkdir -p OUT_DIRbefore writing to ensure the directory exists.