Agent Plugins Marketplace
← All plugins

software-engineering

v0.23.0

Code review, debugging, documentation, license compliance (AGPL/MIT/Apache), payment integration (Stripe/PayPal), frontend development (HTMX/Alpine.js), architecture diagrams (d2 via diagram-architect + /gen-diagram), and terminal demo GIFs (VHS via /gen-vhs-demo). Skills: analyze-and-create-issue, analyze-pr, audit-codebase, auto-mr, check-claude-md-tokens, commit, create-issue, detect-repo-host, feature-flow, feature-flow-w, gen-claude, gen-diagram, gen-readme-diagram, gen-vhs-demo, run-lint, run-tests, upd-project-description, vscode-settings. MCP: context7

Claude Code18 Skills1 MCP serverStreamable HTTP

By SylvainLicense: MIT16 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
19 skill or MCP entries
Source updated
Sep 24, 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 software-engineering 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 software-engineering@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/sgaunet/claude-plugins

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

Plugin files

plugins/software-engineering/
├── .claude-plugin/plugin.json
├── skills/analyze-and-create-issue/SKILL.md
├── skills/analyze-pr/SKILL.md
├── skills/audit-codebase/SKILL.md
├── skills/auto-mr/SKILL.md
├── skills/check-claude-md-tokens/SKILL.md
├── skills/commit/SKILL.md
├── skills/create-issue/SKILL.md
├── skills/detect-repo-host/SKILL.md
├── skills/feature-flow/SKILL.md
├── skills/feature-flow-w/SKILL.md
├── skills/gen-claude/SKILL.md
├── skills/gen-diagram/SKILL.md
├── skills/gen-readme-diagram/SKILL.md
├── skills/gen-vhs-demo/SKILL.md
├── skills/run-lint/SKILL.md
├── skills/run-tests/SKILL.md
├── skills/upd-project-description/SKILL.md
├── skills/vscode-settings/SKILL.md
└── .mcp.json

Included Skills18

analyze-and-create-issueskills/analyze-and-create-issue/SKILL.md

Analyze codebase and create GitHub/GitLab/Forgejo issues per finding

analyze-prskills/analyze-pr/SKILL.md

Review PR for quality, security, and coverage (GitHub/GitLab/Forgejo)

audit-codebaseskills/audit-codebase/SKILL.md

Audit security, performance, and best practices holistically

auto-mrskills/auto-mr/SKILL.md

Push current branch, create MR/PR on GitHub, GitLab, or Forgejo, wait for CI pipeline, merge, and clean up branch using auto-mr CLI

check-claude-md-tokensskills/check-claude-md-tokens/SKILL.md

Monitor and optimize CLAUDE.md token count to stay under 2500 token limit

commitskills/commit/SKILL.md

Create conventional commit from staged changes with approval

create-issueskills/create-issue/SKILL.md

Create formatted GitHub/GitLab/Forgejo issue with approval

detect-repo-hostskills/detect-repo-host/SKILL.md

Detect repository hosting service (GitHub/GitLab/Forgejo) from the git remote and extract hostname, owner, repo, project_path, and api_base for platform-aware routing.

feature-flowskills/feature-flow/SKILL.md

Complete git workflow orchestration (GitHub/GitLab/Forgejo) - branch, issue, commit

feature-flow-wskills/feature-flow-w/SKILL.md

Complete git worktree workflow orchestration (GitHub/GitLab/Forgejo) - worktree, branch, issue, commit

gen-claudeskills/gen-claude/SKILL.md

Generate or enhance CLAUDE.md with project-specific guidance following best practices

gen-diagramskills/gen-diagram/SKILL.md

Generate a d2 architecture diagram (https://d2lang.com/) using icons from icons.terrastruct.com. Renders SVG when the d2 binary is installed.

gen-readme-diagramskills/gen-readme-diagram/SKILL.md

Add or update an Architecture section in README.md with Mermaid diagrams scaled to app complexity

gen-vhs-demoskills/gen-vhs-demo/SKILL.md

Generate a terminal demo GIF with VHS - records a verified CLI session, wires the task runner, pins the tool, and embeds the GIF in the README

run-lintskills/run-lint/SKILL.md

Auto-detect the project's linter (Taskfile, Makefile, golangci-lint, eslint, ruff, clippy) and run it, reporting pass or fail.

run-testsskills/run-tests/SKILL.md

Auto-detect the project's test runner (Taskfile, Makefile, go test, npm, pytest, cargo) and run it, reporting pass or fail.

upd-project-descriptionskills/upd-project-description/SKILL.md

Update repo description and topics from README analysis (GitHub/GitLab/Forgejo)

vscode-settingsskills/vscode-settings/SKILL.md

Configure a project's .vscode/settings.json - 2-space indent, no symlink following, and a per-project title bar/status bar color. Use when setting up VS Code for a project or changing its window color.

MCP servers1

context7Streamable HTTP
url
https://mcp.context7.com/mcp

Plugin manifests1

plugins/software-engineering/.claude-plugin/plugin.json
{
  "name": "software-engineering",
  "version": "0.23.0",
  "description": "Code review, debugging, documentation, license compliance (AGPL/MIT/Apache), payment integration (Stripe/PayPal), frontend development (HTMX/Alpine.js), architecture diagrams (d2 via diagram-architect + /gen-diagram), and terminal demo GIFs (VHS via /gen-vhs-demo). Skills: analyze-and-create-issue, analyze-pr, audit-codebase, auto-mr, check-claude-md-tokens, commit, create-issue, detect-repo-host, feature-flow, feature-flow-w, gen-claude, gen-diagram, gen-readme-diagram, gen-vhs-demo, run-lint, run-tests, upd-project-description, vscode-settings. MCP: context7",
  "keywords": [
    "code-review",
    "security",
    "documentation",
    "payments",
    "git",
    "diagrams",
    "d2",
    "architecture-diagrams",
    "vhs",
    "demo-gif",
    "vscode",
    "editor-config"
  ],
  "author": {
    "name": "Sylvain",
    "email": "[email protected]"
  },
  "license": "MIT",
  "repository": "https://github.com/sgaunet/claude-plugins",
  "homepage": "https://github.com/sgaunet/claude-plugins#readme"
}

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

[software-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/software-engineering)