Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup. This skill provides a 7-step workflow for documenting solutions that compound team knowledge.
When you solve a non-trivial problem, document it so future developers (and agents) can find it quickly. The structured YAML frontmatter enables filtering by:
| File | Description |
|------|-------------|
| SKILL.md | Main skill instructions with 7-step workflow |
| schema.yaml | Complete YAML frontmatter schema |
| assets/resolution-template.md | Template for troubleshooting docs |
| assets/critical-pattern-template.md | Template for critical patterns |
| references/yaml-schema.md | Reference for frontmatter fields |
Based on problem_type, documentation is filed in:
build_error → docs/solutions/build-errors/test_failure → docs/solutions/test-failures/runtime_error → docs/solutions/runtime-errors/performance_issue → docs/solutions/performance-issues/database_issue → docs/solutions/database-issues/Extracted from the compound-engineering plugin (v2.30.0) for reference and adaptation.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer