ct-master-tac

ct-master-tac is a skill for Claude Code from kryptobaseddev/cleo. It costs 151 tokens per session (1,073 once invoked), scanned A, original, MIT.

A bundled library of protocols for guiding an autonomous coding project from research and design through implementation, testing, and release.

In plain words
What is it for?
Use it to provide standard workflows for research, architecture decisions, specifications, task breakdowns, coding, validation, testing, and publishing.
Why use it?
It gives a fresh CleoOS installation the procedures needed to manage the full development lifecycle.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; mentions Gemini CLI.

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/kryptobaseddev/cleo/ct-master-tac
Any agent
npx skills add kryptobaseddev/cleo --skill ct-master-tac
Clone the repo
git clone --depth 1 https://github.com/kryptobaseddev/cleo

Made for: Claude Code.

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 ct-master-tac

README.md
[![agentmods](https://agentmods.dev/badge/skills/kryptobaseddev/cleo/ct-master-tac.svg)](https://agentmods.dev/skills/kryptobaseddev/cleo/ct-master-tac)
Your own site
<a href="https://agentmods.dev/skills/kryptobaseddev/cleo/ct-master-tac"><img src="https://agentmods.dev/badge/skills/kryptobaseddev/cleo/ct-master-tac.svg" alt="Measured on agentmods" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,073 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.00151 $0.01073
Opus 5 $0.00076 $0.00536
Sonnet 5 $0.00030 $0.00215
Haiku 4.5 $0.00015 $0.00107

Measured 2d ago against content hash 4190576135f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ct-master-tac 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (__tests__/install.test.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

packages/skills/skills/ct-master-tac/SKILL.md · 117 lines

How it starts

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

ct-master-tac — Master Tactical Bundle

Provenance: @task T430, @epic T382, @umbrella T377 Bundle version: 1.0.0 — ships with CleoOS v2026.4.x

The Master TAC (Tactical Asset Cache) plugin bundles every protocol primitive the autonomous execution layer requires. After tools.skill.install ct-master-tac, a fresh CleoOS install has batteries-included support for the full RCASD-IVTR+C lifecycle.


What's Inside

12 CANT Protocol Files (bundled/protocols/)

File ID Stage Skill
research.cant RSCH research ct-research-agent
consensus.cant CONS consensus ct-consensus-voter
architecture-decision.cant ADR architecture-decision ct-adr-recorder
specification.cant SPEC specification ct-spec-writer
decomposition.cant DCMP decomposition ct-epic-architect
implementation.cant IMPL implementation ct-task-executor
validation.cant VALID validation ct-validator
testing.cant TEST testing ct-ivt-looper
contribution.cant CONT cross-cutting ct-contribution
release.cant REL release ct-release-orchestrator
artifact-publish.cant ART release ct-artifact-publisher
provenance.cant PROV release ct-provenance-keeper

Platform Team (bundled/teams/platform.cant)

Canonical 3-tier team definition with planning-lead, engineering-lead, and validation-lead. Mirrors the .cleo/teams.cant seed from a standard CleoOS init.


Install Behaviour

tools.skill.install ct-master-tac

The install hook:

  1. Copies bundled/protocols/*.cant to packages/core/src/validation/protocols/cant/ (skips files that already exist unless --force is provided).
  2. Copies bundled/teams/platform.cant to .cleo/teams.cant (skips if exists).
  3. Verifies that all 12 protocol files are present and parseable.
  4. Emits an install summary to stdout.

Running install a second time is a no-op (idempotent).

Read the full file on GitHub · 117 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. 2d ago First seen · 117 lines · 151 tokens per session scan A 4190576135f8

Subscribe to this mod's changes

ct-master-tac is a skill published in the GitHub repository kryptobaseddev/cleo (160 stars, last pushed 16d ago), licensed MIT. It adds 151 tokens to every session and 1,073 once invoked, about $0.0008 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.