vouchington-workflow
v0.5.1Portable implementation, planning, publishing, issue, retrospective, event-driven CI, and PR workflow skills for Codex and Claude.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vouchington-workflow@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/vouchington/vouchington-toolingClone 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
├── .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
Shared workflow guidance for repository implementation: inspect local instructions, keep changes bounded, validate, and prepare reviewable commits.
Record and retrieve concise contemporaneous session findings when the repository provides a journal or blackboard service.
Use before staging and committing changes to verify scope, validation, commit metadata, and local repository policy.
Author or redesign GitHub Actions workflows around event-driven orchestration, with remote-state polling prohibited.
Use when editing GitHub Actions workflows or composite actions to keep security, runner, permissions, concurrency, and validation aligned with local policy.
Search, create, update, link, or assess GitHub issues using the repository's live issue policy and taxonomy.
Bootstrap an npm package and give a human the exact commands to publish it publicly and configure GitHub trusted publishing.
Organize existing GitHub issues and pull requests with the repository's live taxonomy without inventing new taxonomy.
Use when changing JavaScript package metadata, dependencies, scripts, workspaces, or published entrypoints.
Create an evidence-backed implementation plan for a repository change or a justified no-change recommendation.
Draft or review a self-contained pull-request description with summary, root cause, validation, rollout, and issue context.
Produce a concise evidence-based retrospective for a completed task or session when local workflow provides a durable record.
Distill completed session records into a small set of verified, actionable follow-up issues.
Audit CI failures or noisy logs, identify the root cause, and recommend diagnostics-preserving fixes.
Audit GitHub labels, milestones, and path-label automation and return actionable taxonomy recommendations.
Review recently completed work and repository instructions for genuinely deferred follow-ups, then propose verified issue candidates.
Use when adding, changing, replacing, or removing static-analysis rules, configurations, fixtures, suppressions, allowlists, or repository guards.
Plugin manifests3
{
"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."
]
}
}{
"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/"
}{
"$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/"
}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.
[vouchington-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vouchington-workflow)