用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/atretyak1985/swarmery --skill documented-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create and drive a /board card as a mirror of a jira-task-runner run: born in triage, moved straight to in_progress, finished at in_review or done. The card MUST NEVER pass through the todo column -- see 'The load-bearing rule' below for why. Covers projectId resolution, the exact POST/PATCH bodies, idempotent reuse via the jira-ticket label, the daemon-unavailable fallback, and dry-run request-body printing. NOT for talking to Jira itself (that's jira-tasks / the Atlassian MCP tools) and NOT for working-repo/config resolution (that's jira-config).
Document an epic/feature architecture with the C4 model -- system context/container/component/dynamic diagrams as Mermaid .mmd plus a narrative doc. NOT for rendering an existing .mmd (use mermaid-viewer).
Generate or refresh the repo-wide architecture map — architecture-out/architecture-map.json (machine contract with named flows) + architecture-map.html (self-contained viewer). Use when the user asks for an architecture map, repo map, "/architecture-map", or when an agent needs a fresh machine-readable architecture overview. NOT for per-epic C4 deep-dives (use c4-architecture-docs) and NOT for building the knowledge graph itself (use /graphify).
基于 SOC 职业分类
正在显示 SKILL.md
| name | documented-skill |
| description | Fixture skill whose usage guide deliberately omits the Worked example subsection. |
| docs | {"status":"reviewed","source_sha":"7031e8347e4e","updated":"2026-08-06T00:00:00.000Z"} |
Fixture skill for the docs contract: the guide below is complete except for
## Worked example, so the coverage gate must fail it on exactly one required
subsection — and its fenced bash block carries the false-heading trap from
docs/system-docs-format.md §5.1.
Renders the deployment command for an order-processing service so you can read the exact invocation before anything runs.
# deploy the thing
deploy --service orders --env <envAlias>
Run the printed command yourself; the skill never executes it.
service — the service to render the command for — required.env — the environment alias — optional, defaults to the local one.A fenced command block in the final message. Nothing is written to disk and nothing is executed on your behalf.
documented-agent — prefer it when you want the whole task driven, not just the command.