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.
npx skills add JotJunior/cstk --skill agente-00c-runtimegit clone --depth 1 https://github.com/JotJunior/cstkWrote 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.
[](https://agentmods.dev/skills/jotjunior/cstk/agente-00c-runtime)<a href="https://agentmods.dev/skills/jotjunior/cstk/agente-00c-runtime"><img src="https://agentmods.dev/badge/skills/jotjunior/cstk/agente-00c-runtime/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.
<a href="https://agentmods.dev/skills/jotjunior/cstk/agente-00c-runtime"><img src="https://agentmods.dev/badge/skills/jotjunior/cstk/agente-00c-runtime.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 21 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.04054 |
| Opus 5 | $0.00021 | $0.02027 |
| Sonnet 5 | $0.00008 | $0.00811 |
| Haiku 4.5 | $0.00004 | $0.00405 |
Grade A, and why
agente-00c-runtime 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.
How it starts
The opening of the file, as written. The whole thing — 274 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agente-00C Runtime
Scripts POSIX que implementam as primitivas de estado da pipeline 00C.
Consumidos via tool Bash pelos agentes em ~/.claude/agents/agente-00c-*.md.
Layout
~/.claude/skills/agente-00c-runtime/
└── scripts/
├── state-rw.sh # init/read/write/get/set/sha256/path-validate
├── state-validate.sh # FR-008: schema + invariantes (read-only)
└── state-lock.sh # acquire/release/check (mkdir atomico)
Convencao de path do estado
<projeto-alvo>/.claude/agente-00c-state/
├── state.json
├── state.json.sha256
├── .lock/ # diretorio criado por mkdir atomico
└── state-history/
└── onda-NNN-<iso8601>.json
Todos os scripts aceitam --state-dir <path> apontando para o diretorio
acima — nao para o state.json diretamente.
Dependencia: jq
Os helpers de leitura/escrita de state.json exigem jq no PATH. Sem
jq, os scripts falham com mensagem clara orientando instalacao
(brew install jq no macOS / apt install jq em Debian/Ubuntu). Esta e
uma excecao escopada ao Principio II do toolkit (POSIX sh puro), alinhada
com o carve-out 1.1.0 da constitution para JSON estruturado.
NAO e skill user-invocavel
Esta skill NAO tem trigger automatico — description indica claramente
que e infraestrutura interna. Nao deve aparecer como sugestao para o
operador. A presenca em ~/.claude/skills/ e necessaria apenas porque o
mecanismo de cstk install so distribui artefatos sob plugins/cstk/skills/,
plugins/cstk/commands/ ou plugins/cstk/agents/.
Estado atual
FASE 2 do backlog em docs/specs/_archived/agente-00c/tasks.md. Implementacao
operacional dos 3 scripts entregue como esqueleto + cobertura de testes
em tests/test_state-*.sh.
Reuso pelo feature-00c (FASE 1 de docs/specs/_archived/feature-00c/tasks.md)
Este runtime e compartilhado entre /agente-00c (orquestracao de
projeto inteiro) e /feature-00c (orquestracao de feature individual).
Auditoria empirica em scripts/_audit-paths.md confirma que 18/21
scripts ja aceitam --state-dir DIR desde a v1.0 — nenhum refactor
mecanico necessario. Os 3 scripts restantes (issue.sh, report.sh,
secrets-filter.sh) tem decisoes de design documentadas no audit.
What ships with it
60 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.
- evals/triggers.jsonl 294 B
- hooks/posttooluse-agent-usage.sh 13 KB runs code
- hooks/posttooluse-loose-usage.sh 17 KB runs code
- hooks/posttooluse-tool-call-tick.sh 9.9 KB runs code
- hooks/pretooluse-bash-guard.sh 22 KB runs code
- hooks/settings.loose-usage.snippet.json 288 B
- hooks/settings.snippet.json 804 B
- hooks/statusline-plan-usage.sh 7.3 KB runs code
- references/phase-model-map.txt 1.5 KB
- references/state-db-schema.sql 13 KB
- references/structural-axis-map.txt 1.5 KB
- references/tier-gate-map.txt 1.5 KB
- scripts/_audit-paths.md 5.3 KB
- scripts/_bloqueios-db.sh 15 KB runs code
- scripts/_diag.sh 2.7 KB runs code
- scripts/_hash.sh 2.2 KB runs code
- scripts/_hook-active-exec.sh 9.0 KB runs code
- scripts/_log.sh 2.9 KB runs code
- scripts/_resolve-root.sh 6.0 KB runs code
- scripts/_spawn-tracker-db.sh 5.5 KB runs code
- scripts/_state-db.sh 7.5 KB runs code
- scripts/_state-decisions-db.sh 13 KB runs code
- scripts/_state-dir.sh 2.5 KB runs code
- scripts/_state-ondas-db.sh 23 KB runs code
- scripts/_state-read.sh 4.0 KB runs code
- scripts/_state-rw-db.sh 64 KB runs code
- scripts/.secrets-filter-ignore 885 B
- scripts/bash-guard.sh 17 KB runs code
- scripts/bloqueios.sh 18 KB runs code
- scripts/briefing-items.sh 8.3 KB runs code
- scripts/budget.sh 6.4 KB runs code
- scripts/circular.sh 8.3 KB runs code
- scripts/commit-mode.sh 44 KB runs code
- scripts/cycles.sh 6.5 KB runs code
- scripts/delivery-tier.sh 12 KB runs code
- scripts/drift.sh 18 KB runs code
- scripts/feature-00c-preflight.sh 9.0 KB runs code
- scripts/guard-hooks-status.sh 33 KB runs code
- scripts/issue.sh 21 KB runs code
- scripts/mcp-build-lazy.sh 7.6 KB runs code
- scripts/mcp-launch.sh 16 KB runs code
- scripts/mcp-session.sh 13 KB runs code
- scripts/model-routing-report.sh 17 KB runs code
- scripts/model-routing.sh 63 KB runs code
- scripts/otel-usage.sh 26 KB runs code
- scripts/parallel-launch.sh 29 KB runs code
- scripts/parallel-notification-parse.sh 4.8 KB runs code
- scripts/path-guard.sh 8.0 KB runs code
- scripts/pipeline.sh 41 KB runs code
- scripts/report.sh 36 KB runs code
- scripts/retro.sh 5.6 KB runs code
- scripts/roadmap-mode.sh 5.3 KB runs code
- scripts/roadmap-write.sh 13 KB runs code
- scripts/sanitize.sh 4.9 KB runs code
- scripts/secrets-filter.sh 15 KB runs code
- scripts/session-scope.sh 11 KB runs code
- scripts/spawn-tracker.sh 8.4 KB runs code
- scripts/state-backend.sh 15 KB runs code
- scripts/state-cache.sh 18 KB runs code
- scripts/state-db-migrate.sh 24 KB runs code
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.
- 5d ago Changed · +10 lines c140884d300c
- 9d ago First seen · 264 lines · 42 tokens per session scan A 130b8b324b4e
agente-00c-runtime is a skill published in the GitHub repository JotJunior/cstk (23 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 4,054 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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…