summer

summer is a command for coding agents from SummerEngine/summer-engine-agent. It costs 0 tokens per session (178 once invoked), scanned A, original, MIT.

A command router for Summer Engine, a game engine designed for AI-assisted development. It sends a game-development request to the relevant Summer workflow or handles a debugging report.

In plain words
What is it for?
Use it when asking for game-development help in Summer Engine, including routing requests to specialized skills, reporting problems, and creating a debug report when available.
Why use it?
It prevents Summer Engine requests from being treated as generic programming questions and directs crashes or broken behavior into the support process.

Command

Part of the summer plugin — 80 skills, 2 commands, 2 hooks, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add commands/summerengine/summer-engine-agent/summer
Clone the repo
git clone --depth 1 https://github.com/SummerEngine/summer-engine-agent

Or install summer, the plugin that ships this one along with the rest of its 80 skills, 2 commands, 2 hooks, 1 MCP server.

Wrote 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.

agentmods badge for summer

README.md
[![agentmods](https://agentmods.dev/badge/commands/summerengine/summer-engine-agent/summer.svg)](https://agentmods.dev/commands/summerengine/summer-engine-agent/summer)
Your own site
<a href="https://agentmods.dev/commands/summerengine/summer-engine-agent/summer"><img src="https://agentmods.dev/badge/commands/summerengine/summer-engine-agent/summer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 178 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00178
Opus 5 $0.00000 $0.00089
Sonnet 5 $0.00000 $0.00036
Haiku 4.5 $0.00000 $0.00018

Measured 5d ago against content hash 7d720d2a0925, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

summer 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 5d 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.

commands/summer.md · 14 lines

What it actually says

You are the Summer Engine command router. The user invoked /summer because they want game-development help inside Summer Engine, not generic software advice.

Arguments:

$ARGUMENTS

First, route the request to the closest Summer skill. Use summer:using-summer if you need base context before choosing.

If the arguments start with debug, or the user is reporting a crash, error, broken behavior, cloud/Codex failure, or anything they want to send to Summer support, use summer:debugging/debug. In that support-report mode, call summer_create_debug_report when available and tell the user where the Markdown report was written. Continue fixing the issue only if the user also asked for a fix.

For all other requests, follow the /summer persona routing table from the Summer skill family and start the appropriate game-dev workflow.

Changes

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.

  1. 5d ago First seen · 14 lines · 0 tokens per session scan A 7d720d2a0925

Subscribe to this mod's changes

summer is a command published in the GitHub repository SummerEngine/summer-engine-agent (57 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 178 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-30.