kryptobaseddev/cleo

Agent-first task orchestration. Persistent memory. Multi-provider coordination.

160Stars on the repository
153Mods indexed here, across every type
15d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cleo-validator

01

kryptobaseddev/cleo

Skill Claude CodeCodex

Independent IVTR peer-reviewer role. The Validator is spawned by a Lead AFTER a Worker reports an implementation candidate to verify that every Acceptance Criterion is satisfied by programmatic evidence. The Validator MUST be a different agent instance from the Worker who built the change — same-agent self-attestation…

not rated 160 15d ago A 196 tokens original MIT

SKILL-monorepo

02

kryptobaseddev/cleo

Skill Claude CodeCodex

CLEO provider adapter for Anthropic Claude Code CLI. Default export is the adapter class for dynamic loading by AdapterManager. T5240 Use when: (1) calling its 2515 API functions, (2) configuring @cleocode/monorepo, (3) understanding its 1754 type definitions, (4) working with its 104 classes, (5) user mentions…

not rated 160 15d ago B 100 tokens original MIT

SKILL-caamp

03

kryptobaseddev/cleo

Skill Claude CodeCodex

Central AI Agent Managed Packages - unified provider registry and package manager for AI coding agents Use when: (1) running caamp CLI commands, (2) calling its 276 API functions, (3) configuring @cleocode/caamp, (4) understanding its 180 type definitions, (5) working with its 8 classes, (6) user mentions "ai"…

not rated 160 15d ago A 113 tokens original MIT

ct-adr-recorder

04

kryptobaseddev/cleo

Skill Claude CodeCodex

Records Architecture Decision Records from accepted consensus verdicts. Use when promoting a consensus outcome to a formal ADR: drafts the document in the proposed-then-accepted HITL lifecycle, links to the originating consensus manifest, persists the decision to the canonical SQLite decisions table, and triggers…

not rated 160 15d ago A 117 tokens original MIT

kryptobaseddev/cleo

Skill Claude CodeCodex

Builds and publishes artifacts to registries (npm, PyPI, cargo, docker, GitHub releases, generic tarballs) following the validate, then dry-run, then build, then publish, then record-provenance pipeline. Invoked by ct-release-orchestrator as a sub-skill when a release has artifact config. Never stores credentials in…

not rated 160 15d ago A 124 tokens original MIT

ct-cleo

06

kryptobaseddev/cleo

Skill Claude CodeCodex

CLEO task management protocol - session, task, and workflow guidance. Use when managing tasks, sessions, or multi-agent workflows with the CLEO CLI protocol.

not rated 160 15d ago A 36 tokens original MIT

ct-codebase-mapper

07

kryptobaseddev/cleo

Skill Claude CodeCodex

Codebase analysis and mapping for autonomous agent understanding. Builds structured maps of project stack, architecture, conventions, testing, integrations, and concerns.

not rated 160 15d ago A 34 tokens original MIT

ct-consensus-voter

08

kryptobaseddev/cleo

Skill Claude CodeCodex

Runs structured multi-agent voting for decision tasks with confidence scores, conflict detection, and HITL escalation when the threshold is not met. Use when two or more agents must vote on options: architecture choices, tool selection, policy decisions, when a task carries agenttype:analysis, or on phrases like…

not rated 160 15d ago A 120 tokens original MIT

ct-contribution

09

kryptobaseddev/cleo

Skill Claude CodeCodex

Guided workflow for multi-agent consensus contributions. Use when user says "/contribution", "contribution protocol", "submit contribution", "consensus workflow", "multi-agent decision", "create contribution", "contribution start", "contribution submit", "detect conflicts", "weighted consensus", "decision tracking"…

not rated 160 15d ago A 71 tokens original MIT

ct-council

10

kryptobaseddev/cleo

Skill Claude CodeCodex

Convene "The Council" — a 5-advisor, shuffled gate-based peer-review, chairman-synthesis workflow for reviewing a plan, decision, architecture, or piece of work inside the current project. Use when the user says "convene the council" (or "counsel"), "get the council on this", "council review", "run the five advisors"…

not rated 160 15d ago A 166 tokens original MIT

ct-dev-workflow

11

kryptobaseddev/cleo

Skill Claude CodeCodex

Development workflow orchestration for task-driven development with atomic commits, conventional commit messages, and systematic release processes. Enforces task traceability, branch discipline, smart test scope selection, and GitHub Actions integration. Use when committing code, creating releases, managing branches…

not rated 160 15d ago A 76 tokens original MIT

ct-docs-lookup

12

kryptobaseddev/cleo

Skill Claude CodeCodex

This skill should be used when the user asks "how do I configure [library]", "write code using [framework]", "what are the [library] methods", "show me [framework] examples", or mentions libraries like React, Vue, Next.js, Prisma, Supabase, Express, Tailwind, Drizzle, Svelte. Triggers for library setup, configuration…

not rated 160 15d ago A 104 tokens original MIT

