mode

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

A project command for viewing or changing the conformance mode between Enforced and À la carte. Conformance mode controls whether unmet release checks can block shipping.

In plain words
What is it for?
Use it to see the current mode or set whether exit conditions block the shipping command.
Why use it?
It makes the project's release-checking rules explicit and lets the team choose how strictly they are applied.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to see the current mode or set whether exit conditions block the shipping command.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/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.

Any agent
npx skills add akka/ai-marketplace --skill mode
Clone the repo
git clone --depth 1 https://github.com/akka/ai-marketplace

Made for: Claude Code, Codex.

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/skills/akka/ai-marketplace/mode/github.svg)](https://agentmods.dev/skills/akka/ai-marketplace/mode)
Your own site
<a href="https://agentmods.dev/skills/akka/ai-marketplace/mode"><img src="https://agentmods.dev/badge/skills/akka/ai-marketplace/mode/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.

agentmods 80×15 button for mode

Your own site · 80×15
<a href="https://agentmods.dev/skills/akka/ai-marketplace/mode"><img src="https://agentmods.dev/badge/skills/akka/ai-marketplace/mode.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,452 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.00025 $0.01452
Opus 5 $0.00013 $0.00726
Sonnet 5 $0.00005 $0.00290
Haiku 4.5 $0.00003 $0.00145

Measured 10d ago against content hash 9ec14a4e784c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 10d 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
skills/mode/SKILL.md · 110 lines

How it starts

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

User Input

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 the user's request. 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 · 110 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. 10d ago First seen · 110 lines · 25 tokens per session scan A 9ec14a4e784c

Subscribe to this mod's changes

mode is a skill published in the GitHub repository akka/ai-marketplace (6 stars, last pushed yesterday), licensed Apache-2.0. It adds 25 tokens to every session and 1,452 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.