bello
v0.6.0Choose a Bello configuration, then launch and monitor a supervised coding task from Codex.
By Maxim BocharovLicense: MIT80 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 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 bello for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bello@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/Makson179/BelloClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bello/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/bello-config-advisor/SKILL.md└── skills/bello-delegate/SKILL.md
Included Skills2
Inspect a coding task, repository, and user preferences, then recommend one concrete Bello configuration and decide whether a separate planning pass should precede execution. Use when the user asks to choose or optimize a Bello setup before a run, from Codex, Claude Code, or another host. Do not use merely to monitor a run whose configuration is already fixed.
Launch an installed Bello supervisor in the background for a repository coding task, or inspect an existing Bello run. Use when the user asks to delegate implementation to Bello, run Bello, continue monitoring Bello, or report Bello status. Do not use merely to advise on or redesign Bello configuration.
Plugin manifests2
{
"name": "bello",
"version": "0.6.0",
"description": "Choose a Bello configuration, then launch and monitor a supervised coding task from Codex.",
"author": {
"name": "Maxim Bocharov",
"url": "https://github.com/Makson179"
},
"homepage": "https://github.com/Makson179/Bello",
"repository": "https://github.com/Makson179/Bello",
"license": "MIT",
"keywords": [
"bello",
"coding-agent",
"supervisor",
"multi-provider"
],
"skills": "./skills/",
"interface": {
"displayName": "Bello",
"shortDescription": "Choose configs and delegate tasks to Bello.",
"longDescription": "Read the task, repository and user preferences to recommend one configuration across available providers, optionally prepare an approved plan, then launch and monitor the installed Bello workflow.",
"developerName": "Maxim Bocharov",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/Makson179/Bello",
"defaultPrompt": [
"Recommend one Bello configuration for TASK.md.",
"Delegate this repository task to Bello.",
"Show me the status of the current Bello run."
]
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "bello",
"displayName": "Bello",
"version": "0.6.0",
"description": "Choose a Bello configuration, then launch and monitor a supervised coding task from Claude Code.",
"author": {
"name": "Maxim Bocharov",
"url": "https://github.com/Makson179"
},
"homepage": "https://github.com/Makson179/Bello",
"repository": "https://github.com/Makson179/Bello",
"license": "MIT",
"keywords": [
"bello",
"coding-agent",
"supervisor",
"multi-provider"
],
"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.
[bello on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bello)