Enforce six behavioral guardrails (no-stalling, no-speculative-language, no-preference-asking, no-false-completion, no-skipping, no-dismissing) on Claude Code agents via a Stop hook bash script. Includes skills to analyze session logs for anti-patterns, install the guardrails, test them with trigger phrases, and refine rules based on effectiveness reports.
Scan Claude Code chat session logs for recurring agent anti-patterns (hedging, stalling, skipping, false completions, preference-asking, dismissing, cosmetic, caveats, flagging) and produce a ranked report with frequency counts, example excerpts, and suggested guardrail rules. Use when user asks to "analyze sessions for anti-patterns", "find bad patterns in logs", "what anti-patterns am I seeing", "agent-guardrails analyze", or wants data-driven guardrail recommendations.
Install agent behavioral guardrail rules into a project's .claude/ directory. Generates a Stop hook bash script and configures settings.local.json. Includes nine battle-tested rules (no-guessing, no-stalling, no-preference-asking, no-false-completion, no-skipping, no-dismissing, no-cosmetic, no-caveats, no-flagging). Use when user asks to "install guardrails", "set up agent guardrails", "add behavioral hooks", "agent-guardrails install", or wants to enforce assistant discipline.
Test installed agent guardrail hooks by sending trigger phrases through the stop hook script. Checks hook installation first, then runs two test phrases per rule. Use when user asks to "test guardrails", "verify hooks", "check guardrail patterns", "agent-guardrails test", or wants to confirm hooks are working.
Re-analyze Claude Code session logs against existing agent guardrail rules to measure effectiveness, catch false positives, identify missed anti-patterns, and refine regex patterns. Use when user asks to "update guardrails", "refine guardrail rules", "check guardrail effectiveness", "agent-guardrails update", "tune guardrails", or wants to improve existing behavioral rules based on real usage data.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of 29 plugins and 117 skills for Claude Code.
# 1. Add the marketplace
claude plugin marketplace add florianbuetow/claude-code
# 2. Install plugins (pick what you need)
claude plugin install agent-guardrails
claude plugin install appsec
claude plugin install arc42
claude plugin install archibald
claude plugin install beyond-solid-principles
claude plugin install cache-money
claude plugin install changelog
claude plugin install claudeignore
claude plugin install codebasescout
claude plugin install communicator
claude plugin install context-research
claude plugin install diagrams
claude plugin install explain-system-tradeoffs
claude plugin install fixclaude
claude plugin install guard
claude plugin install handoff
claude plugin install iso27001-sdlc
claude plugin install kiss
claude plugin install logbook
claude plugin install onboarding
claude plugin install orchestrator
claude plugin install progressive-disclosure
claude plugin install retrospective
claude plugin install solid-principles
claude plugin install spec-dd
claude plugin install sessionlog
claude plugin install spec-writer
claude plugin install terminator
claude plugin install tokeneconomics
# 3. Restart Claude Code
# Update all installed plugins to latest versions
claude plugin marketplace update florianbuetow-plugins
| Skill | Description |
|---|---|
| agent-guardrails | Agent behavioral guardrails — 9 rules via Stop hook with intent-aligned feedback |
| appsec | Comprehensive application security toolbox - 62 skills, 8 frameworks, red team simulation |
| arc42 | Generate arc42 architecture documentation from a codebase - evidence-grounded, Mermaid diagrams, GAP flags |
| archibald | Software architecture quality assessment - smells, metrics, antipatterns, dependencies, risks, debt |
| beyond-solid-principles | System-level architecture principles analysis |
| cache-money | Keep the Anthropic prompt cache warm during peak hours - adapts ping interval to your cache TTL (5-min or 1-hour) |
| changelog | Generate and maintain CHANGELOG.md from git history - Keep a Changelog format with Semantic Versioning |
| claudeignore | Generate and maintain .claudeignore files - analyzes repo structure to exclude caches and build artifacts from context |
| codebasescout | Scout a codebase, rank findings by Impact x Opportunity, plan fixes, tag each task with a recommended model |
| communicator | Communication-style toolkit — tldr skill switches Claude into military-style BLUF mode: extreme brevity, conclusion last, bullets over prose |
| context-research | Autonomous AI research pipeline - discovers, ranks, and synthesizes SOTA papers via Hugging Face & ArXiv |
| diagrams | Diagramming toolkit — routes to ascii-art (CP437 box-drawing), mermaid (flowcharts, sequence, ER), or wardley (WTG2 DSL for SVG rendering) |
| explain-system-tradeoffs | Distributed system tradeoff analysis |
| fixclaude | Production-grade CLAUDE.md directives that override Claude Code's built-in limitations |
| guard | Helper for the guard CLI - protects files from accidental AI edits via immutable flags and root ownership |
| handoff | Session handoff and continuation - compact sessions into structured handoff documents for task continuity |
| iso27001-sdlc | ISO 27001:2022 software development compliance scanner - Annex A controls 8.4, 8.25–8.33 |
| K.I.S.S. | Code and architecture simplicity analysis - complexity, abstraction, redundancy, architecture |
| logbook | Session log analytics - time spent and messages exchanged per project/branch, with monthly + yearly reports |
| onboarding | Project onboarding - status briefing from git, issues, and build system |
| orchestrator | Evidence-based model routing — maps engineering tasks to the best-suited AI model using a 30-category taxonomy |
| progressive-disclosure | Documentation structure analysis - maps soul files, detects orphaned docs, generates thematic indexes |
| retrospective | Developer-AI workflow analysis - session log retros with feedback loops |
| sessionlog | Export session logs as standard LLM conversation JSON and TXT transcripts |
| solid-principles | Automated SOLID principles analysis for OO code |
| spec-dd | Specification-driven development workflow |
npx claudepluginhub florianbuetow/claude-code --plugin agent-guardrailsSoftware architecture quality assessment through structural smell detection, quantitative metrics analysis, antipattern identification, dependency structure evaluation, risk/trade-off analysis, and technical debt measurement. Complements SOLID and beyond-SOLID principle checks with architecture-level health diagnostics.
Analyze Claude Code session logs to identify what went well, what didn't, and how to improve developer-AI collaboration. Suggests new skills, subagents, slash commands, hooks, and workflow optimizations based on actual usage patterns.
Analyze code and architecture for unnecessary complexity, over-abstraction, and redundancy. Reports findings with severity ratings and concrete simplification suggestions without modifying code.
Project onboarding skill that orients AI agents by gathering context from project instructions, git state, issue trackers, and build systems to produce a concise status briefing with suggested next steps.
Scan a software repository for ISO 27001:2022 compliance of its software development controls (Annex A 8.4, 8.25–8.33). Produces a per-control compliance gap report covering source code access, secure SDLC, application security requirements, secure architecture, secure coding, security testing, outsourced development, environment separation, change management, and test data.
Core safety skills for AI-assisted development: Four Laws, Three Strikes, production-first, scope validation, and environment separation
Create custom behavioral rules through markdown configuration files - prevent unwanted behaviors with pattern matching
A secure runtime for Claude Code. Intercepts every tool call with policy-based allow/block/ask decisions, evasion detection, path fencing, file snapshots, and audit logging.
Achieve flow state safely with Claude Code. Auto-approves routine work, gates risky actions, hard-blocks dangerous patterns. Dual enforcement (skill + hooks), token cap for cost governance, full audit trail. Zero dependencies.
LLM-powered guardrails for Claude Code. Turn every AI mistake into a rule AI can't repeat.
Intelligent sync of Claude instructions with enforcement hooks for security and consistency