parable
v0.1.33Multi-model orchestration or explicit solo execution for coding sessions.
By Parcha LabsLicense: MIT61 GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 parable for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add parable@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “parable” remain stable.
- Codex:
parable@agent-plugin-marketplace→parable@unc-skills
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/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is parable/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/parable/SKILL.md
Included Skills1
Install, onboard, and run multi-model coding orchestration or solo single-model mode. Invoke when the user says install Parable, install parable.sh, set up or onboard Parable, connect coding subscriptions, names Parable, hands over a backlog, or asks to route work across models. Solo mode (`parable --solo <model>`) runs with a single model. For first-time install intent, collect subscription choices with the harness's native structured-question tool and then run the bundled parable.sh. Not for a single isolated bugfix or standalone code review.
Plugin manifests2
{
"name": "parable",
"version": "0.1.33",
"description": "Multi-model orchestration or explicit solo execution for coding sessions.",
"author": {
"name": "Parcha Labs",
"url": "https://parcha.com"
},
"homepage": "https://github.com/miguelrios/unc-skills/tree/main/parable",
"repository": "https://github.com/miguelrios/unc-skills/tree/main/parable",
"license": "MIT",
"keywords": [
"orchestration",
"multi-model",
"codex",
"coding-agent"
],
"skills": "./skills/",
"interface": {
"displayName": "Parable",
"shortDescription": "Plan, route, verify, and review implementation batches",
"longDescription": "Use the session model as the brain while cheaper executors implement bounded tasks and independent reviewers inspect the result.",
"developerName": "Parcha Labs",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/miguelrios/unc-skills/tree/main/parable",
"defaultPrompt": [
"Use Parable to work through this implementation backlog.",
"Route these tasks across the configured executor cast."
]
}
}{
"name": "parable",
"description": "Multi-model orchestration or explicit solo execution: route work across capable models, or run one exact proxy model with delegation disabled.",
"version": "0.1.33",
"author": {
"name": "Parcha Labs",
"url": "https://parcha.com"
},
"homepage": "https://github.com/miguelrios/unc-skills/tree/main/parable",
"repository": "https://github.com/miguelrios/unc-skills/tree/main/parable",
"license": "MIT",
"keywords": [
"orchestration",
"multi-model",
"codex",
"coding-agent",
"fireworks",
"openrouter",
"cost-optimization"
]
}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.
[parable on Agent Plugins Marketplace](https://pluginsmp.com/plugins/parable)