Skip to main content
Run any Skill in Manus
with one click
GitHub repository

pyrs

pyrs contains 11 collected skills from zachbutton, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
2
updated
2026-06-29
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

pyrs-apply
software-developers

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.

2026-06-29
pyrs-diff
software-developers

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.

2026-06-29
pyrs-foundation
software-developers

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.

2026-06-29
pyrs-ingest
software-developers

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.

2026-06-29
pyrs-mend
software-developers

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.

2026-06-29
pyrs-sane
software-developers

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.

2026-06-29
pyrs-scan
software-developers

Invoke pyrs-foundation first. Analyze a pyramid and its full lineage for structural gaps, under-specified areas, and missing leaves. Triggered by ::scan P where P is an @-prefixed pyramid reference.

2026-06-29
pyrs-spec
software-developers

Invoke pyrs-foundation first. Create a new pyramid or revise an existing one. Triggered by ::spec P? [...description] where P optionally targets a specific pyramid reference.

2026-06-29
pyrs-change
software-developers

Invoke pyrs-foundation first. Intercepts when a user describes a code change, feature, or bug fix without using a :: command. Guides them into the pyramid workflow instead of modifying code directly.

2026-04-04
pyrs-help
software-developers

Invoke pyrs-foundation first. Show available pyramid workflow commands. Triggered by ::help.

2026-04-04
pyrs-ls
software-developers

Invoke pyrs-foundation first. List the pyramid hierarchy as a tree and call out pyramids with unresolved-gap diff sidecars. Triggered by ::ls for structure only, or ::ls describe / ::ls d to include short descriptions.

2026-04-04