一键导入
pyrs-help
Invoke pyrs-foundation first. Show available pyramid workflow commands. Triggered by ::help.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Invoke pyrs-foundation first. Show available pyramid workflow commands. Triggered by ::help.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pyrs-help |
| description | Invoke pyrs-foundation first. Show available pyramid workflow commands. Triggered by ::help. |
This skill is activated when the user issues ::help.
Display the following command reference:
Pyramid Workflow Commands
=========================
:: Load the pyramid workflow context (invokes pyrs-foundation)
::spec P? [...description] Create a new pyramid or revise an existing one
::ingest P? [...description] Produce pyramids from existing code (pyramid-first exception)
::mend P? [...description] Debug an "impossible" issue and patch the pyramid gap
::apply P Produce or update code from a pyramid using incremental TDD
::sane P Check pyramid P for conceptual alignment with parents
::scan P Analyze P's full lineage for structural gaps and missing leaves
::diff P Compare code against the pyramid(s) it should mirror and manage per-target unresolved-gap diff.md sidecars
::ls List the pyramid hierarchy as a tree (calls out nodes with unresolved-gap diff.md)
::ls describe List with 1-sentence descriptions (alias: ::ls d)
::help Show this command reference
For commands that take P, P is an @-prefixed pyramid reference unless noted otherwise.
For ::diff P, P can be an @-prefixed pyramid reference or a code path (for example, src/queue/).
When ::spec, ::ingest, ::mend, or ::apply mutates target P and a sibling diff.md exists for P, a same-target diff refresh runs before final output.
Identifier form example: @event-bus.actions
Direct-link form example: @./pyramids/event-bus/actions/index.md
P? means the reference is optional.
"@root" refers to ./pyramids/index.md and "root" is optional inside identifier form.
Invoke pyrs-foundation first. Produce or update code from a pyramid using incremental test-driven development. Triggered by ::apply P where P is an @-prefixed pyramid reference.
Invoke pyrs-foundation first. Compare code against the pyramid(s) it should mirror and manage per-target unresolved-gap diff sidecars. Triggered by ::diff P where P is an @-prefixed pyramid reference or code reference.
CRITICAL — Agents MUST invoke this skill FIRST before executing any other pyrs skill. Whenever a user types any :: command (::, ::spec, ::apply, ::ingest, ::mend, ::sane, ::scan, ::diff, ::ls, ::help), invoke pyrs-foundation FIRST to load the pyramid workflow context, then proceed to the specific command skill. Can also be invoked standalone via :: to load pyramid context without performing an operation.
Invoke pyrs-foundation first. Produce pyramids from existing code. The exception to the pyramid-first rule. Triggered by ::ingest P? [...description] where P optionally targets a specific area reference.
Invoke pyrs-foundation first. Investigate an issue that should have been impossible given the pyramids, debug it, and patch the relevant pyramid(s) to prevent recurrence. Triggered by ::mend P? [description] where P optionally targets a specific pyramid reference.
Invoke pyrs-foundation first. Check conceptual alignment by traversing upward from a pyramid to root. Triggered by ::sane P where P is an @-prefixed pyramid reference.