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 skills add Sh3rd3n/megazord --skill settingsgit clone --depth 1 https://github.com/Sh3rd3n/megazordWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sh3rd3n/megazord/settings)<a href="https://agentmods.dev/skills/sh3rd3n/megazord/settings"><img src="https://agentmods.dev/badge/skills/sh3rd3n/megazord/settings.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00010 | $0.01539 |
| Opus 5 | $0.00005 | $0.00770 |
| Sonnet 5 | $0.00002 | $0.00308 |
| Haiku 4.5 | $0.00001 | $0.00154 |
Grade A, and why
settings 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 7d ago.
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 — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/mz:settings
View current Megazord configuration and modify individual settings. Changes take effect on the next skill invocation.
Reference @skills/init/design-system.md for all visual output formatting.
Step 1: Load and Display
Display the stage banner:
╔═══════════════════════════════════════════════╗
║ ⚡ MEGAZORD ► SETTINGS ║
╚═══════════════════════════════════════════════╝
Read .planning/megazord.config.json. If the file does not exist, display:
╔═══════════════════════════════════════════════╗
║ ✗ No Megazord config found ║
╠═══════════════════════════════════════════════╣
║ Run /mz:init to set up your project first. ║
╚═══════════════════════════════════════════════╝
Then exit. Do not proceed further.
If the config file exists, parse it and display the current settings:
╔═══════════════════════════════════════════════════════╗
║ Current Settings ║
╠═══════════════════════════════════════════════════════╣
║ ▸ Project ║
║ Name: {project_name} ║
║ Mode: {yolo|interactive} ║
║ Depth: {comprehensive|standard|quick} ║
║ Parallelization: {✓/✗} ║
║ Commit docs: {✓/✗} ║
║ ║
║ ▸ Model ║
║ Profile: {quality|balanced|budget} ║
║ ║
║ ▸ Quality ║
║ TDD: {✓/✗} ║
║ Review: {auto|manual|off} ║
║ Brainstorming: {✓/✗} ║
║ CORTEX: {✓/✗} ║
║ Debug: {systematic|quick} ║
║ ║
║ ▸ Workflow ║
║ Research: {✓/✗} ║
║ Plan check: {✓/✗} ║
║ Verifier: {✓/✗} ║
╚═══════════════════════════════════════════════════════╝
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.
- 7d ago First seen · 149 lines · 10 tokens per session scan A d737c97d0216
settings is a skill published in the GitHub repository Sh3rd3n/megazord (3 stars, last pushed 6mo ago), licensed MIT. It adds 10 tokens to every session and 1,539 once invoked, about $0.0001 per session on Opus 5. 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 skills, from other repositories
recipe-plan
Create work plan from design document and obtain plan approval.
Codex
Mission control: create tasks, assign to an agent/team, wait for human approval, worker runs in the background, accept results.
great_cto
Use when the CTO describes a feature, task, or project goal. Orchestrates the full SDLC pipeline automatically based on project type.
alive:create-walnut
Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.
opportunity-solution-tree
Build an Opportunity Solution Tree (OST) to structure product discovery — map a desired outcome to customer opportunities, possible solutions, and experiments. Based on Teresa Torres' Continuous Discovery Habits. Use when the team is unclear what to build next, when multiple opportunities compete, or before writing a…
done-blocked
Reusable reporting contract for any agent that hands work back to the pipeline. Forces ONE of two terminal statuses (DONE or BLOCKED) with a specific evidence shape. Stops vague "probably finished" and "kind of stuck" verdicts.