원클릭으로
compound-docs
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide for structuring, parsing, and validating XML-like tags in LLM inputs, system prompts, outputs, and agent-to-agent communication. Use this skill when designing prompt templates, parsing structured content from text, or handling nested tag boundaries.
Implementation reference library for compound engineering workflows. For workflow orchestration, use slash commands under `commands/workflows/` (constitution, plan, work, review, compound). This skill provides stack-specific fix recipes those workflows consume.
Browser automation using Vercel's agent-browser CLI. Use when you need to interact with web pages, fill forms, take screenshots, or scrape data. Alternative to Playwright MCP - uses Bash commands with ref-based element selection. Triggers on "browse website", "fill form", "click button", "take screenshot", "scrape page", "web automation".
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or defining architecture artifacts around deletion tests, interfaces, seams, adapters, and explicit contracts.
Run a comprehensive scored audit of agent-native architecture principles
This skill should be used before implementing features, building components, or making changes. It guides exploring user intent, approaches, and design decisions before planning. Triggers on "let's brainstorm", "help me think through", "what should we build", "explore approaches", ambiguous feature requests, or when the user's request has multiple valid interpretations that need clarification.
| name | compound-docs |
| description | Capture solved problems as categorized documentation with YAML frontmatter for fast lookup |
| model | claude-sonnet-4.6 |
| platforms | {"claude":{"allowed-tools":["Read","Write","Bash","Grep"],"disable-model-invocation":true},"copilot":{"model":"gpt-5.3-codex"},"opencode":{"model":"openrouter/moonshotai/kimi-k2.6"}} |
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.