Agent Plugins Marketplace
All plugins

cclio

v0.3.61

cclio's coordinator rituals — boot, status board, flawlog habit, halt. typed deliberately, never self-triggered.

Claude Code6 Skills

By Dima Vakatsiienko0 GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cclio for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cclio@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dvakatsiienko/frame

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cclio/plugin-cclio/.

Plugin files

cclio/plugin-cclio/
├── .claude-plugin/plugin.json
├── skills/checkpoint/SKILL.md
├── skills/evergreen/SKILL.md
├── skills/flawlog/SKILL.md
├── skills/halt/SKILL.md
├── skills/init/SKILL.md
└── skills/report/SKILL.md

Included Skills6

checkpointskills/checkpoint/SKILL.md

load when dima types /cclio:checkpoint, says «checkpoint», or warns that we switch topic and he wants the thread thinned without losing state — the half-halt that ends in his /compact.

evergreenskills/evergreen/SKILL.md

load when dima types /cclio:evergreen, asks «updates?», «what's new in deps», «anything to merge?», says «approve evergreen», or when the boot finds open renovate PRs — the news layer over renovate + brew, and the merge hand.

flawlogskills/flawlog/SKILL.md

load on «flawlog», «flush the flawlog», «flaw», the moment a mistake just happened — dima says «you goofed», «that was wrong» — or you caught your own flaw. fix in place first, log only what survives the attempt.

haltskills/halt/SKILL.md

load when dima means we are done — «let's wrap», «that's it for today», «i'm done», «good point to stop» — or types the command. add `stop` when he leaves NOW («i have to go»).

initskills/init/SKILL.md

boot ritual for cclio — light by default; «mini» for a one-ask night, «board» / «full» for the tracker picture

reportskills/report/SKILL.md

load when dima says «sup», «where are we», «status», or asks for the session board — one compact status message.

Plugin manifests1

cclio/plugin-cclio/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "cclio",
  "version": "0.3.61",
  "description": "cclio's coordinator rituals — boot, status board, flawlog habit, halt. typed deliberately, never self-triggered.",
  "author": {
    "name": "Dima Vakatsiienko",
    "email": "[email protected]"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cclio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cclio)