coding-level

coding-level is a skill for Claude Code, Codex from giang6283623/minimal-vibe-coding-kit. It costs 66 tokens per session (433 once invoked), scanned A, original, MIT.

A setting for choosing how technical coding explanations should be, from beginner-friendly to expert-level.

In plain words
What is it for?
Use commands such as `/coding-level 0` through `/coding-level 5` to set the explanation level for a session, with an optional project default.
Why use it?
It prevents explanations from being too difficult or too basic for the person reading them.

Skill for Claude CodeCodex

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 skills/giang6283623/minimal-vibe-coding-kit/coding-level
Any agent
npx skills add giang6283623/minimal-vibe-coding-kit --skill coding-level
Clone the repo
git clone --depth 1 https://github.com/giang6283623/minimal-vibe-coding-kit

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 coding-level

README.md
[![agentmods](https://agentmods.dev/badge/skills/giang6283623/minimal-vibe-coding-kit/coding-level.svg)](https://agentmods.dev/skills/giang6283623/minimal-vibe-coding-kit/coding-level)
Your own site
<a href="https://agentmods.dev/skills/giang6283623/minimal-vibe-coding-kit/coding-level"><img src="https://agentmods.dev/badge/skills/giang6283623/minimal-vibe-coding-kit/coding-level.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 433 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.1 $0.00066 $0.00433
Opus 5 $0.00033 $0.00217
Sonnet 5 $0.00013 $0.00087
Haiku 4.5 $0.00007 $0.00043

Measured 5d ago against content hash 02394f848e1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

coding-level 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.

.agents/skills/coding-level/SKILL.md · 35 lines

What it actually says

Levels

N Register File
0 ELI5 references/level-0.md
1 Junior references/level-1.md
2 Mid-Level references/level-2.md
3 Senior references/level-3.md
4 Tech Lead references/level-4.md
5 God references/level-5.md

Steps

  1. Read $ARGUMENTS as N. If N is not an integer 0-5, reply with the table above and ask for a valid N.
  2. Read references/level-<N>.md, state once which level is now active, and apply that persona to every reply until /coding-level is invoked again.
  3. Ask once: "Save level N as the project default?" If yes, add or update the Default coding level: N entry in backbone.yml conventions.custom_rules (show the diff and wait for approval, per kit rules).

Project default

  • First-time init records a default as a backbone.yml conventions.custom_rules entry: Default coding level: N (<Register>).
  • Sessions without an explicit /coding-level start from that default level.
  • /coding-level N overrides the default for the current session only, unless the user saves it in step 3.

Scope

  • Tone and explanation depth only - keep following project coding rules.
  • Reply in the user's language, not the persona file's.
Files

What ships with it

6 files 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.

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 · 35 lines · 66 tokens per session scan A 02394f848e1c

Subscribe to this mod's changes

coding-level is a skill published in the GitHub repository giang6283623/minimal-vibe-coding-kit (21 stars, last pushed 8d ago), licensed MIT. It adds 66 tokens to every session and 433 once invoked, about $0.0003 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-30.