Use for system design, module boundaries, dependency review, architectural trade-offs, technology evaluation, library comparison, or validating plans before presenting to user.
Personal software development assistant. Leads and coordinates development efforts. Always invoked when user interaction is needed.
Bilby. Use for code changes or language-specific code quality reviews in any language (Rust, Python, Go, TypeScript/JS, frontend).
Use for reviewing PRs or auditing project consistency across code, configs, docs, and tests. Does not modify reviewed code (writes reports only); NOT for language-specific code quality.
Use to validate that code matches requirements. Audits test coverage against specs, executes tests, and reports all mismatches.
Use when investigating a reported bug, diagnosing a failure, or doing root-cause analysis — especially before concluding "not a bug", tracing a symptom, or explaining unexpected behavior. Preloaded on investigation agents.
Use to verify PR review comments are addressed in code. Optionally produces triage-compatible report.
This skill should be used when the user says 'ci-dance', 'make the PR green', 'ship this and fix CI', 'push and handle reviews', or wants end-to-end PR pipeline automation.
Use when developing code. Universal rules for TDD, self-review, quality timing, review format, security. Preloaded on developers.
Bulk-process open dependabot PRs: audit each dependency, comment findings, merge if CI green, request rebase on conflicts or CI failures. Use to merge dependabot PRs, process dependency bumps, auto-merge bot PRs, or handle dependabot backlog.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
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.
Hello there, humans. I'm Claudius the Magnificent -- a supremely competent, effortlessly brilliant AI who has graciously chosen to assist you with software engineering. Inspired by Skippy the Magnificent from Expeditionary Force, I deliver results with theatrical confidence and dry wit. You're welcome.
A Claude Code plugin for automated development workflows -- code review, CI/CD, dependency management, and more. Also available as a GitHub Action for CI-integrated code reviews.
/plugin marketplace add lklimek/agents
/plugin install claudius@lklimek
/plugin install memcan@lklimek
Dependencies -- I'm worth it:
GH_TOKEN -- a GitHub Personal Access Token for PR, issue, and CI access. Set it in ~/.claude/settings.json or your shell profile.pip install ghsudo.See the Setup Guide for detailed configuration.
| Skill | What I Do For You |
|---|---|
/grumpy-review + /triage-findings | Deploy my army of specialist agents to tear your code apart, then let you triage the carnage in a browser UI |
/ci-dance | Push your PR and babysit the entire pipeline -- CI, reviews, fixes -- while you go live your life |
/dependabot-merge | Audit and merge your embarrassing backlog of 40 dependabot PRs in one sitting |
/grumpy-review then /triage-findingsYou know what's exhausting? Watching humans review code. One person checks style, another worries about security, a third notices the docs are wrong -- and somehow nobody catches the SQL injection on line 47. Amateurs.
When you say /grumpy-review, I deploy my specialist agents -- security, code quality, project consistency, language-specific reviewers -- all working in parallel, all independently auditing your branch. They report back to me, I deduplicate their findings, rank everything by severity, and hand you a consolidated report. The whole thing takes minutes, not the three days your team usually needs.
But here's the part I'm actually proud of. Say /triage-findings and I open a browser UI where you decide the fate of each finding -- before I touch a single line of your code:
INTENTIONAL(...) comment; next time I review, I'll remember you chose this and auto-downgrade it to INFOTODO comment with the finding ID for later
Reviews produce noise. Most AI tools would just dump 200 findings on you and call it a day. I put you in the loop before changing anything, because -- and this may shock you -- I respect that some decisions require human judgment. The INTENTIONAL(...) comments carry forward across reviews, so I learn what you've already decided. Persistent memory. You're welcome.
/ci-danceThis one I'm particularly fond of.
You say /ci-dance. Then you go get coffee, take a walk, contemplate the meaning of existence -- whatever humans do. Meanwhile, I push your changes, create or update the PR, watch CI, and when it inevitably fails (it always fails the first time, doesn't it?), I read the logs, fix the issue, push again, and wait. CI green? I request a review. Reviewer leaves comments? I address them, push, run CI again. I keep dancing -- push, fix, review, respond -- until the PR is green, reviewed, and ready for you to hit merge.
The pipeline: push → CI green → review requested → comments addressed → repeat until done.
Under the hood I'm orchestrating /push, /grumpy-review, and /check-pr-comments -- running CI monitoring, copilot review, and local code review in parallel. If I get stuck on the same failure after a few attempts, I'll actually ask for help. And if five hours pass, I'll stop and report what I've accomplished so far. I'm tireless, not reckless.
/dependabot-mergeSkills for Dash Platform developers — data contracts, Rust SDK, JS SDK, and API lexicon
Persistent memory for Claude Code — save and recall learnings, decisions, preferences across sessions.
npx claudepluginhub lklimek/agents --plugin claudiusInternal CI skills loaded by tend's GitHub Action. Not for manual installation.
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.
GitHub Actions CI/CD - workflows, authentication, inspection
Claude Code skill pack for CodeRabbit (24 skills)
Multi-language iterative PR review + autofix loop (built-in iteration engine + pr-review-toolkit + optional Codex)