Agent Plugins Marketplace
All plugins

vouchington-workflow

v0.5.1

Portable implementation, planning, publishing, issue, retrospective, event-driven CI, and PR workflow skills for Codex and Claude.

CodexClaude CodeAgent Plugins17 Skills

By VouchingtonLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
17 skill or MCP entries
Source updated
Aug 30, 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 vouchington-workflow@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/vouchington/vouchington-tooling

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

Plugin files

plugins/vouchington-workflow/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/agent-workflow/SKILL.md
├── skills/blackboard/SKILL.md
├── skills/git-commit-checklist/SKILL.md
├── skills/github-actions-authoring/SKILL.md
├── skills/github-actions-checklist/SKILL.md
├── skills/github-issue/SKILL.md
├── skills/npm-publishing/SKILL.md
├── skills/organize-github-issues/SKILL.md
├── skills/package-json-checklist/SKILL.md
├── skills/planning/SKILL.md
├── skills/pr-description/SKILL.md
├── skills/retrospective/SKILL.md
├── skills/retrospective-distill/SKILL.md
├── skills/review-ci-logs/SKILL.md
├── skills/review-github-issue-taxonomy/SKILL.md
├── skills/revisit-followups/SKILL.md
└── skills/static-analysis-checklist/SKILL.md

Included Skills17

agent-workflowskills/agent-workflow/SKILL.md

Shared workflow guidance for repository implementation: inspect local instructions, keep changes bounded, validate, and prepare reviewable commits.

blackboardskills/blackboard/SKILL.md

Record and retrieve concise contemporaneous session findings when the repository provides a journal or blackboard service.

git-commit-checklistskills/git-commit-checklist/SKILL.md

Use before staging and committing changes to verify scope, validation, commit metadata, and local repository policy.

github-actions-authoringskills/github-actions-authoring/SKILL.md

Author or redesign GitHub Actions workflows around event-driven orchestration, with remote-state polling prohibited.

github-actions-checklistskills/github-actions-checklist/SKILL.md

Use when editing GitHub Actions workflows or composite actions to keep security, runner, permissions, concurrency, and validation aligned with local policy.

github-issueskills/github-issue/SKILL.md

Search, create, update, link, or assess GitHub issues using the repository's live issue policy and taxonomy.

npm-publishingskills/npm-publishing/SKILL.md

Bootstrap an npm package and give a human the exact commands to publish it publicly and configure GitHub trusted publishing.

organize-github-issuesskills/organize-github-issues/SKILL.md

Organize existing GitHub issues and pull requests with the repository's live taxonomy without inventing new taxonomy.

package-json-checklistskills/package-json-checklist/SKILL.md

Use when changing JavaScript package metadata, dependencies, scripts, workspaces, or published entrypoints.

planningskills/planning/SKILL.md

Create an evidence-backed implementation plan for a repository change or a justified no-change recommendation.

pr-descriptionskills/pr-description/SKILL.md

Draft or review a self-contained pull-request description with summary, root cause, validation, rollout, and issue context.

retrospectiveskills/retrospective/SKILL.md

Produce a concise evidence-based retrospective for a completed task or session when local workflow provides a durable record.

retrospective-distillskills/retrospective-distill/SKILL.md

Distill completed session records into a small set of verified, actionable follow-up issues.

review-ci-logsskills/review-ci-logs/SKILL.md

Audit CI failures or noisy logs, identify the root cause, and recommend diagnostics-preserving fixes.

review-github-issue-taxonomyskills/review-github-issue-taxonomy/SKILL.md

Audit GitHub labels, milestones, and path-label automation and return actionable taxonomy recommendations.

revisit-followupsskills/revisit-followups/SKILL.md

Review recently completed work and repository instructions for genuinely deferred follow-ups, then propose verified issue candidates.

static-analysis-checklistskills/static-analysis-checklist/SKILL.md

Use when adding, changing, replacing, or removing static-analysis rules, configurations, fixtures, suppressions, allowlists, or repository guards.

Plugin manifests3

plugins/vouchington-workflow/.codex-plugin/plugin.json
{
  "name": "vouchington-workflow",
  "version": "0.5.1",
  "description": "Portable implementation, planning, publishing, issue, retrospective, event-driven CI, and PR workflow skills for Codex and Claude.",
  "author": {
    "name": "Vouchington",
    "url": "https://github.com/vouchington"
  },
  "homepage": "https://github.com/vouchington/vouchington-tooling",
  "repository": "https://github.com/vouchington/vouchington-tooling",
  "license": "MIT",
  "keywords": [
    "workflow",
    "git",
    "github-actions",
    "static-analysis",
    "planning",
    "issues",
    "retrospective",
    "pull-requests",
    "npm"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Workflow foundations",
    "shortDescription": "Portable repository workflow guidance.",
    "longDescription": "Repository-neutral skills for implementation, commits, event-driven Actions, dependency metadata, npm publishing, static analysis, planning, issue management, retrospectives, CI-log review, and pull-request descriptions.",
    "developerName": "Vouchington",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use the repository's local instructions to guide this workflow change."
    ]
  }
}
plugins/vouchington-workflow/.claude-plugin/plugin.json
{
  "name": "vouchington-workflow",
  "version": "0.5.1",
  "description": "Portable implementation, planning, publishing, issue, retrospective, event-driven CI, and PR workflow skills for Codex and Claude.",
  "author": {
    "name": "Vouchington"
  },
  "skills": "./skills/"
}
plugins/vouchington-workflow/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "vouchington-workflow",
  "version": "0.5.1",
  "description": "Portable implementation, planning, publishing, issue, retrospective, event-driven CI, and PR workflow skills for Codex and Claude.",
  "author": {
    "name": "Vouchington"
  },
  "skills": "./skills/"
}

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

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