Contains Shell Commands
This skill contains shell command directives (
!command
) that may execute system commands. Review carefully before installing.
/ce-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. The first time you solve a problem takes research. Document it, and the next occurrence takes minutes. Knowledge compounds.
Usage
/ce-compound
Document the most recent fix
/ce-compound [ brief context ]
Provide additional context hint
/ce-compound mode:headless
Non-interactive run for automations
/ce-compound mode:headless [ context ]
Non-interactive run with context hint
Show more