[Feat/claude plugin] Add Claude Code plugin for log analysis#4
Merged
Merged
Conversation
…ugin, README, hooks, and skills documentation
…ugin.json for consistency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Claude Code plugin for log analysis
Description
Summary
Adds a Claude Code plugin for ctrlb-decompose, enabling users to analyze logs
directly from Claude Code by asking in plain language — no CLI knowledge required.
What's included
plugin/directory — self-contained Claude Code plugin with:plugin.json— plugin metadata (name, version, license)skills/analyze-logs/SKILL.md— skill that triggers on log analysis requests,handles installation of ctrlb-decompose across macOS/Linux/source, runs analysis
with
--llm --top 20, and interprets results (errors → anomalies → variablesummaries → next steps)
README.md— plugin install/usage docs.claude-plugin/marketplace.json— marketplace listing so users can discoverand install via
/plugin marketplace add ctrlb-hq/ctrlb-decomposeinstructions
How it works
analyze-logsskill triggers automaticallyctrlb-decomposeis installed; walks through OS-appropriateinstallation if not (Homebrew, deb/rpm, binary, or build from source)
ctrlb-decompose --llm --top 20on the inputvariable patterns, and suggests next steps
Install
In Claude Code:
/plugin marketplace add ctrlb-hq/ctrlb-decompose
/plugin install ctrlb-decompose@ctrlb-hq