ce-compound

Coordinate subagents to document solved problems into Markdown solution files.

2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-compound-thisisryanswift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-compound
Source: https://github.com/thisisryanswift/zellij-agent-tools/tree/main/.opencode/skills/ce-compound
Command: npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-compound-thisisryanswift

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

ce-compound provides a disciplined approach to capturing and codifying solutions by coordinating subagents to generate structured documentation that compounds team knowledge.

Core Features & Use Cases

  • Orchestrates Context Analyzer, Solution Extractor, and Related Docs Finder to produce a complete knowledge entry
  • Outputs a Markdown document that follows the repository's frontmatter schema and resolution-template
  • Supports both bug-tracking and knowledge-guidance problem types, extracting symptoms, root causes, solutions, and prevention strategies or contextual guidance
  • Integrates session history context when available to enrich the documented learnings
  • Creates cross-reference links and related links to existing docs and issues

Quick Start

Start a new ce-compound run and follow the on-screen prompts to document the most recent problem and its solution.

Frequently Asked Questions about ce-compound

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document a solved problem to build team knowledge across multiple agents?

Documenting a solved problem to build team knowledge is done by coordinating multiple subagents to extract symptoms, root causes, and solutions into a structured Markdown file. This creates a compounding knowledge base by placing the validated output under docs/solutions with cross-reference links.

How does multi-agent documentation work for capturing root cause and prevention strategies?

Multi-agent documentation works by orchestrating Context Analyzer, Solution Extractor, and Related Docs Finder subagents. They process session history to capture symptoms, root causes, and prevention strategies, delivering a Markdown document that follows your project's YAML frontmatter schema.

Can I use this to generate both bug tracking reports and general knowledge guidance docs?

Yes, you can generate both bug tracking reports and knowledge guidance docs. The workflow adapts to the specified problem_type, extracting either resolution details like root cause and prevention for bugs, or contextual guidance for general knowledge entries.

What is the best way to automate solution documentation with YAML frontmatter validation?

The best way to automate solution documentation with YAML frontmatter validation is using a multi-agent workflow that extracts problem details and generates Markdown. It automatically validates frontmatter fields against your repository schema and saves the final doc within the appropriate category.

Do I need existing docs or issues to create cross-reference links in my solution documentation?

You do not need existing docs to start, as the Related Docs Finder subagent searches your repository to automatically create cross-reference links. It connects your new solution documentation to existing related docs and issues to enrich the knowledge entry.

What limitations exist when using subagents to document workflows with session history?

A limitation when using subagents to document workflows is that enriching learnings with session history depends on its availability. While the workflow integrates session context when present, documentation relies on the subagents accurately extracting symptoms and solutions from the provided data.