agent-toolkit-agents
v1.22.2Full set of 17 AI agent personas: architect, code-reviewer, security-reviewer, planner, database-reviewer, TypeScript-reviewer, and more.
By ulises-jeremiasLicense: MIT12 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 0 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-agents@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-agents/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── plugin.json
Plugin manifests3
{
"name": "agent-toolkit-agents",
"version": "1.22.2",
"description": "Full set of 17 AI agent personas: architect, code-reviewer, security-reviewer, planner, database-reviewer, TypeScript-reviewer, and more.",
"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",
"agents",
"codex",
"skills",
"agents"
]
}{
"name": "agent-toolkit-agents",
"version": "1.22.2",
"description": "Full set of 17 AI agent personas: architect, code-reviewer, security-reviewer, planner, database-reviewer, TypeScript-reviewer, and more.",
"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",
"agents"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-toolkit-agents",
"version": "1.22.2",
"description": "Full set of 17 AI agent personas: architect, code-reviewer, security-reviewer, planner, database-reviewer, TypeScript-reviewer, and more.",
"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",
"agents"
]
}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-agents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-toolkit-agents)