ce:compound

Coordinate subagents to generate searchable knowledge documents with YAML frontmatter.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill ce-compound-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce:compound
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/ce-compound
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill ce-compound-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documenting solved problems to compound your team's knowledge and accelerate future work by preserving context, decisions, and results.

Core Features & Use Cases

  • Orchestrates multi-phase documentation by coordinating subagents to generate a searchable knowledge document in docs/solutions with YAML frontmatter.
  • Supports phases: Phase 1 Research, Phase 2 Assembly & Write, and optional Phase 3 Enhancement, plus a Discoverability and overlap check.
  • Enables session-history context and cross-session correlation to enrich documentation and prevent duplicate work.

Quick Start

Run the ce:compound workflow to capture a recently solved problem and produce a durable, searchable documentation artifact.

Frequently Asked Questions about ce:compound

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

FAQPage Schema
How do I document solved problems to build durable team knowledge?

To document solved problems into durable team knowledge, you can run a multi-phase workflow that coordinates subagents to assemble context, decisions, and results into a searchable document under docs/solutions. This prevents future duplicate work and accelerates problem resolution.

What is the best way to automate knowledge management from session history?

Automating knowledge management from session history involves using an orchestration workflow that integrates session history context and cross-session correlation to enrich documentation. It applies a category schema to assemble content into structured artifacts with YAML frontmatter.

How do I prevent duplicate documentation when capturing team solutions?

To prevent duplicate documentation when capturing team solutions, the workflow performs an overlap check during the assembly phase. It verifies content novelty against existing entries in the solutions directory before writing the final knowledge document to avoid redundant artifacts.

Can I use subagents to generate technical documentation for a solved problem?

Yes, you can use subagents to generate technical documentation for a solved problem. The workflow orchestrates subagents across research, assembly, and enhancement phases to read problem context, apply a category schema, and produce the final knowledge document.

Does the documentation workflow support cross-session correlation and overlap checks?

Yes, the documentation workflow supports cross-session correlation and overlap checks. It integrates optional session history enhancements to enrich content and explicitly runs overlap checks during assembly to avoid creating duplicate documentation artifacts within your knowledge base.