quinotospec-norns

quinotospec-norns is a skill for Claude Code, Codex from Quinoto-Tech/QuinotoSpec. It costs 48 tokens per session (1,045 once invoked), scanned A, original, MIT.

A release-version checker and updater for projects that store the same version in several files. It detects mismatches and can update the values together with a matching changelog entry.

In plain words
What is it for?
Use it before a release, version bump, or tag to set a target version, preview changes, or check for mismatches without editing files.
Why use it?
It prevents releases from showing different versions in manifests, scripts, documentation, architecture diagrams, or roadmaps. It also reports version drift before a release.

Skill for Claude CodeCodex

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

Good fit Use it before a release, version bump, or tag to set a target version, preview changes, or check for mismatches without editing files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/quinoto-tech/quinotospec/quinotospec-norns
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 Quinoto-Tech/QuinotoSpec --skill quinotospec-norns
Clone the repo
git clone --depth 1 https://github.com/Quinoto-Tech/QuinotoSpec

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 quinotospec-norns

README.md
[![agentmods](https://agentmods.dev/badge/skills/quinoto-tech/quinotospec/quinotospec-norns/github.svg)](https://agentmods.dev/skills/quinoto-tech/quinotospec/quinotospec-norns)
Your own site
<a href="https://agentmods.dev/skills/quinoto-tech/quinotospec/quinotospec-norns"><img src="https://agentmods.dev/badge/skills/quinoto-tech/quinotospec/quinotospec-norns/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 quinotospec-norns

Your own site · 80×15
<a href="https://agentmods.dev/skills/quinoto-tech/quinotospec/quinotospec-norns"><img src="https://agentmods.dev/badge/skills/quinoto-tech/quinotospec/quinotospec-norns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,045 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00048 $0.01045
Opus 5 $0.00024 $0.00522
Sonnet 5 $0.00010 $0.00209
Haiku 4.5 $0.00005 $0.00104

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

Security

Grade A, and why

quinotospec-norns 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 12d 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.

agent-dist/skills/quinotospec-norns/SKILL.md · 79 lines

How it starts

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

Skill: Quinotospec Norns — Las Tejedoras del Destino

Las 3 Nornas tejen el destino bajo Yggdrasil. Esta skill teje la version en cada hilo del proyecto sin que quede uno deshilachado.

Cuando usar

  • Antes de cualquier release, bump o tag
  • Cuando manifest.json vs .version vs install.sh vs README vs ARCHITECTURE.md vs CHANGELOG.md driftan
  • Como gate pre-quinotospec.release

Invocacion

/quinotospec-norns --to 2.7.0
/quinotospec-norns --to 3.0.0 --dry-run
/quinotospec-norns --check   # solo reporta drift sin tocar

Comportamiento

1. Check (drift detection)

Lee y compara:

Fuente Campo Esperado
.version contenido X.Y.Z
manifest.json version, workflows, skills, rules FS real (find ... | wc -l)
install.sh INSTALLER_VERSION= igual a .version
README.md / README_EN.md badges version-, workflows-, skills-, rules- igual a manifest
docs/ARCHITECTURE.md diagrama workflows/skills/rules + headings Workflows (N) igual a FS
CHANGELOG.md ## [X.Y.Z] existe para version actual
V3_ROADMAP.md Version actual: igual a .version
scripts/validate-all.sh EXPECTED_COUNTS igual a FS
agent-dist/templates/schema-template.yaml template: refs existen

Si hay mismatch → reporta tabla OK/DRIFT y sale con codigo 1 en --check.

2. Bump atomico (--to X.Y.Z)

  1. Valida semver X.Y.Z y que X.Y.Z > current (semver compare)
  2. Determina edition:
    • 3.xWarband: Hird
    • 2.7+Yggdrasil — Tiwaz Rune
    • 2.1-2.6Berserker
    • 2.0Possessed
  3. Ejecuta scripts/update-version.sh X.Y.Z (portable sed -i.bak)
  4. Post-sync extra (lo que update-version.sh no hacia antes):
    • README.md / README_EN.md badges version-, skills-, rules-, workflows- + texto 12→13 reglas
    • docs/ARCHITECTURE.md diagrama + headings
    • V3_ROADMAP.md Version actual:
    • scripts/validate-all.sh EXPECTED_COUNTS
    • Verifica schema-template.yaml templates existen (no dangling refs)
  5. Genera entrada changelog v2 si el proyecto usa changelog/:
    • changelog/YYYY-MM-DD-NORN-bump-X.Y.Z.md desde changelog-entry-template.md
    • Incluye git diff --stat specs/.. si hay specs
  6. Valida: bash tests/run-all-tests.sh && bash scripts/validate-all.sh --strict (o --internal-only si sin red)
  7. Reporta git status --short y sugiere git add -A && git commit -m "chore: bump version to X.Y.Z (Norns)"

Read the full file on GitHub · 79 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. 12d ago First seen · 79 lines · 48 tokens per session scan A 5ccb21d20ce4

Subscribe to this mod's changes

quinotospec-norns is a skill published in the GitHub repository Quinoto-Tech/QuinotoSpec (20 stars, last pushed yesterday), licensed MIT. It adds 48 tokens to every session and 1,045 once invoked, about $0.0002 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.