skills/compound-knowledge/SKILL.md
Save team knowledge notes into ./knowledge/ with date-prefixed filenames. Every solved problem, discovered pattern, or key decision becomes searchable knowledge that makes future work easier. Use when the user wants to capture gotchas, errors, build issues, solutions, patterns, or decisions for future reference.
npx skillsauth add da1z/agent-things compound-knowledgeInstall 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.
Each unit of work should teach the system something so subsequent work gets easier, not harder. Bug fixes eliminate future bug categories. Patterns become tools. Decisions become searchable context.
./knowledge/<type>/ in the repo root if it does not exist.resources/<type>.md using the Read tool,
then write the content to ./knowledge/<type>/YYYY-MM-DD-<short-slug>.md
using the Write tool. Do NOT use shell commands like cp or mkdir.| Type | When to use |
| ----------- | --------------------------------------------------------------------------------------------------------------------- |
| error-fix | Something broke or surprised you — errors, gotchas, build failures, incidents. What happened and how to fix/avoid it. |
| pattern | A recurring approach worth codifying — code patterns, workflow patterns, architectural conventions. |
| decision | An architecture or design decision with rationale, alternatives, and tradeoffs. |
error-fixerror-fixerror-fixpatternpatterndecisionUse the type-specific template from resources/ and read it with the Read
tool, then write the populated content to the target with the Write tool.
resources/error-fix.mdresources/pattern.mdresources/decision.mdAfter saving knowledge, verify:
development
Guide agents to organize code by functionality instead of technical file type. Use when adding features, refactoring project structure, reviewing architecture, colocating related code, or deciding where components, hooks, types, utilities, tests, styles, and API code should live.
development
Build high-converting landing pages with a simple 6-section framework. Use for landing page guidance.
development
How to access Hono framework documentation.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.