workshop-maintainer
v2.1.2Tools for auditing and maintaining The Workshop's skills, plugins, and distribution boundaries
0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 4, 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 workshop-maintainer for Codex and Claude Code
codex plugin marketplace add cdcoonce/the-workshop
codex plugin marketplace upgrade the-workshop
codex plugin add workshop-maintainer@the-workshopPaste and run these commands in a terminal with Codex. They add and refresh the the-workshop catalog, then install this plugin.
Compatibility: the page URL and API slug “workshop-maintainer” remain stable.
- Codex:
workshop-maintainer@agent-plugin-marketplace→workshop-maintainer@the-workshop
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/cdcoonce/the-workshopClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/workshop-maintainer/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/add-the-workshop-hook/SKILL.md├── skills/improve-skill/SKILL.md├── skills/land-skill-candidate/SKILL.md├── skills/persona-builder/SKILL.md├── skills/skill-inventory/SKILL.md├── skills/sync-gitlab-dev/SKILL.md└── skills/workshop-skill-creator/SKILL.md
Included Skills7
Design and ship a new hook in this repo (the-workshop) — fetch the exact event schema, write a stdlib-only fail-open script, TDD it against real subprocess+git behavior, declare its wiring so the stamper picks it up, and push to both GitHub and GitLab. Use when adding a new Claude Code hook (Stop, SubagentStop, ConfigChange, SessionStart, etc.) under plugins/workbench/hooks/scripts/.
Use when user says "improve skill", "benchmark skill", "make skill better", or invokes /improve-skill to raise a skill's benchmark pass rate before merging a PR.
Take an already-identified skill candidate — a named gap or improvement surfaced against a skill this repo owns, often from a /wrap-up session or similar review elsewhere — and ship it into The Workshop: locate the canonical source, apply the smallest fix, run the full gate sequence, and land it via branch to PR to dev on GitHub. Use when a user hands you a candidate (name, gap, evidence) and wants it built, not just drafted as a stub in reference/skills/drafts/.
Build an installable, portable, self-tuning coach/sounding-board persona for a named owner. Interviews the owner (grill + audition rounds), deep-researches their field into curated knowledge packs, assembles a three-layer persona package as an advisor-* preset, and delivers it via PR. Use when the user wants to create a persona, coach, sounding board, advisor, or expert companion for themselves or someone else.
Audits agent skills and their package boundaries. Use when the user asks to inventory skills, find duplicate or overlapping skills, consolidate skills, group capabilities, reorganize presets, or decide where a skill belongs.
Push this repo's GitHub dev to GitLab as a reviewable merge request into GitLab dev, since GitLab is a manually-updated downstream copy (no auto-mirror bot) whose dev MRs merge on CI green. Use when GitHub dev or main has moved and GitLab hasn't been updated yet, or when the user asks to sync, push, or update GitLab for the-workshop.
Creates and revises skills owned by The Workshop repository. Use when the user asks to add, create, write, revise, or package a Workshop skill.
Plugin manifests2
{
"_generated": "scripts/stamp.py",
"name": "workshop-maintainer",
"version": "2.1.2",
"description": "Tools for auditing and maintaining The Workshop's skills, plugins, and distribution boundaries",
"conventions": [
"Inventory before reorganizing",
"One plugin per slug — a second copy of a skill is a defect, not a distribution choice",
"Run `make stamp` after changing any component"
]
}{
"name": "workshop-maintainer",
"version": "2.1.2",
"description": "Tools for auditing and maintaining The Workshop's skills, plugins, and distribution boundaries",
"conventions": [
"Inventory before reorganizing",
"One plugin per slug — a second copy of a skill is a defect, not a distribution choice",
"Run `make stamp` after changing any component"
]
}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.
[workshop-maintainer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workshop-maintainer)