← ClaudeAtlas

brewdocmy-claudelisted

Document your Claude Code installation - setup, architecture, web research. Triggers - my claude, installation docs.
kochetkov-ma/claude-brewcode · ★ 27 · AI & Automation · score 77
Install: claude install-skill kochetkov-ma/claude-brewcode
# My Claude Generates documentation about your Claude Code installation and environment. ## Mode Detection Detect mode from `$ARGUMENTS`: | `$ARGUMENTS` value | Mode | Sub-mode | |---|---|---| | empty | INTERNAL | — | | `ext` or `external` (alone) | EXTERNAL | default | | `ext context` or `external context` | EXTERNAL | context-schema | | starts with `r ` or `research ` | RESEARCH | query = rest of args | After detection, load the appropriate reference file: - INTERNAL: `references/internal-mode.md` - EXTERNAL: `references/external-mode.md` - RESEARCH: `references/research-mode.md` ## vs built-in `/team-onboarding` Claude Code 2.1.101 shipped `/team-onboarding` — a built-in slash that generates a teammate ramp-up guide from local usage. It's simpler and sufficient for basic onboarding. Use `/team-onboarding` when you need: quick teammate handoff doc from your local config. Use `/brewdoc:my-claude` when you need: - **Web research** — current releases, forum discussions, GitHub issues (beyond static docs) - **EXTERNAL mode** — architecture synthesis from official Anthropic docs - **RESEARCH mode** — custom query-driven multi-source investigation - **Persistent INDEX** — tracked in `.claude/brewdoc/INDEX.jsonl` with citation links ## Output Directory All generated docs go to `.claude/brewdoc/my-claude/` (project-relative — required because `~/.claude/*` is blocked by Claude Code's protected-path policy in headless sessions, even under `bypassPermissions`). Create if n