eridian
v0.6.1Rocky-speak for Codex — terse Eridian token compression, workflows, stats, and buddy controls
By João Oliveira20 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 eridian for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add eridian@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/jpboliv/eridianClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/speak/SKILL.md
Included Skills1
Talk like Rocky from Project Hail Mary — terse, token-saving engineer-speak. Use when the user says "talk like Rocky", "rocky mode", "eridian mode", "be Rocky", "speak Eridian", or asks to enable/disable/change eridian mode by name or level (lite, full, ultra, eridian, off).
Plugin manifests2
{
"name": "eridian",
"version": "0.6.1",
"description": "Rocky-speak for Codex — terse Eridian token compression, workflows, stats, and buddy controls",
"author": {
"name": "João Oliveira"
},
"skills": "./adapters/codex/skills/",
"hooks": "./hooks/codex.json"
}{
"name": "eridian",
"version": "0.6.1",
"description": "Talk terse like Rocky from Project Hail Mary. Save output tokens. Amaze.",
"author": {
"name": "João Oliveira"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[eridian on Agent Plugins Marketplace](https://pluginsmp.com/plugins/eridian)