AaronRoeF

Enrich — Development skill for Claude Code

Development community

/enrich [name or company] — Deep Enrichment.

How to install Enrich

Installs to ~/.claude/skills/aaronroef-exo-enrich/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aaronroef-exo-enrich && curl -fsSL https://raw.githubusercontent.com/AaronRoeF/exo/HEAD/commands/enrich.md -o ~/.claude/skills/aaronroef-exo-enrich/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Enrich does

/enrich [name or company] — Deep Enrichment

Deeply research and enrich a person or account file. The argument is a person name or company/account name.

Determine Target Type

Check both `~/Exo/people/` and `~/Exo/accounts/` for an existing file matching the argument.

  • If found in people/ or the argument looks like a person name → PERSON flow
  • If found in accounts/ or the argument looks like a company name → ACCOUNT flow
  • If ambiguous, ask: "Is this a person or an account?"

Alternatives in Development

  • Deep Company Series — 看懂XX公司(深度公司系列):3-8 篇长文拆一家公司 15.9k ★
  • Brainstorm OKRs — Brainstorm team OKRs aligned with company objectives 7.8k ★
  • Project Name — This is an example CLAUDE.md file showing how to configure Claude Code for your project 5.6k ★

Full documentation available on GitHub

View Source Repository