Skip to content

Commit b09b6c4

Browse files
committed
Add Espresso plugin
1 parent fc0ffb3 commit b09b6c4

5 files changed

Lines changed: 43 additions & 2 deletions

File tree

.agents/plugins/marketplace.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@
265265
"category": "Development & Workflow",
266266
"description": "MCP server exposing reasoning, code, anti-deception, and memory harness tools for Codex."
267267
},
268+
{
269+
"name": "Espresso",
270+
"description": "Full token-saving stack - output compression, global rules, RTK hook, Caveman ultra, GitNexus config. Detects existing setup, installs only what is missing.",
271+
"install_url": "https://raw.githubusercontent.com/mirkobozzetto/espresso/HEAD/.codex-plugin/plugin.json",
272+
"source_url": "https://github.com/mirkobozzetto/espresso",
273+
"category": "Development & Workflow"
274+
},
268275
{
269276
"name": "frappe-agent",
270277
"displayName": "Frappe Agent",
@@ -1163,5 +1170,6 @@
11631170
"description": "GitHub-ready Codex plugin bundle for Yandex Direct, Wordstat, Metrika, and Roistat.",
11641171
"icon": "./plugins/nebelov/yandex-direct-for-all/assets/icon.png"
11651172
}
1166-
]
1173+
],
1174+
"total": 81
11671175
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
142142
- [Development Skills](https://github.com/reidemeister94/development-skills) - Three-tier triage (PASS_THROUGH / LIGHT / FULL 4-phase) development workflow for Codex and Claude Code with language auto-detection (Python, Java, TypeScript, Swift, frontend) and a staff-reviewer subagent for fresh-eyes review on every change.
143143
- [ejentum-mcp](https://github.com/ejentum/ejentum-mcp) - MCP server exposing reasoning, code, anti-deception, and memory harness tools for Codex.
144144
- [Env Lint](./plugins/mturac/env-lint) - `.env` vs `.env.example` key parity — never prints values.
145+
- [Espresso](https://github.com/mirkobozzetto/espresso) - Full token-saving stack in one plugin - output compression, global rules, RTK hook, Caveman ultra, GitNexus config. Detects existing setup, installs only what's missing. Works on Claude Code and Codex.
145146
- [Flaky Detector](./plugins/mturac/flaky-detector) - Run a test command N times, report per-test flakiness %.
146147
- [Frappe Agent](https://github.com/Dkm0315/frappe-agent) - Frappe and ERPNext coding, customization, bench, and review intelligence for Codex.
147148
- [GrayMatter](https://github.com/ValkyrLabs/GrayMatter) - Durable memory and shared graph state for Codex and OpenClaw agents, with live ValkyrAI schema awareness.

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-05-18",
6-
"total": 80,
6+
"total": 81,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -189,6 +189,16 @@
189189
"source": "awesome-codex-plugins",
190190
"install_url": "https://raw.githubusercontent.com/ejentum/ejentum-mcp/HEAD/.codex-plugin/plugin.json"
191191
},
192+
{
193+
"name": "Espresso",
194+
"url": "https://github.com/mirkobozzetto/espresso",
195+
"owner": "mirkobozzetto",
196+
"repo": "espresso",
197+
"description": "Full token-saving stack - output compression, global rules, RTK hook, Caveman ultra, GitNexus config. Detects existing setup, installs only what is missing.",
198+
"category": "Development & Workflow",
199+
"source": "awesome-codex-plugins",
200+
"install_url": "https://raw.githubusercontent.com/mirkobozzetto/espresso/HEAD/.codex-plugin/plugin.json"
201+
},
192202
{
193203
"name": "Frappe Agent",
194204
"url": "https://github.com/Dkm0315/frappe-agent",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "espresso",
3+
"version": "2.0.0",
4+
"description": "Full token-saving stack - output compression, global rules, RTK, Caveman, GitNexus auto-config. 70-85% fewer tokens.",
5+
"repository": "https://github.com/mirkobozzetto/espresso",
6+
"license": "MIT",
7+
"interface": {
8+
"displayName": "Espresso",
9+
"shortDescription": "One plugin. Full token-saving stack. 70-85% fewer tokens.",
10+
"composerIcon": "./assets/icon.svg"
11+
}
12+
}
Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)