Leaderboard/Agent Orchestration/claude-code-workflows
Last commit on September 17, 2026·Created on October 10, 2025

shinpr/claude-code-workflows

A framework for applying technical decision criteria and anti-pattern detection to backend development.
Combined rank
#438
across all skills
In Agent Orchestration
#25
category rank
Stars
683
+0.4% in last 7d
Forks
103
+1.0% in last 7d
Watchers
8
+14.3% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides language-agnostic coding principles and quality gates designed for backend and infrastructure engineers. It structures the process of detecting code smells, debugging failures, and ensuring implementation completeness.

The workflows help developers determine the necessary documentation scope for changes—including ADRs and design docs—while applying rigorous criteria to maintainability and readability during feature implementation and refactoring.

WHO IT'S FOR
Backend / infrastructure engineers
applying technical decision criteria and anti-pattern detection
Technical leads / architects
defining documentation scope and technical design requirements
AI agent / automation builders
integrating coding principles into AI workflows
Platform / DevEx teams
managing external resource context and API schemas
Repository contents

113 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Backend/general workflow plugin

Installs: Installs the complete `dev-workflows` plugin for backend, API, CLI, and general-purpose workflows. Install only one workflow plugin. · Claude Code

Before you start
  • A Claude Code release with plugin marketplace support
  1. In a terminal, start Claude Code.

    claude
  2. In the Claude Code session, add the author's plugin marketplace.

    /plugin marketplace add shinpr/claude-code-workflows
  3. In the Claude Code session, install the backend/general workflow plugin.

    /plugin install dev-workflows@claude-code-workflows
  4. If installation tells you to reload plugins, run this in the Claude Code session before invoking a recipe.

    /reload-plugins
README.md · Checked Sep 18, 2026dev-workflows/skills/recipe-quality-profile/SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Propose a repository quality profile

Uses recipe-quality-profile

  • The repository to inspect as the current working repository
  • Any requested policy boundary or quality concern to prioritize
Use the `recipe-quality-profile` skill to inspect this repository and propose a small initial set of repository-specific implementation and review acceptance conditions. Show supporting and contradicting evidence, omitted candidates, and unresolved policy choices. Do not write `docs/project-context/quality.yaml` until I explicitly confirm the complete proposal.
Suggested first task

Review a module for maintainability

Uses coding-principles

  • Path to the file or small module to review
  • Relevant requirements or public interfaces that must remain unchanged

Check the repository for this skill’s setup.

Use the `coding-principles` skill to review the specified file or small module. Report up to five concrete maintainability or readability issues, cite the relevant code locations, and suggest the smallest improvement for each. Do not edit the code.