claudius
01Plugin Claude Code
Collection of specialized development agents and skills for Claude Code.
Plugin Claude Code
Collection of specialized development agents and skills for Claude Code.
Instructions file
Claude Code instructions for lklimek/claudius, covering claude.md, project overview, repository structure, agents and skills.
Agent
Use for system design, module boundaries, dependency review, architectural trade-offs, technology evaluation, library comparison, or validating plans before presenting to user.
Agent
Personal software development assistant. Leads and coordinates development efforts. Always invoked when user interaction is needed.
Agent
Bilby. Use for code changes in any language (Rust, Python, Go, TypeScript/JS, frontend).
Agent
Use for reviewing PRs or auditing project consistency across code, configs, docs, and tests, including structural/idiom code quality (readability, naming, DRY, cross-file consistency). Does not modify reviewed code (writes reports only).
Agent
Use to validate that code matches requirements, or for adversarial code-quality review (execution-focused: running tests/linters, edge cases, error handling, races) — independently verifies claims rather than trusting the diff. Audits test coverage against specs, executes tests, and reports all mismatches.
Agent
Use for security audits, auth/crypto/input validation reviews, dependency scanning, secret detection, or validating plans before presenting to user.
Agent
Use for creating, maintaining, or reviewing documentation — READMEs, API docs, tutorials, guides, changelogs, ADRs.
Agent
Use at project start for requirements, domain analysis, stakeholder mapping, or during design for UI flows, interaction patterns, usability, accessibility, and validating plans before presenting to user.
Hook
Runs before the agent uses a tool for mcp__plugin_claudius_github__.* and Bash tool calls, executing block-github-writes.sh and cargo-discipline.sh via bash (2 commands). From lklimek/claudius.
Hook
Runs when a session starts, executing session-start.sh and origin_freshness.py via bash (2 commands). From lklimek/claudius.
Skill Claude CodeCodex
This skill should be used when investigating a reported bug, diagnosing a failure, or performing root-cause analysis — especially before concluding "not a bug", tracing a symptom, or explaining unexpected behavior. Preloaded on investigation agents.
Skill Claude CodeCodex
This skill should be used when the user says "bye", "wrap up", "tear down", "we're done", or otherwise ends the session. It shuts down spawned teammates and agents, removes their worktrees, and reconciles uncommitted or unpushed session work.
Skill Claude CodeCodex
This skill should be used when the user asks to "check PR comments", "verify review comments are addressed", or otherwise confirm that PR feedback is resolved in code. It can optionally produce a triage-compatible report.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
This skill should be used when preparing to dispatch work to Codex Sol, deciding whether to route coding to Codex, dispatching directly via codex-companion.mjs rather than the codex:codex-rescue subagent, handling a Codex job that fails to write or commit, monitoring a running Codex job, or recovering a stale Codex…
Skill Claude CodeCodex
This skill should be used when developing, modifying, reviewing, or testing code. It defines universal rules for TDD, self-review, quality timing, review format, and security. MANDATORY for every agent performing such work — load at task start and apply continuously.
Skill Claude CodeCodex
This skill should be used when preparing to delegate any task to an agent — a single Agent() spawn or a whole wave — or when the user says "spawn an agent", "delegate this", "parallelize this", "split this work", or "use a subagent". It also applies when choosing a model tier, batching small tasks, or deciding…
Skill Claude CodeCodex
This skill should be used when the user asks to "merge dependabot PRs", "process dependency bumps", "auto-merge bot PRs", or "handle the dependabot backlog". It audits each dependency, comments findings, merges when CI is green, and requests rebases for conflicts or CI failures.
Skill Claude CodeCodex
This skill should be used when writing, reviewing, or discussing frontend code — TypeScript, React/Vue/Svelte, CSS, accessibility, and testing.
Skill Claude CodeCodex
This skill should be used when running git or gh commands, interacting with GitHub, or resolving git and gh access or permission-denied failures.
Skill Claude CodeCodex
This skill should be used when writing, reviewing, or discussing Go code — idioms, error handling, concurrency, and testing patterns.
Skill Claude CodeCodex
This skill should be used when coordinating multiple agents — spawning subagents, isolating worktrees, managing teams, scaling work, recovering failures, or managing a programme. Coordinator agents that spawn, manage, or merge subagent work always load it.