Skip to content

Commit a860e95

Browse files
committed
Add Token Optimizer
Context quality scoring, smart compaction, session continuity, and active optimization across Claude Code, Codex, OpenCode, and OpenClaw.
1 parent 185284e commit a860e95

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
162162
- [Tandem Workflow Architect](https://github.com/frumu-ai/tandem-codex-plugin) - Plan Tandem workflows in Codex, then validate, preview, and run them through the governed Tandem engine.
163163
- [Tartiner Labs](https://github.com/tartinerlabs/skills) - Agent skills for git workflows, GitHub automation, security audits, code refactoring, and project tooling.
164164
- [Team Skills Platform](https://github.com/Colin4k1024/tsp) - Role-based team delivery framework — Tech Lead-orchestrated 8-role system with 195+ skills, 27 specialist agents, 80+ commands, hooks, and ECC harness for Claude Code, Codex, and OpenCode.
165+
- [Token Optimizer](https://github.com/alexgreensh/token-optimizer) - Detect and fix all three types of context waste (behavioral, structural, runtime), track quality degradation with a 7-signal scoring engine, and actively optimize sessions with smart compaction, loop detection, and continuity recovery across Claude Code, Codex, OpenCode, and OpenClaw.
165166
- [Test Gap](./plugins/mturac/test-gap) - Find lines in your diff lacking test coverage (Cobertura, lcov, coverage.json).
166167
- [TODO Harvest](./plugins/mturac/todo-harvest) - TODO/FIXME/HACK scan with `git blame` author + age.
167168
- [Tool Advisor](https://github.com/dragon1086/claude-skills) - Read-only meta-skill that scans your MCP servers, skills, plugins, and CLI tools, then suggests up to three ranked approaches (Methodical / Fast / Deep) with a copy-paste Quick Action table.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "token-optimizer",
3+
"version": "5.7.0",
4+
"description": "Audit, monitor, and reduce Codex context waste with continuity helpers and explicit outline tools.",
5+
"repository": "https://github.com/alexgreensh/token-optimizer",
6+
"license": "PolyForm-Noncommercial-1.0.0",
7+
"interface": {
8+
"displayName": "Token Optimizer",
9+
"shortDescription": "Find the ghost tokens in Codex sessions.",
10+
"developerName": "Alex Greenshpun",
11+
"category": "Developer Tools",
12+
"composerIcon": "./assets/icon.png"
13+
}
14+
}
48.9 KB
Loading

0 commit comments

Comments
 (0)