quinotospec-validate

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

A validation workflow that checks whether a QuinotoSpec project has the required discovery files, proposal records, changelog, and consistent task state.

In plain words
What is it for?
It helps verify project discovery, prefix registration, changelog entries, active proposals, and task checkboxes.
Why use it?
It catches missing files, duplicates, invalid states, and inconsistent project records before important workflows run.

Skill for Claude CodeCodex

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

Good fit It helps verify project discovery, prefix registration, changelog entries, active proposals, and task checkboxes.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/quinoto-tech/quinotospec/quinotospec-validate"><img src="https://agentmods.dev/badge/skills/quinoto-tech/quinotospec/quinotospec-validate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,403 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.00026 $0.01403
Opus 5 $0.00013 $0.00701
Sonnet 5 $0.00005 $0.00281
Haiku 4.5 $0.00003 $0.00140

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

Security

Grade A, and why

quinotospec-validate 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 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.

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-validate/SKILL.md · 150 lines

How it starts

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

Skill: Quinotospec Validate

Usa esta skill como precondición antes de ejecutar cualquier workflow de creación o modificación. Verifica que el sistema esté en un estado coherente para continuar.

Checks de Validación

Ejecuta los siguientes checks en orden y reporta el resultado de cada uno con ✅ / ❌:

1. Discovery

  • ✅ La carpeta .quinoto-spec/discovery/ existe.
  • ✅ Están presentes los 8 archivos esperados: 01-stack-profile.md, 02-overview.md, 03-architecture.md, 04-endpoints-and-openapi.md, 05-data-and-services.md, 06-devops-ci-security.md, 07-findings-and-recommendations.md, 08-product-and-agreements.md.
  • 08-product-and-agreements.md tiene contenido más allá de los encabezados (DoR/DoD definidos).

2. Prefix Registry

  • ✅ El archivo .quinoto-spec/prefix-registry.md existe.
  • ✅ No hay filas duplicadas (dos propuestas con el mismo prefijo).

3. Changelog

  • ✅ El archivo .quinoto-spec/quinoto-spec-changelog.md existe.
  • ✅ El changelog tiene entradas (no está vacío).

4. Propuestas Activas (si aplica)

  • ✅ No hay propuestas con **Estado:** 🟢 En Curso sin ninguna tarea iniciada.
  • ✅ No hay archivos de tareas con checkboxes mezclados inconsistentemente (ej. tareas completadas sin historia completada).

5. Branch Naming Convention (para workflows apply)

  • ✅ El branch actual sigue el formato feature/{{TASK_ID}}-descripcion o bugfix/{{TASK_ID}}-descripcion.
  • ⚠️ Si no hay branch o es main/master, advertencia nomás.

6. Archivo Config Crítico (para workflows de config)

  • ✅ Al modificar base-config.yml o sprint-config.yml, verificar que se obtuvo confirmación del usuario.
  • ⚠️ Si no hay confirmación registrada, DETENER.

7. Estado de Archive

  • ✅ Al archivar, verificar que el estado en proposal.md sea ✅ Completada.
  • ⚠️ Si no está completada, Advertir antes de proceder.

8. Discovery Freshness

  • ✅ Archivos de discovery tienen menos de 30 días.
  • ⚠️ Si > 30 días, sugerir @quinotospec.refresh-discovery.

Read the full file on GitHub · 150 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 · 150 lines · 26 tokens per session scan A e8a5b26fb26d

Subscribe to this mod's changes

quinotospec-validate is a skill published in the GitHub repository Quinoto-Tech/QuinotoSpec (20 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 1,403 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-09-03.

Related

Other skills, from other repositories

systemic-issue-triage

Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.

Gentleman-Programming/gentle-ai · 57 tokens

triage-issue

Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When an agent needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket…

atlassian/atlassian-mcp-server · 116 tokens

bug-triage

Read all open bugs in production/qa/bugs/, re-evaluate priority vs. severity, assign to sprints, surface systemic trends, and produce a triage report. Run at sprint start or when the bug count grows enough to need re-prioritization.

Donchitos/Claude-Code-Game-Studios · 59 tokens

browse-flows

Browse Power Automate environments and flows interactively. Use when the user wants to browse, list, or explore their flows and environments.

microsoft/power-platform-skills · 31 tokens

operating-cadence

Designs the rhythm an organization runs on — which reviews happen weekly, monthly and quarterly, what each one decides, who owns the numbers presented, and how a signal at the front line reaches the people who can act on it. Use this to set up a management operating system, fix a meeting calendar that produces no…

cbrock84/headcount · 95 tokens

status

Display current FIRE project status and validate integrity of intents, work items, and runs.

fabriqaai/specs.md · 19 tokens