Agent Plugins Marketplace
All plugins

craftsman

v0.5.1

Agent-discipline toolkit: a portable agent set plus skills enforcing minimal-diff coding, root-cause debugging, recurring-bug detection via graphify, environment-quirk memory, and an ask-before-writing project scaffolder

Claude Code7 Skills

By bufferbrewLicense: MIT945 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Aug 12, 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 craftsman for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install craftsman@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/ccplugins/awesome-claude-code-plugins

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

Plugin files

plugins/craftsman/
├── .claude-plugin/plugin.json
├── skills/caveats-and-status/SKILL.md
├── skills/commit-craft/SKILL.md
├── skills/environment-memory/SKILL.md
├── skills/graphify-recurring-bugs/SKILL.md
├── skills/ideation-first/SKILL.md
├── skills/logging-tradeoffs/SKILL.md
└── skills/smallest-change-first/SKILL.md

Included Skills7

caveats-and-statusskills/caveats-and-status/SKILL.md

Use when about to report any nontrivial task as complete — requires closing with a Caveats & status section stating what was verified, what was assumed, and what's unresolved.

commit-craftskills/commit-craft/SKILL.md

Use before any git commit, branch, or pull request — defines the project's conventions for atomic commits, message format, branch naming, and PR hygiene so history stays navigable, bisectable, and safe to ship.

environment-memoryskills/environment-memory/SKILL.md

Use before retrying any command, tool, or approach that failed once, and immediately after discovering any OS/shell/tool-specific quirk — checks and updates a stable cross-project quirks file so failed approaches are never silently repeated.

graphify-recurring-bugsskills/graphify-recurring-bugs/SKILL.md

Use during root-cause investigation of any bug in a project that has graphify-out/graph.json — surfaces related code before grepping, flags likely duplicates of existing KNOWN_ISSUES.md entries before filing a new one, and when a match lands on a resolved entry surfaces its recorded fix so a known-good fix can be reused. No-op in any project without a built graph.

ideation-firstskills/ideation-first/SKILL.md

Use before planning a new feature or greenfield refactor whose requirements aren't yet pinned down — clarifies intent through a few questions and ends with a short scope brief the planner can build on.

logging-tradeoffsskills/logging-tradeoffs/SKILL.md

Use when a deliberate shortcut is taken during a fix or feature, when investigating a bug that might already be logged, or when closing out an entry after a proper fix lands.

smallest-change-firstskills/smallest-change-first/SKILL.md

Use before writing any new code, function, file, or dependency — walks a decision ladder that prefers reuse over new code, and requires asking before adding anything beyond the literal request.

Plugin manifests1

plugins/craftsman/.claude-plugin/plugin.json
{
  "name": "craftsman",
  "description": "Agent-discipline toolkit: a portable agent set plus skills enforcing minimal-diff coding, root-cause debugging, recurring-bug detection via graphify, environment-quirk memory, and an ask-before-writing project scaffolder",
  "version": "0.5.1",
  "author": {
    "name": "bufferbrew",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/bufferBrew/craftsman",
  "repository": "https://github.com/bufferBrew/craftsman",
  "license": "MIT",
  "keywords": [
    "agents",
    "skills",
    "debugging",
    "code-review",
    "project-scaffolding",
    "graphify"
  ]
}

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

[craftsman on Agent Plugins Marketplace](https://pluginsmp.com/plugins/craftsman)