foreman
v1.19.1Delegate a task to a non-Claude model through OpenCode, then verify the result against git.
By Mohammad Malik0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 17, 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 foreman for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install foreman-4@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/mohammad-malik/foremanClone 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
├── .claude-plugin/plugin.json├── skills/delegating/SKILL.md└── skills/foreman-results/SKILL.md
Included Skills2
Hand work to an external non-Claude model through OpenCode. Use whenever the user names a model and asks for work — "have kimi implement X", "get fast kimi to fix Y", "have GLM 5.3 do Z", "ask gpt-6-astra to look at this", "have kimi review these changes" — including several models at once, and including a follow-up like "when everything is done, run a codex review". Also use for checking on, approving, or reverting work already delegated.
Internal contract for reading external-agent output safely
Plugin manifests1
{
"name": "foreman",
"version": "1.19.1",
"description": "Delegate a task to a non-Claude model through OpenCode, then verify the result against git.",
"author": {
"name": "Mohammad Malik"
}
}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.
[foreman on Agent Plugins Marketplace](https://pluginsmp.com/plugins/foreman-4)