Goblin-mode repo-investigate

{{ ๐›€๐›€๐›€ }} Investigate a codebase in detail

install
source ยท Clone the upstream repo
git clone https://github.com/JasonWarrenUK/goblin-mode
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JasonWarrenUK/goblin-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/repo-investigate" ~/.claude/skills/jasonwarrenuk-goblin-mode-repo-investigate && rm -rf "$T"
manifest: skills/repo-investigate/SKILL.md
source content
<overview> Provide an in-depth analysis of this codebase, focussing squarely on $ARGUMENTS. </overview> <steps> 1. Probe deeply into all files & the relationships between them. 2. If no focus is specified, consider the codebase as a whole. 3. Create a structured .md document in @docs/investigations/ with your findings </steps>