By bitranox
Bitranox skill collection: software-engineering workflow skills (planning, debugging, code review, clean architecture, language and tool references, humanizing) plus a self-improvement loop that captures session learnings into memory and CLAUDE.md.
Use when structuring Bash 4.3+ scripts or multi-file projects with clean architecture, reviewing layer dependency violations in shell scripts, deciding where functions belong across domain, application, adapter, and composition layers, or setting up ports and dependency inversion in bash
Use when writing, reviewing, or debugging Bash scripts, when needing exact syntax for shell constructs, parameter expansions, redirections, builtins, test expressions, arrays, or any Bash 5.3 feature. Use when unsure about quoting rules, expansion order, conditional operators, trap behavior, shopt options, or specific builtin options and arguments.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when asked to rate, score, audit, or improve code quality of a project, when user wants a 0-10 quality assessment, or when asked what needs to change to reach perfect quality
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
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.
A Claude Code plugin marketplace that distributes the bitranox skill collection: software-engineering workflow skills (planning, debugging, code review, clean architecture, language and tool references, humanizing) plus a self-improvement loop.
This repo is both the marketplace (.claude-plugin/marketplace.json) and the single
plugin it ships (plugins/bitranox/). Skills are invoked as /bitranox:<skill>.
/plugin marketplace add bitranox/bitranox-skills
/plugin install bitranox@bitranox-skills
Update later with /plugin marketplace update bitranox-skills. Because plugin.json
sets a version, bump it when you want installed copies to pick up changes (or remove
the version field to track every commit SHA).
bitranox namespace (/bitranox:brainstorming,
/bitranox:systematic-debugging, ...). Claude can also invoke them automatically when
a task matches a skill's description.Stop hook (hooks/self-improve-gate.sh, wired in hooks/hooks.json) that, at
the end of a turn, runs a cheap check for a learning signal (a correction, an explicit
"remember", a self-admitted miss) and nudges Claude to run the self-improve skill.
Installing the plugin registers this hook automatically, so you no longer need a manual
entry in ~/.claude/settings.json for it.| Skill | Description |
|---|---|
| bash-clean-architecture | Clean ports-and-adapters architecture for Bash 4.3+ scripts and multi-file projects. |
| bash-reference | Exact GNU Bash 5.3 reference: builtins, expansions, redirections, tests, arrays, traps. |
| brainstorming | Collaborative design exploration before any creative work; surfaces intent and requirements. |
| enhance-code-quality | Rate, audit, and improve a project's code quality with a 0-10 assessment and concrete fixes. |
| force-using-skills | Establishes that applicable skills must be invoked before any response. |
| humanize-de | Remove signs of AI-generated writing from German text. |
| humanize-en | Remove signs of AI-generated writing from English text. |
| markitdown | Convert files and office docs (PDF, DOCX, PPTX, XLSX, images, audio, HTML, ...) to Markdown. |
| md-table-formatting | Create, edit, and realign Markdown tables with proper column alignment. |
| performance | Review Python for performance issues: caching, uncompiled regex, hot-spot profiling. |
| plan-executor | Execute a written implementation plan in a separate session with review checkpoints. |
| plan-writer | Turn a spec or requirements into a step-by-step implementation plan before coding. |
| proxmox | Proxmox VE 9.1.2 reference: clusters, VMs, containers, storage, Ceph, SDN, firewall, HA, backups. |
| python-clean-architecture | Layered ports-and-adapters architecture for Python 3.10+ (domain, UoW, outbox, idempotency). |
| python-libraries-to-use | Standardized library choices for Python projects; enforces preferred tools. |
| python-performance-reviewer | Performance-analysis sub-agent: profile with real test suites, validate claims with benchmarks. |
| rory | Marketing, branding, pricing, and behavioural-science angle (what would Rory Sutherland do). |
| rpyc | Build transparent RPC, distributed computing, and remote object proxying in Python with RPyC. |
| self-improve | Capture a session's learnings into the right memory or CLAUDE.md layer so they are not re-learned. |
| skill-writer | Create, structure, test, and deploy SKILL.md skill files (TDD-based). |
| systematic-debugging | Root-cause-first debugging: find the cause before proposing fixes. |
| test-driven-development | Write tests first, watch them fail, then write minimal code to pass. |
| textual | Textual TUI framework documentation reference (API, guides, CSS, widgets). |
npx claudepluginhub bitranox/bitranox-skills --plugin bitranoxParse .gitignore files and filter/whitelist large numbers of paths in .gitignore style from Python or the shell. Ships the python-gitignore skill: install, configure (config-deploy + config.d overrides), library API (IgnoreParser/IncludeParser, shutil.copytree filter), the CLI, and bash piping.
Snapshot and clone Proxmox LXC containers that have bind/device mounts. Ships the proxmox-bindsnap skill: install, verify, configure (BINDSNAP- markers, checksum guard) and operate pve-bindsnap.
Battle-tested Claude Code plugin for engineering teams — 60 agents, 229 skills, 75 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Observe and control a machine over VNC/RFB with the vnc-remote-control CLI. Ships the vnc-remote-control skill: screenshot, read the screen (OCR), click a pixel or a labeled UI element, type text and press keys against any VNC/RFB server (VM consoles, boot screens, login prompts, dialogs).
Install, configure and use bmk - the bitranox cross-OS build/test/release task runner. Ships the devops-bmk skill: bootstrap with uv, deploy the Makefile (bmk install), run make test/push/bump/release/ship, fix missing tools (bmk ensure), layered config, and custom pipelines.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.