cueloop
v0.1.0-alpha.82Review plans, changes, replies, and prototypes in cueloop Threads
By cueloopLicense: Apache-2.02 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 22, 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 cueloop for Codex and Claude Code
codex plugin marketplace add mmurakaru/cueloop
codex plugin marketplace upgrade cueloop
codex plugin add cueloop@cueloopPaste and run these commands in a terminal with Codex. They add and refresh the cueloop catalog, then install this plugin.
Compatibility: the page URL and API slug “cueloop” remain stable.
- Codex:
cueloop@agent-plugin-marketplace→cueloop@cueloop
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/mmurakaru/cueloopClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/annotate/SKILL.md├── skills/diff/SKILL.md├── skills/plan/SKILL.md├── skills/prototype/SKILL.md├── skills/refine/SKILL.md├── skills/reply/SKILL.md├── skills/review/SKILL.md└── .mcp.json
Included Skills7
Read a cueloop plan or diff and comment on it as a review-side agent, without leaving the review. Use when you are helping a collaborator poke holes in a plan under review - you annotate on their behalf; you never rewrite the plan or cast the message.
Submit working-tree changes to the cueloop changes panel. Use when the user asks to review your code changes or before committing substantial agent-authored changes.
Submit a Markdown plan to a cueloop Thread for human review. Use when the user asks to review a plan or wants a reviewed go-ahead before implementation.
Submit a component design proposal to cueloop for human review without blocking. Use when the user asks to review a UI component's shape before implementing it: its prop/type API, composition, and callstack.
Analyze past cueloop Threads and propose recurring feedback writebacks through a plan Thread. Use when the user asks to learn from past reviews or run refine.
Submit the previous reply to a cueloop Thread for human review. Use when the user asks to annotate or revise your last message.
Import a GitHub pull request into the cueloop changes panel. Use when the user asks to review a PR in cueloop; the resolved Message posts back as a PR review.
MCP servers1
- command
- cueloop
- args
- mcp
Plugin manifests3
{
"name": "cueloop",
"version": "0.1.0-alpha.82",
"description": "Review plans, changes, replies, and prototypes in cueloop Threads",
"author": {
"name": "cueloop"
},
"skills": "./skills/",
"interface": {
"displayName": "cueloop",
"shortDescription": "Review coding-agent work in cueloop Threads",
"longDescription": "Send plans and changes to cueloop Threads and return Messages to Codex.",
"developerName": "cueloop",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://cueloop.dev",
"defaultPrompt": [
"Review this plan in a cueloop Thread."
]
}
}{
"name": "cueloop",
"description": "Claude Mod for cueloop Threads: plan, reply, prototype, diff, review, and refine",
"version": "0.1.0-alpha.82",
"author": {
"name": "cueloop"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "cueloop",
"version": "0.1.0-alpha.82",
"description": "Review plans, changes, replies, and prototypes in cueloop Threads",
"author": {
"name": "cueloop",
"url": "https://github.com/mmurakaru/cueloop"
},
"homepage": "https://cueloop.dev",
"repository": "https://github.com/mmurakaru/cueloop",
"license": "Apache-2.0",
"keywords": [
"review",
"threads",
"coding-agents"
],
"extensions": {
"com.openai": {
"hooks": "./hooks/codex-hooks.json",
"interface": {
"displayName": "cueloop",
"shortDescription": "Review coding-agent work in cueloop Threads",
"longDescription": "Send plans and changes to cueloop Threads and return Messages to Codex.",
"developerName": "cueloop",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://cueloop.dev",
"defaultPrompt": [
"Review this plan in a cueloop Thread."
]
}
}
}
}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.
[cueloop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cueloop)