Agent Plugins Marketplace
All plugins

claude-workflow-skills

v1.7.1

Common workflow skills for Claude Code sessions: promote changes through the full release cycle, audit Claude Code plugins/skills/agents, audit project standards compliance, analyse projects for improvements, triage open GitHub issues, and review pull requests

Claude Code6 Skills

By Alister Lewis-BowenLicense: MIT2.7k GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 29, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-workflow-skills-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/jeremylongshore/tons-of-skills-marketplace

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

Plugin files

plugins/productivity/claude-workflow-skills/
├── .claude-plugin/plugin.json
├── skills/audit-plugin/SKILL.md
├── skills/audit-standards/SKILL.md
├── skills/improve/SKILL.md
├── skills/promote/SKILL.md
├── skills/review-pr/SKILL.md
└── skills/triage/SKILL.md

Included Skills6

audit-pluginskills/audit-plugin/SKILL.md

Performs a deep review of the Claude Code plugin, skill, or sub-agent defined in the current project against official best practices. Documents findings as GitHub issues and writes a prioritised fix plan to the project CLAUDE.md. Use when the user says audit this plugin, review this skill, check this agent, or audit addon.

audit-standardsskills/audit-standards/SKILL.md

Audits the current project against the development standards defined in ~/.claude/CLAUDE.md. Documents non-compliant findings as GitHub issues and writes a prioritised fix plan to the project CLAUDE.md. Use when the user says audit against settings, audit standards, check standards compliance, or audit this project.

improveskills/improve/SKILL.md

Analyses the current project across code quality, feature gaps, documentation, security, competitive landscape, and monetisation opportunities, then files prioritised GitHub issues. Use when the user says improve this, analyse this project, find improvements, or fill the backlog.

promoteskills/promote/SKILL.md

Runs the full release workflow for the current project. Commits any uncommitted changes, pushes to remote, creates and merges a PR if on a feature branch, determines the next semver version from conventional commits, creates an annotated git tag and GitHub release with generated notes, cleans up merged branches, and returns to a clean main. Use when the user says promote, ship, release, commit and push, tag and release, or get back to main.

review-prskills/review-pr/SKILL.md

Reviews an open pull request against coding standards, security, and test coverage, then posts a structured review comment and either approves or requests changes. Use when the user says review this PR, check the PR, look at PR

triageskills/triage/SKILL.md

Validates all open GitHub issues, closes invalid ones with documentation, flags complex ones for planning discussion, then fixes and promotes remaining issues. Use when the user says triage issues, validate issues, fix issues, or work through the backlog.

Plugin manifests1

plugins/productivity/claude-workflow-skills/.claude-plugin/plugin.json
{
  "name": "claude-workflow-skills",
  "version": "1.7.1",
  "description": "Common workflow skills for Claude Code sessions: promote changes through the full release cycle, audit Claude Code plugins/skills/agents, audit project standards compliance, analyse projects for improvements, triage open GitHub issues, and review pull requests",
  "author": {
    "name": "Alister Lewis-Bowen",
    "url": "https://github.com/ali5ter"
  },
  "homepage": "https://github.com/ali5ter/claude-workflow-skills",
  "repository": "https://github.com/ali5ter/claude-workflow-skills",
  "license": "MIT",
  "minVersion": "2.0.0",
  "keywords": [
    "workflow",
    "promote",
    "release",
    "audit",
    "standards",
    "improve",
    "triage",
    "git",
    "review",
    "pull-request"
  ]
}

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

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