version

version is a skill for Claude Code, Codex from tim-mccrimmon/structured-context-spec. It costs 22 tokens per session (1,597 once invoked), scanned A, original, Apache-2.0.

A user-invoked workflow for assigning semantic versions to bundles of structured project context. Semantic versioning uses major, minor, and patch numbers to describe the size of changes.

In plain words
What is it for?
Use it to validate bundles, choose version numbers, update version files, and integrate the result with Git after confirmation.
Why use it?
It helps record compatible and breaking changes while keeping released bundles unchanged.

Skill for Claude CodeCodex

Part of the scs-team plugin — 7 skills 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 skills/tim-mccrimmon/structured-context-spec/version
Any agent
npx skills add tim-mccrimmon/structured-context-spec --skill version
Clone the repo
git clone --depth 1 https://github.com/tim-mccrimmon/structured-context-spec

Made for: Claude Code, Codex.

Or install scs-team, the plugin that ships this one along with the rest of its 7 skills.

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 version

README.md
[![agentmods](https://agentmods.dev/badge/skills/tim-mccrimmon/structured-context-spec/version.svg)](https://agentmods.dev/skills/tim-mccrimmon/structured-context-spec/version)
Your own site
<a href="https://agentmods.dev/skills/tim-mccrimmon/structured-context-spec/version"><img src="https://agentmods.dev/badge/skills/tim-mccrimmon/structured-context-spec/version.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,597 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.00022 $0.01597
Opus 5 $0.00011 $0.00798
Sonnet 5 $0.00004 $0.00319
Haiku 4.5 $0.00002 $0.00160

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

Security

Grade A, and why

version 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 3d 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.

plugins/scs-team/skills/version/SKILL.md · 204 lines

How it starts

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

Invocation Rules

  • User-initiated only: Do NOT invoke this skill unless the user explicitly runs /scs-team:version. Never auto-invoke based on project state or conversation context.
  • Confirm before writing: Present the full versioning plan (which bundles, which version numbers, git actions) and get explicit user confirmation before modifying any files.

SCS Team Version - Lock Context with Semantic Version

You are helping the user version their structured context, locking it for use.

Versioning Philosophy

Version bottom-up: Concern bundles first, then domain/project bundles.

Semantic versioning:

  • MAJOR (1.0.0 → 2.0.0): Breaking changes, removed SCDs, changed structure
  • MINOR (1.0.0 → 1.1.0): New SCDs added, new content, backward compatible
  • PATCH (1.0.0 → 1.0.1): Fixes, clarifications, no structural changes

Immutable once versioned: A versioned bundle should not change. Create a new version instead.

Your Process

Step 1: Pre-Version Check

Before versioning:

  1. Run validation checks (like /scs-team:validate)
  2. Identify what's currently DRAFT
  3. Check for unresolved TBD items
  4. Verify no broken references

If there are blocking issues, stop and report them.

Step 2: Determine Version Strategy

Ask the user:

  • Is this the first version? → Suggest 1.0.0
  • Are there breaking changes? → MAJOR bump
  • New content added? → MINOR bump
  • Just fixes? → PATCH bump

Step 3: Version Bottom-Up

Order of operations:

  1. Version concern bundles first (they have no imports)
  2. Update project bundle to reference versioned concerns
  3. Version project bundle last

Step 4: Update Files

For each bundle being versioned:

# Before
version: "DRAFT"

# After
version: "1.0.0"

For SCDs in versioned bundles:

# Before
version: "DRAFT"

# After
version: "1.0.0"

Update provenance:

provenance:
  versioned_by: "<User>"
  versioned_at: "<ISO timestamp>"
  version_rationale: "<Why this version>"

Read the full file on GitHub · 204 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. 3d ago First seen · 204 lines · 22 tokens per session scan A 8b66a3670550

Subscribe to this mod's changes

version is a skill published in the GitHub repository tim-mccrimmon/structured-context-spec (19 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 1,597 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

changelog-conventions

How The Lossless Group writes and structures changelog/ entries across all repos (projects, true monorepos, pseudomonorepos). Use whenever shipping or pushing a coherent chunk of work, when scaffolding a new repo's changelog/ directory, when authoring a product release message, when the user says "log this", "write a…

lossless-group/lossless-agent-skills · 191 tokens

release-openspec

Use this skill when releasing OpenSpec: audit merged work and changeset coverage, decide whether a catch-up changeset PR is needed, prepare or resume the Changesets Version Packages PR, cut a beta or stable release, verify publishing, and polish GitHub release notes. Also use when asked whether an open release PR is…

Fission-AI/OpenSpec · 88 tokens

cut-release

Use this skill to cut an APM release from the current worktree: assess whether the cycle since the last tag warrants a patch or minor bump (semver discipline against the merged-since-last-tag diff), sanitize the [Unreleased] CHANGELOG block into a dated version block with one concise "so what" entry per merged PR…

microsoft/apm · 198 tokens

rpce-release

Build or publish RepoPrompt CE release artifacts using the repository release scripts and GitHub workflows.

repoprompt/repoprompt-ce · 22 tokens

changelog

Update per-package CHANGELOG.md files for a Ratel release. Drafts entries with git-cliff (scoped per package), lets you curate, then writes the CHANGELOGs. Handles both RC entries and GA-graduation collapse (merging X.Y.Z-rc. sections into a single X.Y.Z section). Invoke before tagging a release.

ratel-ai/ratel · 74 tokens

release-finalizer

Merges a release PR, associates it with resolved issues, replies to issue reporters, and closes issues. Use after PR review is complete and ready for merge. Closes the release cycle.

Fu-Jie/openwebui-extensions · 42 tokens