smoke-monkey-harness
v1.0.1Build a new looping AI agent on smoke-monkey-harness (skill + MCP guide server).
By Rajdeep DevelopmentLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- 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 smoke-monkey-harness for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add smoke-monkey-harness@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/RajdeepDevelopment/smoke-monkey-harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/smoke-monkey-harness/SKILL.md└── .mcp.json
Included Skills1
Build a new looping AI agent (autonomous coding agent, code editor, RAG/Q&A bot, research or dev-tool assistant) on the smoke-monkey-harness library. Use whenever the user wants to create, scaffold, or start a new agent, assistant, or agentic tool; or asks how to use or install this harness library and its plugin/MCP server.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/mcp/server.mjs
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests3
{
"name": "smoke-monkey-harness",
"version": "1.0.1",
"description": "Build a new looping AI agent on smoke-monkey-harness (skill + MCP guide server).",
"author": {
"name": "Rajdeep Development",
"url": "https://github.com/RajdeepDevelopment"
},
"repository": "https://github.com/RajdeepDevelopment/smoke-monkey-harness",
"license": "MIT",
"keywords": [
"agent",
"harness",
"loop",
"mcp",
"ai"
],
"skills": "./skills",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Smoke Monkey Harness",
"shortDescription": "Build looping AI agents on the harness library",
"longDescription": "Guides agents to scaffold, wire, verify and ship a new looping AI agent using smoke-monkey-harness and its MCP server.",
"developerName": "Rajdeep Development",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Build me a new looping AI agent scaffold.",
"Show me how to wire events UI to the harness.",
"Explain how skills and MCP work in the harness."
]
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "smoke-monkey-harness",
"displayName": "Smoke Monkey Harness",
"version": "1.0.1",
"description": "Build a new looping AI agent on smoke-monkey-harness. Guides any agent to scaffold, wire, verify, and ship one via this plugin's MCP server.",
"author": {
"name": "Rajdeep Development",
"url": "https://github.com/RajdeepDevelopment"
},
"repository": "https://github.com/RajdeepDevelopment/smoke-monkey-harness",
"license": "MIT",
"keywords": [
"agent",
"harness",
"loop",
"mcp",
"ai"
],
"skills": "./skills",
"mcpServers": "./.mcp.json"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "smoke-monkey-harness",
"version": "1.0.1",
"description": "Build a new looping AI agent on smoke-monkey-harness",
"author": {
"name": "Rajdeep Development",
"url": "https://github.com/RajdeepDevelopment"
},
"repository": "https://github.com/RajdeepDevelopment/smoke-monkey-harness",
"license": "MIT",
"keywords": [
"agent",
"harness",
"loop",
"mcp",
"ai"
]
}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.
[smoke-monkey-harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/smoke-monkey-harness)