agent-toolkit-craft
v1.22.2Writing quality and change-safety toolkit: cut AI tells (unslop), remove code slop (deslop), and prove blast radius before shipping.
By ulises-jeremiasLicense: MIT12 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-toolkit-craft@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/ulises-jeremias/agent-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-toolkit-craft/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/blast-radius/SKILL.md├── skills/deslop/SKILL.md└── skills/unslop/SKILL.md
Included Skills3
Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you don't trust.
Remove AI-generated code slop and clean up code style
Cut AI tells from any writing. Must always apply.
Plugin manifests3
{
"name": "agent-toolkit-craft",
"version": "1.22.2",
"description": "Writing quality and change-safety toolkit: cut AI tells (unslop), remove code slop (deslop), and prove blast radius before shipping.",
"maturity": "experimental",
"author": {
"name": "ulises-jeremias",
"email": "[email protected]"
},
"homepage": "https://github.com/ulises-jeremias/agent-toolkit",
"repository": "https://github.com/ulises-jeremias/agent-toolkit",
"license": "MIT",
"keywords": [
"agent-toolkit",
"craft",
"codex",
"skills",
"agents"
]
}{
"name": "agent-toolkit-craft",
"version": "1.22.2",
"description": "Writing quality and change-safety toolkit: cut AI tells (unslop), remove code slop (deslop), and prove blast radius before shipping.",
"author": {
"name": "ulises-jeremias",
"email": "[email protected]"
},
"homepage": "https://github.com/ulises-jeremias/agent-toolkit",
"repository": "https://github.com/ulises-jeremias/agent-toolkit",
"license": "MIT",
"keywords": [
"agent-toolkit",
"craft"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-toolkit-craft",
"version": "1.22.2",
"description": "Writing quality and change-safety toolkit: cut AI tells (unslop), remove code slop (deslop), and prove blast radius before shipping.",
"author": {
"name": "ulises-jeremias",
"url": "https://github.com/ulises-jeremias/agent-toolkit"
},
"homepage": "https://github.com/ulises-jeremias/agent-toolkit",
"repository": "https://github.com/ulises-jeremias/agent-toolkit",
"license": "MIT",
"keywords": [
"agent-toolkit",
"craft"
]
}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.
[agent-toolkit-craft on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-toolkit-craft)