agent-toolkit-forge
v1.22.2GitHub and GitLab automation skills: PR workflows, CI fixes, comment resolution, and contribution planning.
By ulises-jeremiasLicense: MIT12 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 9 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-forge@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-forge/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/fix-merge-conflicts/SKILL.md├── skills/gh-address-comments/SKILL.md├── skills/gh-contribution-planner/SKILL.md├── skills/gh-fix-ci/SKILL.md├── skills/github-cli-workflow/SKILL.md├── skills/gitlab-cli-workflow/SKILL.md├── skills/workflow-client-bootstrap/SKILL.md├── skills/workflow-generic-project/SKILL.md└── skills/worktree/SKILL.md
Included Skills9
Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
Triage and address open GitHub PR review and conversation comments using the gh CLI. Use when the user wants to "address PR comments", "resolve review threads", or "respond to reviewers" on the current branch's pull request.
Daily GitHub contribution planner — analyzes the gh-logged-in user's non-archived repos (owned + forks) and recent contributions, produces a prioritized plan, halts for approval, then dispatches parallel sub-agents to execute approved items via existing PR/CI/review skills.
Diagnose failing GitHub Actions checks on a PR via gh, summarize the failure context, propose a plan, and only implement after explicit user approval. External CI providers (Buildkite, CircleCI, etc.) are reported by URL only.
HOW — GitHub CLI (gh): push branch, create draft PR with title/body from template or file; fallback untracked PR_DESCRIPTION_*.md. Use when origin is GitHub.
HOW — GitLab CLI (glab): push branch, create draft MR with title/body; fallback untracked markdown. Use when origin is GitLab.
WHAT — Interactive interview to capture client delivery context and store it inside the user's ~/.ai-workspace (or similar) as packs + knowledge (no client skills). Use when onboarding a new client project or updating an existing workspace context.
WHAT — Generic client delivery: Jira or ClickUp, full repo context, human gates, English traceability on tickets, draft PR via delegated forge skills. Use workspace packs for client/account overlays.
Manage Git worktrees per writer for Agent Toolkit swarms — isolated branches, handoff promotion, and cleanup.
Plugin manifests3
{
"name": "agent-toolkit-forge",
"version": "1.22.2",
"description": "GitHub and GitLab automation skills: PR workflows, CI fixes, comment resolution, and contribution planning.",
"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",
"forge",
"codex",
"skills",
"agents"
]
}{
"name": "agent-toolkit-forge",
"version": "1.22.2",
"description": "GitHub and GitLab automation skills: PR workflows, CI fixes, comment resolution, and contribution planning.",
"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",
"forge"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-toolkit-forge",
"version": "1.22.2",
"description": "GitHub and GitLab automation skills: PR workflows, CI fixes, comment resolution, and contribution planning.",
"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",
"forge"
]
}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-forge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-toolkit-forge)