用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/beremaran/straw-oss --skill update-straw-documentation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | update-straw-documentation |
| description | Write or update Straw's public documentation under docs/public for the self-hosted proxy. |
Use this skill for public guides, API references, quickstarts, deployment documentation, and other content published by the Docusaurus site.
Document shipped behavior. Check the relevant implementation, tests, deploy/local, deploy/production, and
ROADMAP.md before writing. One Straw deployment is one trust boundary and NATS is the only required backing
service. Do not document tenants, RBAC, quotas, billing, administration APIs, or mandatory databases as supported.
index.md: product boundary and route into the manualquickstart.md: clone, make dev, first request, stack lifecyclearchitecture.md: Control, NATS, Egress, request lifecycle, trust boundaryconfiguration.md: versioned Control/Egress JSON and environment secretsapi/requests.md: the public REST request contract and error envelopesdk.md, cli.md, egress_worker.md: integration surfacesdeployment.md, operations.md, security.md, troubleshooting.md: operating guidancedevelopment.md: contributor and release workflowUpdate website/sidebars.js and website/docusaurus.config.js when pages or navigation change.
Write from installation through operation. Use task-oriented headings, runnable examples, explicit prerequisites, defaults, limits, failure behavior, and security boundaries. Label production assets as adaptable examples, not a turnkey platform. Never use placeholder behavior that the repository does not ship.
Run examples against the local Compose stack when behavior changes. Build the site with:
make docs-website
Also run make check when documentation accompanies code or configuration changes.