Skip to content

[Feat/claude plugin] Add Claude Code plugin for log analysis#4

Merged
adarshsrivastava11 merged 6 commits into
ctrlb-hq:mainfrom
hvsk004:feat/claude-plugin
Apr 13, 2026
Merged

[Feat/claude plugin] Add Claude Code plugin for log analysis#4
adarshsrivastava11 merged 6 commits into
ctrlb-hq:mainfrom
hvsk004:feat/claude-plugin

Conversation

@hvsk004

@hvsk004 hvsk004 commented Apr 11, 2026

Copy link
Copy Markdown
Member

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 → variable
      summaries → next steps)
    • README.md — plugin install/usage docs
  • .claude-plugin/marketplace.json — marketplace listing so users can discover
    and install via /plugin marketplace add ctrlb-hq/ctrlb-decompose
  • README update — added a "Claude Code Plugin" section with install and usage
    instructions

How it works

  1. User asks Claude to analyze a log file or pastes log content
  2. The analyze-logs skill triggers automatically
  3. Checks if ctrlb-decompose is installed; walks through OS-appropriate
    installation if not (Homebrew, deb/rpm, binary, or build from source)
  4. Runs ctrlb-decompose --llm --top 20 on the input
  5. Interprets output — surfaces errors first, explains anomalies, summarizes
    variable patterns, and suggests next steps

Install

In Claude Code:
/plugin marketplace add ctrlb-hq/ctrlb-decompose
/plugin install ctrlb-decompose@ctrlb-hq

@adarshsrivastava11 adarshsrivastava11 merged commit b799986 into ctrlb-hq:main Apr 13, 2026
6 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants