improve-agent
v0.1.1Use when Improve should run in a fresh native agent instead of this conversation: start one agent that runs /improve in its own context, keep useful parent work going, then verify and relay its result. For Improve in this conversation, use improve.
By whichguyLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 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 improve-agent for Codex and Claude Code
codex plugin marketplace add whichguy/skill-craft
codex plugin marketplace upgrade skill-craft-market
codex plugin add improve-agent@skill-craft-marketPaste and run these commands in a terminal with Codex. They add and refresh the skill-craft-market catalog, then install this plugin.
Compatibility: the page URL and API slug “improve-agent” remain stable.
- Codex:
improve-agent@agent-plugin-marketplace→improve-agent@skill-craft-market
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/whichguy/skill-craftClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/improve-agent/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/improve-agent/SKILL.md
Included Skills1
Use when Improve should run in a fresh native agent instead of this conversation: start one agent that runs /improve in its own context, keep useful parent work going, then verify and relay its result. For Improve in this conversation, use improve.
Plugin manifests2
{
"name": "improve-agent",
"version": "0.1.1",
"description": "Use when Improve should run in a fresh native agent instead of this conversation: start one agent that runs /improve in its own context, keep useful parent work going, then verify and relay its result. For Improve in this conversation, use improve.",
"author": {
"name": "whichguy",
"url": "https://github.com/whichguy"
},
"homepage": "https://github.com/whichguy/skill-craft",
"repository": "https://github.com/whichguy/skill-craft",
"license": "MIT",
"keywords": [
"skill-craft",
"improve-agent",
"portable-skills",
"prompt-only"
],
"skills": "./skills/",
"interface": {
"displayName": "Improve Agent",
"shortDescription": "Run Improve in a fresh native agent",
"longDescription": "Use when Improve should run in a fresh native agent instead of this conversation: start one agent that runs /improve in its own context, keep useful parent work going, then verify and relay its result. For Improve in this conversation, use improve.",
"developerName": "whichguy",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Use $improve-agent:improve-agent for this task."
]
}
}{
"name": "improve-agent",
"version": "0.1.1",
"description": "Use when Improve should run in a fresh native agent instead of this conversation: start one agent that runs /improve in its own context, keep useful parent work going, then verify and relay its result. For Improve in this conversation, use improve.",
"author": {
"name": "whichguy",
"url": "https://github.com/whichguy"
},
"homepage": "https://github.com/whichguy/skill-craft",
"repository": "https://github.com/whichguy/skill-craft",
"license": "MIT",
"keywords": [
"skill-craft",
"improve-agent",
"portable-skills",
"prompt-only"
]
}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.
[improve-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/improve-agent)