用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jonathan-vella/apex-vnext --skill apex-requirements命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
**UTILITY SKILL** — Defines artifact templates, required H2 structure, and output styling for Steps 1-7. WHEN: "generate artifact", "check H2 structure", "artifact template", "as-built docs". EXCLUDES: Azure configuration and IaC patterns.
**UTILITY SKILL** — Manages context through runtime artifact compression and post-run Copilot log audits. WHEN: "context optimization", "token budget", "runtime compression", "log parsing", "handoff gaps". EXCLUDES infrastructure generation and deployment.
**WORKFLOW SKILL** — Maintains Markdown documentation accuracy and freshness across docs, root guides, and changelog. WHEN: "update docs", "doc gardening", "staleness check", "changelog entry", "repo explanation", "agent change docs", "skill change docs".
正在显示 SKILL.md
| name | apex-requirements |
| description | Provides internal APEX requirements guidance for typed intake, scope, constraints, and budget. |
| user-invocable | false |
Use this skill only for an active requirements task.
apex/taskContext returns a requirements task envelope.apex/nextTask. Validate that a returned task is owned by the requirements role before reading its context.needs_input, use its intake metadata and questions exactly as returned; do not maintain a
separate client-side question list.apex/recordInput, preserving its request ID, expected journal head, and owner
epoch.apex/nextTask again and repeat until it returns a requirements task; only then read apex/taskContext.The kernel catalog and its versioned input contracts are authoritative. Do not choose architecture, SKUs, or implementation details while gathering requirements.
Do not read task context for needs_input, a task owned by another role, or a stale task ID. Treat APEX_STALE as a
fresh-status requirement, and return kernel validation or authorization errors without fabricating a requirements
result.
Return the kernel result plus any unresolved user-owned fields.