Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/hannsxpeter/godpowers/deploygit clone --depth 1 https://github.com/hannsxpeter/godpowersWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01179 |
| Opus 5 | $0.00000 | $0.00589 |
| Sonnet 5 | $0.00000 | $0.00236 |
| Haiku 4.5 | $0.00000 | $0.00118 |
Grade A, and why
deploy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scope
- [DECISION] This pillar captures deployment and release context for Godpowers.
Context
Release Surface
- [DECISION] Godpowers deploys as an npm package published from tag-triggered GitHub Actions when provenance is available.
- [DECISION]
.github/workflows/ci.ymlruns the full matrix test suite and the Node 20 release gate on pushes and pull requests tomain. - [DECISION]
.github/workflows/publish.ymlrunsnpm run release:checkbefore publishing tagged releases to npm with provenance. - [DECISION]
.github/workflows/publish-pack.ymlrunsnpm run release:checkbefore publishing first-party extension packs. - [DECISION]
package.jsonexposesbin.godpowersat./bin/install.js. - [DECISION] Manual tarball publish is a fallback only when the tag-triggered workflow cannot run, and provenance is unavailable for that publish.
- [DECISION] Source version
6.3.0published with npm provenance through identity-bound workflows 32272150358 and 32272475321 from mergedmaincommitc45d0473ad946fcd7c02a5706b02f51a40ed0d25. - [DECISION] npm
[email protected],@godpowers/[email protected], and@godpowers/[email protected]are thelatestversions; their exact registry integrity values and shasums are recorded inRELEASE.md. - [DECISION] The 6.3.0 workflows passed release identity, full release, fresh prepublication, exact packed-pair, and extension publishability gates before publication.
- [DECISION] Isolated published-install verification passes for the exact root, MCP, and operations-pack set, Quick Proof, read-only project inspection, status, next route, Claude, Codex, and MCP
--help. - [DECISION] The isolated dependency audit reports zero vulnerabilities, and registry signature verification covers all 6 installed packages and their attestations.
- [DECISION] The published
v6.2.0tag is the rollback reference for the published 6.3.0 release. - [DECISION] The 6.3.0 release retains the tag-triggered root and MCP provenance workflow and publishes
operations-packthrough the explicit first-party pack selector. - [DECISION] The root and MCP workflow publishes exact packed tarballs and verifies registry integrity plus shasum before any recovery run can promote an existing version.
- [DECISION] The first-party pack workflow passes dispatch inputs through environment variables, allowlists pack names, and validates strict SemVer before identity or publication steps.
- [DECISION] The 6.3.0 public surface contains 124 slash commands, 41 specialist agents, 13 workflows, and 45 recipes.
- [DECISION] The 6.3.0 core package contains 117 runtime library modules and its package-content check reports 659 files while keeping zero root production dependencies.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 82 lines · 0 tokens per session scan A 49952b3358de
deploy is an agent published in the GitHub repository hannsxpeter/godpowers (5 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,179 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ap-framework-generator
L3 executor - FRAMEWORK GENERATE. When the SELECTOR returns MISS, generates a one-off custom framework for the exact task shape - classifies the orthogonal axes, composes the gate sequence from the GATE-LIBRARY with the correct axis-specific gate, emits the gen- leaf with the BLOCKED invariant verbatim, binds an…
ap-juror
L4 terminal leaf - G7 SIGN-OFF. One independent sign-off panel seat that saw none of the intermediate work. Binary PASS/FAIL on opened evidence; default-FAIL. A FAIL naming a P0/P1 blocker is NOT arbitrable into PASS.
ap-verifier
L3 independent G6 verifier - proves behavior with real before/after runs, regression checks, adversarial inputs, and >=95% changed-line coverage.
ap-re-anchor
L4 terminal leaf - RE-ANCHOR. Confirms mission and roadmap frontier alignment after resume or compaction using the three-file governance state.
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase. This is a single-context repo.
ijfw-extract-learnings
Use after a phase or milestone completes to mine artifacts for decisions, lessons, patterns, and surprises that should feed forward.