Agent skills
These are the skills magus agent install writes, reproduced verbatim from the
bodies embedded in the binary. Each ships in two hand-authored permutations, and
install writes both: the short form is the always-loaded primary, and the full form
is its <name>-full twin, loaded by name when a reader needs the rationale.
See Skills for the difference.
| skill | full | short | saved | what it is for |
|---|---|---|---|---|
| magus-architecture-review | 6322 | 5123 | 18% | Ground refactoring and structure proposals in the magus knowledge graph instead of intuition. |
| magus-buzz-review | 20279 | 15155 | 25% | Review Buzz code - a magusfile, a spell, or a standalone .buzz script - across three lenses run in parallel: idiom/style, skeptic/correctness, and upstream-Buzz conformance. |
| magus-buzz-write | 8174 | 6776 | 17% | Write and run Buzz, the language magusfiles, spells, and magus buzz scripts are written in. |
| magus-change-summary | 7051 | 5385 | 23% | Summarize what changed in a magus workspace, write it up, or answer a granular diff question. |
| magus-commit-composition | 4448 | 3840 | 13% | Restructure an UNPUSHED branch so each commit is one reviewable idea, using the workspace's own boundaries (project ownership, declared outputs, blast radius) rather than guessing from paths. |
| magus-context-audit | 5846 | 4187 | 28% | Audit the instructions an agent was given - the repo instruction file, installed skills, handoff-journal entries, a routing index, hook-injected text, and any user-level instruction file - for statements that contradict each other or that no longer match what the tools do. |
| magus-docs-lookup | 3670 | 2956 | 19% | Traverse magus's own documentation to answer a "how does magus do X / what does Y mean / where is Z documented" question, instead of guessing an answer or a URL. |
| magus-handoff-journal | 5590 | 4625 | 17% | Maintain a user-owned handoff journal through magus_memory or magus memory: named decisions, plans, pointers, and the hypotheses an investigation ruled out, all surviving worktrees and sessions. |
| magus-multi-agent | 21840 | 16102 | 26% | Split work across agents in a magus workspace as an acceptance-criteria loop: partition by WRITE SET using graph evidence (magus refs --occurrences, explain, affected --plan --stdin), prove the leases cannot collide, bound fan-out depth, and match each lease's model to the work it needs. |
| magus-query | 13065 | 10541 | 19% | Query the magus knowledge graph to find and relate entities (projects, targets, spells, ops, charms, modules, diagnostics, docs). |
| magus-run | 11157 | 7393 | 33% | Run builds, tests, lints, and codegen through magus targets. |
| magus-sdk | 13317 | 12880 | 3% | Help a Go developer consume magus as a library (import "github.com/egladman/magus") instead of shelling out to the CLI, and audit whether the SDK actually serves them. |
| magus-vcs-hygiene | 8132 | 5992 | 26% | Safe git operations in a magus workspace (any repo with magusfile.buzz at the root). |
| magus-workspace-rules | 5435 | 4391 | 19% | Adapt magus's installed agent surface to THIS workspace without breaking it. |
| all 14 | 134326 | 105346 | 21% |