Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Export Claude Code session logs to standard LLM JSONL/TXT formats, compact them into resumable Markdown summaries with task status and next steps, generate concise recaps of recent sessions, batch-export all project sessions, monitor token usage, identify current sessions, and resume coding with git status verification for seamless context recovery.
npx claudepluginhub florianbuetow/claude-code --plugin sessionlogThis skill should be used when the user asks to "compact session", "compress session", "save session context", "sessionlog compact", "compact this session", "prepare for clear", or wants to create a compressed summary of the current session that can be continued after clearing context.
This skill should be used when the user asks to "continue session", "resume session", "pick up where I left off", "sessionlog continue", "continue from compact", "load session context", or wants to restore context from a previously compacted session file.
This skill should be used when the user asks to "export all sessions", "export all session logs", "batch export sessions", "sessionlog export-all", "convert all sessions", or wants to export every Claude Code session for the current project as standard LLM conversation JSON and TXT files.
This skill should be used when the user asks to "export session log", "convert session to json", "export conversation", "save session", "sessionlog export", "export this session", or wants to export the current Claude Code session as a standard LLM conversation JSON file and human-readable TXT transcript.
This skill should be used when the user asks to "show session info", "find session log", "where are session logs", "current session id", "session path", "sessionlog info", or wants to identify the current Claude Code session and its log file location on disk.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Meta-Cognition tool for Claude Code: session history analysis, workflow optimization, and 21 MCP tools for deep session insights.
Session transcript timeline viewer for Claude Code and Codex agent sessions
Track and summarize all files used during a Claude Code session
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
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.
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.
Keep the Anthropic prompt cache warm during Claude Code sessions — especially during peak hours when usage limits are tighter. Detects your cache TTL (5-min default or 1-hour extended) and schedules pings accordingly, reducing token costs by up to 90% on cached context.
Generate and maintain CHANGELOG.md files from git commit history using Keep a Changelog format with semantic versioning. Creates new changelogs or appends updates to existing ones.
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.
A collection of 17 plugins and 80+ 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 archibald
claude plugin install beyond-solid-principles
claude plugin install cache-money
claude plugin install changelog
claude plugin install explain-system-tradeoffs
claude plugin install fixclaude
claude plugin install iso27001-sdlc
claude plugin install kiss
claude plugin install logbook
claude plugin install onboarding
claude plugin install retrospective
claude plugin install solid-principles
claude plugin install spec-dd
claude plugin install sessionlog
claude plugin install spec-writer
# 3. Restart Claude Code
# Update all installed plugins to latest versions
claude plugin marketplace update florianbuetow-plugins
| Skill | Description |
|---|---|
| agent-guardrails | Agent behavioral guardrails - 11 rules across Stop, PreToolUse, and PostToolUse hooks |
| appsec | Comprehensive application security toolbox - 62 skills, 8 frameworks, red team simulation |
| 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 |
| explain-system-tradeoffs | Distributed system tradeoff analysis |
| fixclaude | Production-grade CLAUDE.md directives that override Claude Code's built-in limitations |
| 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 |
| 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 |
| spec-writer | Expert-guided software specification documents |
All plugins are installed from the same marketplace.
# Add the marketplace (one time)
claude plugin marketplace add florianbuetow/claude-code
# Install any plugin by name
claude plugin install <plugin-name>
Restart Claude Code after installing. Available plugins: solid-principles, beyond-solid-principles, archibald, kiss, appsec, spec-writer, spec-dd, explain-system-tradeoffs, retrospective, onboarding, iso27001-sdlc, cache-money, logbook, changelog, agent-guardrails, fixclaude, sessionlog.
# Update all installed plugins to latest versions
claude plugin marketplace update florianbuetow-plugins
# Verify a plugin version
find ~/.claude/plugins -name "plugin.json" -path "*<plugin-name>*" -exec grep version {} \;
git clone https://github.com/florianbuetow/claude-code.git
cd claude-code
# Load a plugin directory for this session only
claude --plugin-dir ./plugins/<plugin-name>
If you have just installed, you can manage the marketplace and plugins with:
just install # Add marketplace and install all plugins
just update # Update marketplace and all installed plugins
just status # Show installed vs repo plugin versions
just validate # Validate plugin and marketplace manifests