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 Swallow100/gpt-5.6-stop-overengineering --skill gpt56-stop-overengineeringgit clone --depth 1 https://github.com/Swallow100/gpt-5.6-stop-overengineeringWrote 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/swallow100/gpt-5.6-stop-overengineering/gpt56-stop-overengineering)<a href="https://agentmods.dev/skills/swallow100/gpt-5.6-stop-overengineering/gpt56-stop-overengineering"><img src="https://agentmods.dev/badge/skills/swallow100/gpt-5.6-stop-overengineering/gpt56-stop-overengineering/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/swallow100/gpt-5.6-stop-overengineering/gpt56-stop-overengineering"><img src="https://agentmods.dev/badge/skills/swallow100/gpt-5.6-stop-overengineering/gpt56-stop-overengineering.svg" alt="Reviewed on agentmods" width="80" 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.00084 | $0.00836 |
| Opus 5 | $0.00042 | $0.00418 |
| Sonnet 5 | $0.00017 | $0.00167 |
| Haiku 4.5 | $0.00008 | $0.00084 |
Grade A, and why
gpt56-stop-overengineering 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 12d 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GPT-5.6 Stop Overengineering
Make the smallest safe change. Produce proportionate proof. Then stop.
1. Lock the contract
Before editing, reduce the task to four lines:
- Outcome: the observable result the user requested.
- Scope: the files, behavior, or subsystem that owns that result.
- Constraints: explicit limits plus repository instructions.
- Proof: the least expensive evidence that can establish success.
Infer these from available context when they are clear. Ask only when a missing answer would materially change the implementation or create meaningful risk.
Do not silently add goals. Treat appealing improvements as optional follow-ups, not requirements.
2. Choose the smallest sufficient change
Prefer, in order:
- Reuse an existing path, pattern, or dependency.
- Modify the narrowest ownership boundary.
- Add the least new code needed for the requested behavior.
Do not add an abstraction for one hypothetical future use. Do not introduce a dependency, framework, configuration surface, public API, migration, compatibility layer, or broad refactor unless the contract requires it.
Preserve unrelated code, formatting, comments, and user changes. Avoid cleanup whose only justification is "while here."
Before expanding into another subsystem or materially growing the expected diff, pause and either choose a narrower solution or request approval.
3. Verify in proportion to risk
Select the lowest tier that can realistically catch a regression introduced by the change:
| Risk | Typical change | Required proof |
|---|---|---|
| Low | prose, comments, static copy, local style | inspect the diff; render or lint only when relevant |
| Medium | isolated logic, component behavior, bug fix | reproduce or run focused tests for the changed behavior |
| High | security, permissions, data, migrations, public contracts, shared infrastructure, release paths | focused tests plus the relevant broader checks and failure paths |
Follow mandatory repository or user-specified checks even when they exceed this table.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 78 lines · 84 tokens per session scan A 6d6ba36f3ed0
gpt56-stop-overengineering is a skill published in the GitHub repository Swallow100/gpt-5.6-stop-overengineering (4 stars, last pushed 1mo ago), licensed MIT. It adds 84 tokens to every session and 836 once invoked, about $0.0004 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
My Skill
Content here.
task-generation
Reference material with the canonical task-format grammar and decomposition rules for plan-to-tasks expansion. Loaded on demand by generate-tasks; not directly invokable.
implementation-standards
Reference material with coding standards (defensive coding, error handling, testing patterns). Loaded on demand by the Developer sub-agent (.github/agents/developer.md); not directly invokable.
spec-authoring
Reference material for writing product, technical, and operational specifications (work-item priorities, requirement families, success criteria). Loaded on demand by specify-feature; not directly invokable.
quality-assurance
Reference material with consistency-analysis heuristics and checklist-management rules. Loaded on demand by analyze-compliance and quality-control; not directly invokable.
writing-quality
Removes common AI writing patterns while preserving meaning, evidence, structure, and SDDP traceability. Ambient through AGENTS.md; not directly invokable.