cathrynlavery

Ce:Compound — Development skill for Claude Code

Development community

Document a recently solved problem to compound your team's knowledge.

How to install Ce:Compound

Installs to ~/.claude/skills/cathrynlavery-dotagents-ce-compound/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cathrynlavery-dotagents-ce-compound && curl -fsSL https://raw.githubusercontent.com/cathrynlavery/dotagents/HEAD/commands/ce:compound.md -o ~/.claude/skills/cathrynlavery-dotagents-ce-compound/SKILL.md

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

What Ce:Compound does


description: Document a recently solved problem to compound your team's knowledge

/compound

Coordinate multiple subagents working in parallel to document a recently solved problem.

Purpose

Captures problem solutions while context is fresh, creating structured documentation in `docs/solutions/` with YAML frontmatter for searchability and future reference. Uses parallel subagents for maximum efficiency.

**Why "compound"?** Each documented solution compounds your team's knowledge.

Alternatives in Development

  • Agent.System.Main.Solving — Problem solving 19k ★
  • Create PRD — Create a PRD with 8-section template covering problem to release 7.8k ★
  • Octo Debug — Systematic debugging with methodical problem investigation 2.8k ★

Full documentation available on GitHub

View Source Repository