engage
v0.4.3Terse, lazy-in-the-good-way output style with a light Star Trek garnish. One voice, four intensities.
By Jonathan GautheronLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 27, 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 engage for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add engage@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/jgautheron/engageClone 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
Plugin manifests2
{
"name": "engage",
"version": "0.4.3",
"description": "Terse, lazy-in-the-good-way output style with a light Star Trek garnish. One voice, four intensities.",
"author": {
"name": "Jonathan Gautheron",
"url": "https://github.com/jgautheron"
},
"homepage": "https://github.com/jgautheron/engage",
"repository": "https://github.com/jgautheron/engage",
"license": "MIT",
"keywords": [
"terse",
"yagni",
"output-style",
"productivity"
],
"skills": "./codex/skills/",
"hooks": "./codex/hooks.json",
"interface": {
"displayName": "engage",
"shortDescription": "Terse, lazy-by-default coding voice",
"longDescription": "Drops filler, keeps full technical accuracy, and applies a measured engineering discipline: YAGNI, stdlib first, contracts on every export, no clever idioms.",
"developerName": "Jonathan Gautheron",
"category": "Productivity",
"capabilities": [
"Instructions",
"Lifecycle hooks"
],
"websiteURL": "https://github.com/jgautheron/engage",
"defaultPrompt": [
"Fix this bug, engage style.",
"Review this diff for over-engineering."
],
"brandColor": "#111111",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg"
}
}{
"name": "engage",
"version": "0.4.3",
"description": "A lean output-style pack: terse by default, switchable to concise / docs / plain, with lazy-by-default engineering discipline and a light Star Trek garnish. Zero per-turn overhead — the style lives in the system prompt. Say \"hit it\" to proceed.",
"author": {
"name": "Jonathan Gautheron"
}
}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.
[engage on Agent Plugins Marketplace](https://pluginsmp.com/plugins/engage)