用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jonathan-vella/apex-vnext --skill apex-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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-workflow |
| description | Provides internal APEX workflow routing for status, resume, project selection, and next tasks. |
| user-invocable | false |
Use this skill to orient an interactive agent without reconstructing workflow state from chat or files.
apex/status for the selected project.apex/status.apex/nextTask. For needs_input, return the exact request to its owning interactive role. For
task, route only to the returned task owner through the active client projection.APEX_STALE error, refresh
status and do not reuse a task ID, request ID, journal head, or owner epoch.Do not infer progress from generated files, conversation history, or handoff completion. If selection is ambiguous, the
interactive agent may use its active client question mechanism before repeating apex/status.
apex/nextTask returns only needs_input or task. Terminal, blocked, missing-project, authorization, and stale
conditions are represented by status or stable kernel errors; do not invent additional tool results or transitions.
Report the project, run, environment, current state, blockers, and one kernel-provided next action.