一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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.