software-craft
NewOpinionated design skills for software excellence: CLI design, system architecture, and more
Overview

A curated marketplace of Claude Code plugins for development workflow automation.
Installation
# Add this marketplace to Claude Code
/plugin marketplace add bengous/claude-code-plugins
# Install a plugin
/plugin install <plugin-name>@bengous-pluginsAvailable Plugins
| Plugin | Version | Description |
|---|---|---|
| claude-orchestration | 2.6.0 | Parallel multi-agent orchestration for complex features with git-wt --stack worktree isolation |
| git-tools | 1.11.1 | Interactive git commands with AI assistance for commit management, history rewriting, PR/issue triage, agent-ready issue writing, and submodule automation |
| code-quality | 1.4.2 | Code quality and cleanup commands for maintaining clean, maintainable code |
| mermaid-diagrams | 1.0.0 | Create and edit Mermaid diagrams for software engineering work, architectural ideas, and technical documentation |
| claude-meta-tools | 1.15.0 | Meta-tools for Claude Code: maintain documentation (CLAUDE.md sync), prompt coaching/auditing, research, concept demystification, and extend Claude capabilities |
| claude-settings-manager | 1.1.0 | Manage Claude Code settings with JSONC support and schema extraction |
| git-worktree | 1.2.0 | Git worktree helper with stack support for multi-agent orchestration |
| plan-review | 1.0.1 | Multi-agent plan review workflow requiring architect and simplifier approval before plan execution |
| agents-bridge | 1.3.1 | Bridge to external AI agents (Codex, Gemini CLI, etc.) for cross-model collaboration |
| conductor | 1.3.5 | Conversational planning skill that produces self-contained implementation plans |
| software-craft | 1.0.1 | Opinionated design skills for software excellence: CLI design, system architecture, and more |
| plugin-dev | 1.0.0 | Dev tool for syncing Claude Code plugin cache from local sources |
| git-sweep | 1.0.0 | Interactive git branch and worktree cleanup with smart categorization, squash-merge detection, and backup analysis |
| ship | 1.0.1 | Ship feature branches: strip working files, create PRs, merge to main with GPG signing and squash support |
See each plugin's README for detailed documentation and usage.
Documentation
- •LSP Tools Setup - Enable semantic code navigation with Language Server Protocol
- •Plugin Design Philosophy - Design principles for Claude Code plugins
Development Setup
# Clone with submodules
git clone --recurse-submodules https://github.com/bengous/claude-code-plugins.git
cd claude-code-plugins
# Install tools and hooks
mise install && lefthook installRequires mise for tool management.
License
MIT License - See LICENSE for details.
Author
Augustin BENGOLEA - @bengous
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/software-craft.md https://raw.githubusercontent.com/bengous/claude-code-plugins/main/SKILL.md/software-craftFrequently Asked Questions
What is software-craft?
Opinionated design skills for software excellence: CLI design, system architecture, and more
How to install software-craft?
To install software-craft, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /software-craft.
What is software-craft best for?
software-craft is a community categorized under General. It is designed for: design, architecture, cli, best-practices, software-craft, skills. Created by Augustin BENGOLEA.