plugins/compound-engineering/skills/compound-docs/SKILL.md
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
npx skillsauth add the-rabak/compound-engineering-plugin compound-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Capture non-trivial solved problems as searchable documentation in docs/solutions/. Keep the file short, structured, and schema-valid so future sessions can actually find and trust it.
docs/solutions/ for similar documents. Reuse or cross-link only when the root cause genuinely matches.[sanitized-symptom]-[module]-[YYYYMMDD].md.schema.yaml using the enum guidance in references/yaml-schema.md.assets/resolution-template.md, then offer the post-capture menu.problem_type, component, root_cause, and severity must match the schema exactly.references/yaml-schema.md to place the file under docs/solutions/<category>/.After writing the document, present a terse next-step menu:
assets/critical-pattern-template.md.docs/solutions/<category>/[filename].md.development
Mutates a single field or content region of an existing self-contained HTML artifact in place (island-first, no-added-facts, injection-safe) without regenerating the document from scratch. Invoked by a workflow command whenever it needs to back-write into an artifact it already composed -- e.g. a ref/status update, or a content rewrite that must re-project the affected view -- never by the user directly.
development
Composes a self-contained, interactive HTML artifact (island-first, single file, token-layer themed, injection-safe) from a workflow command's structured plan payload. Invoked by a workflow command at its artifact-write step -- currently `/workflows:plan` -- never by the user directly.
development
Mutates a single field or content region of an existing self-contained HTML artifact in place (island-first, no-added-facts, injection-safe) without regenerating the document from scratch. Invoked by a workflow command whenever it needs to back-write into an artifact it already composed -- e.g. a ref/status update, or a content rewrite that must re-project the affected view -- never by the user directly.
development
Composes a self-contained, interactive HTML artifact (island-first, single file, token-layer themed, injection-safe) from a workflow command's structured plan payload. Invoked by a workflow command at its artifact-write step -- currently `/workflows:plan` -- never by the user directly.