Credits & inspiration¶
claudectl is built on ideas from the wider Claude Code ecosystem. With thanks:
- microsoft/markitdown — document→markdown token-efficiency thinking (doc ingestion is on the roadmap).
- anthropics/claude-code
code-reviewplugin — the confidence-scoring + high-threshold + CLAUDE.md-compliance review pattern behindclaudectl review. - thedotmack/claude-mem — the session-observation → summary →
SessionStartinjection pattern behind Recent-work memory. - anthropics/claude-plugins-official — the Skills (
SKILL.md) extension model and plugin structure. - diegosouzapw/OmniRoute (MIT) — self-hosted free-tier model proxy; originally the inspiration for Economy model routing, now also the backend behind Settings → Free execution, which routes the execute half of Plan → Execute to OmniRoute's free tier while planning stays on your real Anthropic account.
- olsenbrands/fable-foreman (MIT, Jordan Olsen) — the Claude Code skill + worker/verifier subagent pattern for delegating execution to cheaper models under a frontier model's plan. Installable from ⚙ Skills → Install from GitHub.
- claudemarketplaces.com — skill/plugin discovery; the
cavemantoken-compression skill inspired the bundledtoken-economystarter. - VoltAgent/awesome-claude-code-subagents — the 154-agent catalog claudectl's agent library mirrors. All credit for the agents goes to their original authors.
- topoteretes/cognee and Aider's repo-map — graph memory and retrieval budgeting, both reimplemented from scratch in pure stdlib for project memory.
- Ponytail — the code-minimization rule behind one of the bundled hooks.
Bundled starter skills under claude_sessions/skills_templates/ are original write-ups
inspired by patterns in these community collections, each credited in-file:
alirezarezvani/claude-skills,
ComposioHQ/awesome-claude-skills,
obra/superpowers,
khalilbenaz/claude-skills-collection.
They follow Conventional Commits and
Keep a Changelog where relevant.
claudectl itself is MIT licensed.