brevitas
v0.2.1Evidence-preserving budgets for engineering prose.
By Wildcat LabsLicense: Apache-2.07 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 26, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add brevitas@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/wildcat-finance/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/brevitas/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/brevitas/SKILL.md
Included Skills1
Enforce evidence-preserving structural output budgets on engineering prose. Apply automatically to chat answers and written drafts containing audit findings, security or diff review, gas analysis, `invariant` discussion, protocol analysis, or specification commentary, and on explicit $brevitas invocation. Govern volume, structure, and connective prose only. Do not apply to code comments, commit messages, or completeness-oriented specification documents.
Plugin manifests2
{
"name": "brevitas",
"version": "0.2.1",
"description": "Evidence-preserving budgets for engineering prose.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/brevitas",
"repository": "https://github.com/wildcat-finance/skills",
"keywords": [
"audit",
"security-review",
"engineering-prose",
"lint",
"evidence",
"brevity"
],
"skills": "./skills/",
"interface": {
"displayName": "Brevitas",
"shortDescription": "Evidence-preserving budgets for engineering prose.",
"longDescription": "Checks audit findings, security reviews, gas analysis, invariant discussion, diff review and protocol commentary against mechanical structure limits while preserving source evidence.",
"developerName": "Wildcat Labs",
"category": "Developer Tools",
"capabilities": [],
"defaultPrompt": "Use $brevitas to compress this engineering review without losing evidence."
},
"license": "Apache-2.0"
}{
"name": "brevitas",
"displayName": "Brevitas",
"version": "0.2.1",
"description": "Evidence-preserving budgets for engineering prose.",
"author": {
"name": "Wildcat Labs",
"url": "https://wildcat.finance"
},
"homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/brevitas",
"repository": "https://github.com/wildcat-finance/skills",
"keywords": [
"audit",
"security-review",
"engineering-prose",
"lint",
"evidence",
"brevity"
],
"skills": "./skills/",
"license": "Apache-2.0"
}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.
[brevitas on Agent Plugins Marketplace](https://pluginsmp.com/plugins/brevitas)