concise
v1.0.1Session-only concise chat with proper grammar and complete technical artifacts.
By David KimLicense: MIT1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 concise for Codex and Claude Code
codex plugin marketplace add davekim917/bootstrap
codex plugin marketplace upgrade davekim917-bootstrap
codex plugin add concise@davekim917-bootstrapPaste and run these commands in a terminal with Codex. They add and refresh the davekim917-bootstrap catalog, then install this plugin.
Compatibility: the page URL and API slug “concise-2” remain stable.
- Codex:
concise-2@agent-plugin-marketplace→concise@davekim917-bootstrap
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/davekim917/bootstrapClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/concise/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/concise/SKILL.md
Included Skills1
Turn on or off extremely concise, grammatical chat for the current session. Use only when the user explicitly invokes concise or asks for this session mode.
Plugin manifests2
{
"name": "concise",
"version": "1.0.1",
"description": "Session-only concise chat with proper grammar and complete technical artifacts.",
"author": {
"name": "David Kim"
},
"repository": "https://github.com/davekim917/bootstrap",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Concise",
"shortDescription": "Toggle concise chat for this session",
"longDescription": "Opt-in concise, grammatical chat for host and NanoClaw sessions. Keeps technical artifacts complete and turns off when asked.",
"developerName": "David Kim",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"Use the concise skill for this session."
]
}
}{
"name": "concise",
"version": "1.0.1",
"description": "Session-only concise chat with proper grammar and complete technical artifacts.",
"author": {
"name": "David Kim"
},
"repository": "https://github.com/davekim917/bootstrap",
"license": "MIT",
"skills": "./skills/"
}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.
[concise on Agent Plugins Marketplace](https://pluginsmp.com/plugins/concise-2)