mode

mode is a command for Claude Code from akka/ai-marketplace. It costs 23 tokens per session (1,529 once invoked), scanned A, original, Apache-2.0.

A project setting that controls whether unmet shipping checks block a release. It can show the current mode or switch between Enforced and À la carte.

In plain words
What is it for?
Use it to inspect or change the project's conformance mode and decide how exit conditions affect shipping.
Why use it?
It makes the project's release rules explicit. Teams can choose whether checks must pass before shipping or are reviewed without blocking release.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the akka plugin — 12 skills, 9 commands, 1 MCP server shipped together

Good fit Use it to inspect or change the project's conformance mode and decide how exit conditions affect shipping.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/akka/ai-marketplace/mode
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.

Clone the repo
git clone --depth 1 https://github.com/akka/ai-marketplace

Made for: Claude Code.

Or install akka, the plugin that ships this one along with the rest of its 12 skills, 9 commands, 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 mode

README.md
[![agentmods](https://agentmods.dev/badge/commands/akka/ai-marketplace/mode.svg)](https://agentmods.dev/commands/akka/ai-marketplace/mode)
Your own site
<a href="https://agentmods.dev/commands/akka/ai-marketplace/mode"><img src="https://agentmods.dev/badge/commands/akka/ai-marketplace/mode.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,529 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00023 $0.01529
Opus 5 $0.00012 $0.00764
Sonnet 5 $0.00005 $0.00306
Haiku 4.5 $0.00002 $0.00153

Measured 8d ago against content hash 9c16094c53fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mode scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

platform (`winget upgrade Akka.Cli`, `brew upgrade akka`, or the curl
plugins/akka/commands/mode.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

User Input

$ARGUMENTS

You MUST consider the user input before proceeding (if not empty).

Purpose

/akka:mode shows the project's conformance mode, or sets it. The mode is recorded in .akka/exit-conditions.yaml and controls exactly one thing: whether unmet exit conditions block shipping.

  • À la carte — the default. The exit-condition set is dormant until the developer asks for it: only the Akka-intrinsic baseline resolves, no auditors are created, and nothing is captured. Once asked for, conditions are checked and shown but never block /akka:ship, which proceeds with an explicit override.
  • Enforced — the full set applies from the start. /akka:ship refuses to release until every applicable condition is green and not stale, or covered by an effective waiver. You use sign-off, strike, and waive to resolve each open or red condition first.

Every Specify command is available in both modes; the mode changes what the engine does on its own, not the command set. In Enforced mode the process gates PROC-AUDITOR-COVERAGE and PROC-ADEQUACY-REVIEWED apply as usual. While the set is dormant they do not resolve at all — there is nothing yet to have covered or reviewed.

The organization can constrain this. A policy may set a different default and lock it; when the mode is locked, only the org-allowed mode(s) may be set. A locked Enforced mode cannot be dropped to À la carte to bypass the ship gate.

Outline

  1. Parse the argument from $ARGUMENTS. Three cases:

    • Empty — this is a query. Skip to step 2 with no argument.
    • enforced or a-la-carte — pass through unchanged.
    • A recognizable spelling of à la carte — the documentation renders the mode as "À la carte", so accept alacarte, a la carte, à-la-carte, and à la carte and normalize them to a-la-carte before calling the CLI. The CLI accepts only the two canonical spellings.

    Anything else: stop and tell the user "/akka:mode takes enforced or a-la-carte, or no argument to show the current mode." Do not call the CLI.

Read the full file on GitHub · 122 lines

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. 8d ago First seen · 122 lines · 23 tokens per session scan A 9c16094c53fc

Subscribe to this mod's changes

mode is a command published in the GitHub repository akka/ai-marketplace (6 stars, last pushed 8d ago), licensed Apache-2.0. It adds 23 tokens to every session and 1,529 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.