Agent Plugins Marketplace
All plugins

agent-toolkit-forge

v1.22.2

GitHub and GitLab automation skills: PR workflows, CI fixes, comment resolution, and contribution planning.

CodexClaude CodeAgent Plugins9 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-toolkit-forge@agent-plugin-marketplace

Paste 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-toolkit

Clone 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

plugins/agent-toolkit-forge/
├── .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

fix-merge-conflictsskills/fix-merge-conflicts/SKILL.md

Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution

gh-address-commentsskills/gh-address-comments/SKILL.md

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.

gh-contribution-plannerskills/gh-contribution-planner/SKILL.md

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.

gh-fix-ciskills/gh-fix-ci/SKILL.md

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.

github-cli-workflowskills/github-cli-workflow/SKILL.md

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.

gitlab-cli-workflowskills/gitlab-cli-workflow/SKILL.md

HOW — GitLab CLI (glab): push branch, create draft MR with title/body; fallback untracked markdown. Use when origin is GitLab.

workflow-client-bootstrapskills/workflow-client-bootstrap/SKILL.md

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.

workflow-generic-projectskills/workflow-generic-project/SKILL.md

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.

worktreeskills/worktree/SKILL.md

Manage Git worktrees per writer for Agent Toolkit swarms — isolated branches, handoff promotion, and cleanup.

Plugin manifests3

plugins/agent-toolkit-forge/.codex-plugin/plugin.json
{
  "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"
  ]
}
plugins/agent-toolkit-forge/.claude-plugin/plugin.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",
    "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"
  ]
}
plugins/agent-toolkit-forge/plugin.json
{
  "$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"
  ]
}

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)