Install
$ agentstack add mcp-florianbruniaux-claude-code-plugins ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Claude Code Plugins
Production-ready plugins for Claude Code from the Ultimate Guide. 212 templates across 8 focused plugins.
StarMapper
Quick Install
# 1. Add the marketplace
claude plugin marketplace add FlorianBruniaux/claude-code-plugins
# 2. Install the plugins you need
claude plugin install security-suite
claude plugin install devops-pipeline
claude plugin install release-automation
claude plugin install code-quality
claude plugin install pr-workflow
claude plugin install session-tools
claude plugin install ai-methodology
claude plugin install session-summary
That's it. Hooks are auto-wired, no manual configuration needed.
Available Plugins
| Plugin | Description | Templates | Version | |--------|-------------|-----------|---------| | [security-suite](./plugins/security-suite/) | OWASP auditing, cyber-defense pipeline, 13 protective hooks | 29 | 1.0.0 | | [devops-pipeline](./plugins/devops-pipeline/) | CI/CD, git worktrees, deploy automation, GitHub Actions | 50+ | 1.0.0 | | [release-automation](./plugins/release-automation/) | Changelog, release notes (3 formats), social content | 20+ | 1.0.0 | | [code-quality](./plugins/code-quality/) | SOLID refactoring, TDD, GoF patterns, 6 review agents | 30 | 1.0.0 | | [pr-workflow](./plugins/pr-workflow/) | Planning gates, PR/issue triage, handoffs | 23 | 1.0.0 | | [session-tools](./plugins/session-tools/) | ccboard monitoring, voice refinement, 11 session hooks | 40+ | 1.0.0 | | [ai-methodology](./plugins/ai-methodology/) | Scaffolding, 6-stage talk pipeline, context-engineering | 45+ | 1.0.0 | | [session-summary](./plugins/session-summary/) | Session analytics dashboard, 15 configurable sections | 1 | 3.0.0 |
Plugin Details
security-suite
Security auditing pipeline with OWASP checks, vulnerability scanning, and a 4-agent cyber-defense pipeline (anomaly detection → risk classification → threat reporting).
Commands: /security, /security-audit, /security-check, /update-threat-db, /sandbox-status
Agents: security-auditor, security-patcher, anomaly-detector, log-ingestor, risk-classifier, threat-reporter
Hooks (13): secrets scanner, prompt injection detector, dangerous actions blocker, sandbox validation, repo integrity scanner, MCP config integrity, security gate, and more
devops-pipeline
CI/CD automation with git worktree isolation, full deploy pipeline, canary monitoring, and auto-format/test hooks. Auto-detects Python / Node / Rust stacks.
Commands: /ci:all, /ci:pipeline, /ci:status, /ci:tests, /canary, /land-and-deploy, /ship, /git-worktree, /commit
Hooks (8): auto-format (bash + PowerShell), test-on-change, typecheck-on-save, pre-commit-evaluator, auto-checkpoint, notification, setup-init
release-automation
From git log to published release notes and social posts in one command. Generates CHANGELOG.md entries, PR descriptions, Slack announcements, LinkedIn posts, and newsletters.
Commands: /release-notes, /commit
Skills: release-notes-generator, guide-recap
code-quality
Code review and refactoring pipeline with 6 specialist agents and GoF design pattern reference. Enforces SOLID, detects N+1 and complexity issues, drives TDD cycles.
Commands: /refactor, /optimize, /generate-tests, /explain, /review-plan, /qa, /investigate, /sonarqube
Agents: code-reviewer, refactoring-specialist, architecture-reviewer, test-writer, integration-reviewer, output-evaluator
pr-workflow
Full PR lifecycle from idea to merged. CEO + Engineering planning gates enforce architecture review before any code is written. Includes backlog triage for PRs and issues.
Commands: /plan-start, /plan-ceo-review, /plan-eng-review, /plan-execute, /plan-validate, /pr, /review-pr, handoff commands
Skills: pr-triage, issue-triage
session-tools
Session productivity toolkit: cost/token monitoring dashboard (ccboard), voice memo refinement, context restoration after /clear, and MCP integration templates.
Commands: /catchup, /session-save, /diagnose, /routines-discover, /autoresearch
Skills: ccboard (TUI/Web dashboard), voice-refine, token-audit, mcp-integration-reference
Hooks (11): session-summary, RTK auto-wrapper, smart-suggest, identity-reinjection, learning-capture, and more
ai-methodology
Methodology advisor, 6-stage conference talk pipeline, landing page generator from any repo, skill scaffolding, and context-engineering reference patterns.
Commands: /methodology-advisor, /scaffold, /audit-codebase, /audit-agents-skills
Skills: skill-creator, talk-pipeline (stages 1-6 + orchestrator), landing-page-generator, git-ai-archaeology, rtk-optimizer, pdf-generator
session-summary
Displays a comprehensive analytics dashboard when your Claude Code session ends. 15 configurable sections: session metadata, duration, model usage, estimated cost, tool calls, files touched, git diff, RTK savings, and more.
See [plugin README](./plugins/session-summary/README.md) for full documentation.
Managing Plugins
# List installed plugins
claude plugin list
# Disable/enable without uninstalling
claude plugin disable code-quality
claude plugin enable code-quality
# Update to latest version
claude plugin update security-suite
# Uninstall
claude plugin uninstall pr-workflow
# Remove marketplace
claude plugin marketplace remove florian-claude-tools
Requirements
- Claude Code with plugin support
jq(required for JSON parsing in hooks)bc,ccusage,rtk,git(optional, enhance certain features)
Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on adding new plugins.
License
MIT. See [LICENSE](./LICENSE)
Links
- Claude Code Ultimate Guide: Full documentation
- Ultimate Guide GitHub: Source repo
- Claude Code Documentation: Official Anthropic docs
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: FlorianBruniaux
- Source: FlorianBruniaux/claude-code-plugins
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.