agent-toolkit-core
v1.22.2Core orchestration skills, dev companion, output handshake, PR fallback, and code-reviewer agent. The baseline install for any project.
By ulises-jeremiasLicense: MIT12 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 7 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-core@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-core/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/assistant/SKILL.md├── skills/dev-companion/SKILL.md├── skills/onboarding/SKILL.md├── skills/output-handshake/SKILL.md├── skills/pr-fallback/SKILL.md├── skills/workspace-knowledge-sync/SKILL.md└── .mcp.json
Included Skills6
Assistant — on any repo, scan README→docs→AGENTS→CONTRIBUTING→PR templates→task runners→devcontainer→CI→configs before code; cite sources; prefer AGENTS.md for agent behavior; portable across Cursor/Copilot/Claude; use agent-toolkit CLI when needed.
WHAT — Dev Companion (general): layered companion for client delivery; modes, gates, delegation to assistant and workflow-generic-project; no CLI matrices.
Getting started guide for new users. Walks through setup validation, the skill/agent hierarchy, and the three most useful commands per role (developer, PM, tech lead). Use when someone is new to the workstation or asks "where do I start?"
WHAT — Default gate for any deliverable: confirm where the final artifact will be stored and that a human will review, before writing PRDs, TRDs, ADRs, or PR bodies. Repository paths, wikis, and ticket tools differ by engagement; never assume a single location.
WHAT — When the repo has no GitHub PR template, structure the pull-request body using the default in references/pr-body-default.md. Pair with output-handshake and github-cli-workflow. Does not open the PR; HOW stays in the forge skill.
Syncs knowledge to the agentic-harness knowledge base and AGENTS.md learned facts. Use when the assistant discovers new patterns, learns user preferences, workspace facts, or identifies information worth preserving for future sessions. Integrates with tech-assistant for automatic trigger points.
MCP servers1
- command
- ghcr.io/github/github-mcp-server
- env.GITHUB_PERSONAL_ACCESS_TOKEN
- ${GITHUB_PERSONAL_ACCESS_TOKEN}
Plugin manifests3
{
"name": "agent-toolkit-core",
"version": "1.22.2",
"description": "Core orchestration skills, dev companion, output handshake, PR fallback, and code-reviewer agent. The baseline install for any project.",
"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",
"core",
"codex",
"skills",
"agents"
]
}{
"name": "agent-toolkit-core",
"version": "1.22.2",
"description": "Core orchestration skills, dev companion, output handshake, PR fallback, and code-reviewer agent. The baseline install for any project.",
"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",
"core"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-toolkit-core",
"version": "1.22.2",
"description": "Core orchestration skills, dev companion, output handshake, PR fallback, and code-reviewer agent. The baseline install for any project.",
"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",
"core",
"skills",
"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-core on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-toolkit-core)