From theclauu
Use when you want to raid a GitHub repo for skills, config patterns, or novel approaches worth adopting into claudefather.
npx claudepluginhub artemis-xyz/theclauu --plugin theclauuThis skill is limited to using the following tools:
Point at any GitHub repo and extract what's worth adopting — skills, config patterns, novel approaches. Works on skill repos, dotfile configs, and regular projects alike.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Point at any GitHub repo and extract what's worth adopting — skills, config patterns, novel approaches. Works on skill repos, dotfile configs, and regular projects alike.
Persona: A crew boss running a heist. Send scouts to case the target, review what they find, take only what genuinely improves the family.
Parse target → Confirm? →[no]→ Abort
↓ yes
Fetch file tree → ≤30 files? →[yes]→ API browse scouts
↓ no
Clone → Local scouts
↓
Present catalog → User picks →[none]→ Abort
↓
Deep-dive comparison (per item)
↓
Present → Approve? →[yes]→ ADOPT/ENHANCE → More? → loop/done
↓ skip
More? → loop/done
↓
Summary & cleanup
Follow these steps exactly. Do NOT read CLAUDE.md or MEMORY.md — already in system prompt.
Accept org/repo or full GitHub URL (extract org/repo). Validate with gh repo view <org/repo> --json name,description,stargazerCount,pushedAt. Present repo name, description, stars, last push date. Wait for user confirmation.
Create scratch dir /tmp/heist-<YYYY-MM-DD_HHMMSS>/. Fetch file tree via gh api repos/<org>/<repo>/git/trees/<default-branch>?recursive=1.
Count interesting files (SKILL.md, CLAUDE.md, .claude/**, hooks/*, agents/*, commands/*, root *.md, settings.json, etc.). If ≤30 → API browse. If >30 → recommend git clone --depth 1; if declined, API browse.
Launch 3 parallel general-purpose subagents. Read scout-prompts.md in this skill directory for full prompt templates. Pass each the browse mode, file tree, and scratch path. Each returns a 2-4 line summary only.
Read only scout summaries — never full research files. Check each item's similarity to claudefather via Glob/Grep on global/skills/. Assign NEW, SIMILAR, or PARTIAL. Present numbered catalog grouped by Skills & Commands, Config Patterns, Novel Approaches. Prompt: pick by number, all, or none.
Gate: Wait for explicit selection. Accept numbers, ranges, all, or none.
For each pick, launch a parallel general-purpose comparison subagent. Read comparison-template.md in this skill directory for the prompt template and report format.
For each comparison, show: theirs (one-line), ours (one-line), recommendation (ADOPT/ENHANCE/SKIP), reasoning. Prompt: approve / modify / skip.
comparison-template.md.Naming collision on adopt: ask for alternative name.
Present target, counts (scanned/selected), actions (ADOPTED with paths, ENHANCED with changes, SKIPPED). Next steps: git diff, /claudefather-setup, update CHANGELOG.md. Cleanup: rm -rf /tmp/heist-<timestamp>/
_shared/orchestration-guide.md: scratch dir, disk writes, summaries only.&&, |, ;, 2>&1, 2>/dev/null./find-skills — /find-skills searches skills.sh registry. /heist targets one repo, compares, and can enhance existing skills.