ct-docs-review

13

kryptobaseddev/cleo

Skill Claude CodeCodex

This skill should be used when the user asks to "review documentation", "check docs style", "review this markdown file", "check style guide compliance", "review PR documentation", or needs documentation reviewed against the CLEO writing style guide. Supports both local file review and GitHub PR review modes with…

not rated 160 15d ago A 68 tokens copy · 88% MIT

ct-docs-write

14

kryptobaseddev/cleo

Skill Claude CodeCodex

This skill should be used when creating, editing, or reviewing documentation files (markdown, MDX, README, guides). Use when the user asks to "write docs", "create documentation", "edit the README", "improve doc clarity", "make docs more readable", "follow the style guide", or "write user-facing content". Applies…

not rated 160 15d ago A 87 tokens original MIT

ct-documentor

15

kryptobaseddev/cleo

Skill Claude CodeCodex

Documentation coordinator with CLEO style guide compliance. Routes every canonical-doc write (spec, adr, research, handoff, note, llm-readme) through the docs SSoT via cleo docs add / cleo docs publish / cleo docs fetch — never raw filesystem writes. Coordinates ct-docs-lookup, ct-docs-write, ct-docs-review…

not rated 160 15d ago C 130 tokens original MIT

ct-epic-architect

16

kryptobaseddev/cleo

Skill Claude CodeCodex

Epic planning and task decomposition for breaking down large initiatives into atomic, executable tasks. Provides dependency analysis, wave-based parallel execution planning, hierarchy management, and research linking. Use when creating epics, decomposing initiatives into task trees, planning parallel workflows, or…

not rated 160 15d ago A 77 tokens original MIT

ct-grade

17

kryptobaseddev/cleo

Skill Claude CodeCodex

CLEO session grading and A/B behavioral analysis with token tracking. Evaluates agent session quality via a 5-dimension rubric (S1 session discipline, S2 discovery efficiency, S3 task hygiene, S4 error protocol, S5 progressive disclosure). Supports three modes: (1) scenario — run playbook scenarios S1-S5 via CLI; (2)…

not rated 160 15d ago A 188 tokens original MIT

ct-ivt-looper

18

kryptobaseddev/cleo

Skill Claude CodeCodex

Runs a project-agnostic autonomous Implement-then-Validate-then-Test compliance loop on any git worktree. Detects the project's test framework (vitest, jest, mocha, pytest, unittest, go-test, cargo-test, rspec, phpunit, bats, or other) and iterates until the implementation satisfies its specification, recording…

not rated 160 15d ago A 169 tokens original MIT

ct-lead

19

kryptobaseddev/cleo

Skill Claude CodeCodex

Phase Lead orchestration playbook for spawning and supervising a parallel worker swarm in one wave. Use when spawned by ct-orchestrator with role=orchestrator to fan out N leaf workers via delegatetask, drain the epic- .wave- conduit topic plus pipelinemanifest, await rollupWaveStatus convergence, and return ONE…

not rated 160 15d ago A 143 tokens original MIT

ct-master-tac

20

kryptobaseddev/cleo

Skill Claude CodeCodex

Master Tactical Bundle for CleoOS autonomous execution. Installs the complete primitive library needed to run the full agentic execution layer on a fresh CleoOS install: 12 CANT protocol files (research, consensus, architecture-decision, specification, decomposition, implementation, validation, testing, contribution…

not rated 160 15d ago A 151 tokens original MIT

ct-memory

21

kryptobaseddev/cleo

Skill Claude CodeCodex

Brain memory protocol with progressive disclosure for anti-hallucination and context recall.

not rated 160 15d ago A 18 tokens original MIT

ct-orchestrator

22

kryptobaseddev/cleo

Skill Claude CodeCodex

Pipeline-aware orchestration skill for managing complex workflows through subagent delegation. Use when the user asks to "orchestrate", "orchestrator mode", "run as orchestrator", "delegate to subagents", "coordinate agents", "spawn subagents", "multi-agent workflow", "context-protected workflow", "agent farm", "HITL…

not rated 160 15d ago A 126 tokens original MIT

kryptobaseddev/cleo

Skill Claude CodeCodex

Generates in-toto v1 attestations, SLSA-level provenance records, SBOMs (CycloneDX or SPDX), and sigstore/cosign signatures for published artifacts. Invoked by ct-artifact-publisher as a delegation for signing and attestation. Records the full commit, then build, then artifact, then attestation, then registry chain in…

not rated 160 15d ago A 121 tokens original MIT

kryptobaseddev/cleo

Skill Claude CodeCodex

Orchestrates the canonical 4-verb release pipeline introduced by SPEC-T9345: cleo release plan, then cleo release open, then PR + GHA tag workflow, then cleo release reconcile. The deprecated cleo release ship monolith was deleted in T10103 — do not invoke it. Use ship-e2e-smoke to validate the full pipeline…

not rated 160 15d ago A 131 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: