Agent Plugins Marketplace
All plugins

toolkit-ops

v1.7.21

Codex skills for operating the jabworks/agentic-toolkit repo itself: orientation, skill foundry (create/register/publish), change control, skill-authoring standards, debugging playbook, failure archaeology, plugin schema reference, and research frontier.

CodexClaude CodeAgent Plugins8 Skills

By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
8 skill or MCP entries
Source updated
Sep 20, 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 toolkit-ops for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add toolkit-ops@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/jabworks/agentic-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugins/toolkit-ops/.

Plugin files

dist/plugins/toolkit-ops/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/toolkit-change-control/SKILL.md
├── skills/toolkit-debugging-playbook/SKILL.md
├── skills/toolkit-failure-archaeology/SKILL.md
├── skills/toolkit-foundry/SKILL.md
├── skills/toolkit-orientation/SKILL.md
├── skills/toolkit-plugin-reference/SKILL.md
├── skills/toolkit-research-frontier/SKILL.md
└── skills/toolkit-skill-standards/SKILL.md

Included Skills8

toolkit-change-controlskills/toolkit-change-control/SKILL.md

Use when deciding whether a change to jabworks/agentic-toolkit is done and safe to ship — classifying the change (including retiring a skill or a hook), picking the version bump, and gating on the publish checklist (mirror synced, manifests paired, marketplace entry, node --test green). Triggers include "is this skill shipped", "am I done shipping this skill/plugin", "ready to publish", "what version do I bump", "did I register this plugin", "retire this skill", "remove this hook".

toolkit-debugging-playbookskills/toolkit-debugging-playbook/SKILL.md

Use when a skill or plugin from jabworks/agentic-toolkit misbehaves — a skill doesn't trigger, a plugin doesn't show up after install, dist looks out of date, the installed copy differs from the repo, or a manifest fails to parse. Symptom → first discriminating command → root cause, with false friends and stop-and-ask points. Triggers include "why isn't my skill triggering", "why isn't X showing up", "plugin not showing up", "dist drift", "stale plugin", "skill broken".

toolkit-failure-archaeologyskills/toolkit-failure-archaeology/SKILL.md

Use when about to re-fight an old battle in jabworks/agentic-toolkit — checking whether a mistake happened before, mining git history for precedent, or recording a new incident. Holds the evidenced incident ledger (dist drift, YAML breakage, missed registration, stale plugin caches) with commit hashes and the doctrine each produced. Triggers include "has this happened before", "why do we do it this way", "add this to the ledger". Not for recalling past sessions; use concord:remember.

toolkit-foundryskills/toolkit-foundry/SKILL.md

Use when creating a new skill for jabworks/agentic-toolkit, registering it, or shipping the generated trees — "scaffold a new skill", "register this skill", "sync dist", "bump the toolkit version" — plus changes to the @jabworks/condux npm package. Not for adapting a generic skill to the jabworks stack (adapting-skills), nor for reviewing a SKILL.md's content and trigger wording (toolkit-skill-standards).

toolkit-orientationskills/toolkit-orientation/SKILL.md

Use when landing in jabworks/agentic-toolkit with no context — mapping skills/ vs dist/plugins/ vs dist/opencode/ vs dist/cursor/ vs packages/, which tree is editable, how bundles (condux, toolkit-ops) nest, which docs to trust, and where NOT to write. Triggers include "how is this repo organized", "where do skills live", "what is dist for", "which files are generated", "where do I edit this skill".

toolkit-plugin-referenceskills/toolkit-plugin-reference/SKILL.md

Use when writing or editing plugin.json, marketplace.json, or package manifests in jabworks/agentic-toolkit and the exact schema matters — required fields, the .claude-plugin/.codex-plugin pairing and where it diverges (interface, hooks), the skills-path form, how the four install channels consume the repo, and which SKILL.md frontmatter fields are real. Triggers include "what fields does plugin.json need", "claude vs codex manifest", "marketplace entry format", "how opencode loads skills".

toolkit-research-frontierskills/toolkit-research-frontier/SKILL.md

Use when planning improvement work on jabworks/agentic-toolkit itself — open problems (trigger-collision automation, YAML-strict frontmatter checks, docs-catalog enforcement), existing assets, the next three concrete steps, and the four-front library-health campaign with commands and success criteria. Triggers include "let's improve our toolkit", "let's improve this repo", "what should we improve next", "toolkit roadmap", "open problems", "run the health campaign".

toolkit-skill-standardsskills/toolkit-skill-standards/SKILL.md

Use when writing or reviewing a SKILL.md for jabworks/agentic-toolkit — frontmatter budgets, the trigger contract ("Use when…" description or when_to_use field), progressive disclosure into references/, and keeping a new description out of existing skills' trigger space. Triggers include "review this skill description", "write the frontmatter", "does this collide with an existing skill", "where should this content live". Not for scaffold/sync mechanics; use toolkit-foundry.

Plugin manifests3

dist/plugins/toolkit-ops/.codex-plugin/plugin.json
{
  "name": "toolkit-ops",
  "version": "1.7.21",
  "description": "Codex skills for operating the jabworks/agentic-toolkit repo itself: orientation, skill foundry (create/register/publish), change control, skill-authoring standards, debugging playbook, failure archaeology, plugin schema reference, and research frontier.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "toolkit",
    "maintenance",
    "skill-authoring",
    "plugins",
    "claude-code",
    "codex"
  ],
  "skills": "./skills",
  "interface": {
    "displayName": "Toolkit Ops",
    "shortDescription": "Operate and maintain the agentic-toolkit skill library.",
    "longDescription": "Seven skills for maintaining jabworks/agentic-toolkit: repo orientation, change control and publish gating, skill-authoring standards, a symptom-driven debugging playbook, git-evidenced failure archaeology, the Claude/Codex plugin schema reference, and the research frontier with the library-health campaign.",
    "developerName": "jabworks",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "How is this repo organized?",
      "Is this skill fully shipped?"
    ]
  }
}
dist/plugins/toolkit-ops/.claude-plugin/plugin.json
{
  "name": "toolkit-ops",
  "version": "1.7.21",
  "description": "Claude Code skills for operating the jabworks/agentic-toolkit repo itself: orientation, skill foundry (create/register/publish), change control, skill-authoring standards, debugging playbook, failure archaeology, plugin schema reference, and research frontier.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "toolkit",
    "maintenance",
    "skill-authoring",
    "plugins",
    "claude-code",
    "codex"
  ],
  "skills": "./skills"
}
dist/plugins/toolkit-ops/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "toolkit-ops",
  "version": "1.7.21",
  "description": "Claude Code skills for operating the jabworks/agentic-toolkit repo itself: orientation, skill foundry (create/register/publish), change control, skill-authoring standards, debugging playbook, failure archaeology, plugin schema reference, and research frontier.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "toolkit",
    "maintenance",
    "skill-authoring",
    "plugins",
    "claude-code",
    "codex"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[toolkit-ops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/toolkit-ops)