software-engineering
v0.23.0Code 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
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install software-engineering@agent-plugin-marketplacePaste 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-pluginsClone 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
├── .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 codebase and create GitHub/GitLab/Forgejo issues per finding
Review PR for quality, security, and coverage (GitHub/GitLab/Forgejo)
Audit security, performance, and best practices holistically
Push current branch, create MR/PR on GitHub, GitLab, or Forgejo, wait for CI pipeline, merge, and clean up branch using auto-mr CLI
Monitor and optimize CLAUDE.md token count to stay under 2500 token limit
Create conventional commit from staged changes with approval
Create formatted GitHub/GitLab/Forgejo issue with approval
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.
Complete git workflow orchestration (GitHub/GitLab/Forgejo) - branch, issue, commit
Complete git worktree workflow orchestration (GitHub/GitLab/Forgejo) - worktree, branch, issue, commit
Generate or enhance CLAUDE.md with project-specific guidance following best practices
Generate a d2 architecture diagram (https://d2lang.com/) using icons from icons.terrastruct.com. Renders SVG when the d2 binary is installed.
Add or update an Architecture section in README.md with Mermaid diagrams scaled to app complexity
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
Auto-detect the project's linter (Taskfile, Makefile, golangci-lint, eslint, ruff, clippy) and run it, reporting pass or fail.
Auto-detect the project's test runner (Taskfile, Makefile, go test, npm, pytest, cargo) and run it, reporting pass or fail.
Update repo description and topics from README analysis (GitHub/GitLab/Forgejo)
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
- url
- https://mcp.context7.com/mcp
Plugin manifests1
{
"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"
}For maintainers
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)