bitranox-skills
A Claude Code plugin that learns your way of working. It notices when a session teaches something - a correction, a rule you state, a mistake worth not repeating - captures it as durable memory, sleeps on it, and files each lesson exactly where it applies: this project, this group of projects, or everything you do. On top of that self-learning memory it ships 82 skills of software-engineering craft - planning, debugging, code review, clean architecture, language and tool references, humanizing prose - refined over real day-to-day work and growing with every lesson that proves broadly useful.
The result compounds: the same correction is never made twice, knowledge from one project is on the desk when a sibling project needs it, and routines harden into skills instead of being re-derived every time.
Quick start
/plugin marketplace add bitranox/bitranox-skills
/plugin install bitranox@bitranox-skills
Install at user scope (the default) - the memory files lessons across projects, so it must
run everywhere. Then enable auto-update once via /plugin -> Marketplaces ->
bitranox-skills -> Enable auto-update. Windows needs
Git for Windows; details and verification in
docs/installation.md.
Skills are invoked as /bitranox:<skill>, and Claude picks one up automatically whenever a task
matches its description.
Without the plugin marketplace
The same skills also ship as a Python package, for a machine where you would rather not add a marketplace, or where you want a pinned version:
uv tool install bitranox-skills
bitranox-skills install
That copies all 82 skills into ~/.claude/skills/, where Claude Code picks them up as personal
skills. It leaves anything already there alone unless you pass --force, --dry-run reports the
plan without writing, and --dest targets a different directory. bitranox-skills path prints
where the bundled copy lives, including the hooks/ directory - the hooks need entries in your
settings.json, which this command deliberately does not write for you.
The package version and the plugin version are the same number, so uv tool install bitranox-skills==5.293.0 and the marketplace's 5.293.0 are the same skills.
The book
| Chapter | What it answers |
|---|---|
| Concepts | The ideas: learn as you go, sleep on it, file knowledge by reach - in plain language |
| Installation | Install, auto-update, Windows, verifying the setup |
| Setup | First-session decisions: knobs, tree shape, iron rules, seeding a project |
| Usage | The daily flow: capture, recall, the nap/tree/crosstree consolidation ladder |
| Skill catalog | All 82 skills with their triggers, grouped by domain (generated, cannot rot) |
| Architecture | Store format, the write engine, the hook pipeline, guards, delivery paths |
| Reference | Every knob, sentinel file, env var, CLI command, and quirk |
| Contributing | Authoring skills, the quality gates, proposing changes upstream |
| AI transparency | Where AI is used in this repo, what is verified, and how to check it yourself |
Repo layout
This repo is both the marketplace (.claude-plugin/marketplace.json) and the single plugin it
ships (plugins/bitranox/): the skills live in plugins/bitranox/skills/, the hooks in
plugins/bitranox/hooks/.
Credits
Most skills are custom-built or adapted. Some general workflow skills (brainstorming,
systematic-debugging, test-driven-development, verification-before-completion) originate from
public skill libraries (for example Obra Superpowers and the Vercel Agent Skills Directory) and
have been adapted here. markitdown and rory build on upstream sources (the MarkItDown
document converter and Rory Sutherland's public talks and writing, respectively). Skills adapted
from a third-party source under a permissive license carry their original copyright and license
text in plugins/bitranox/THIRD_PARTY_NOTICES.md.
License
MIT - see LICENSE. Adapted third-party skills retain their own permissive licenses;
see plugins/bitranox/THIRD_PARTY_NOTICES.md.
Release files for bitranox-skills 6.13.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bitranox_skills-6.13.0.tar.gz | 6.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bitranox_skills-6.13.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.4 MB
Release files / bitranox_skills-6.13.0.tar.gz
| Download URL | bitranox_skills-6.13.0.tar.gz |
|---|---|
| Size | 6.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0c54a0aed414832fd92e94218c470207383cf2caf9adb83d899f2afb4995f8cb
|
|
BLAKE2b-256 checksum How to use checksums |
ff9684bc1fc7d35566aa849cb38d2a2f9b000e760515228af9696d9e7d7a1c9d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 12, 2026.
Transparency logRelease files / bitranox_skills-6.13.0-py3-none-any.whl
| Download URL | bitranox_skills-6.13.0-py3-none-any.whl |
|---|---|
| Size | 7.2 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
801a7de31a421fdece11265093f87b8281389863ccbff27fad95a9e0f9f76935
|
|
BLAKE2b-256 checksum How to use checksums |
83f459ed8fe59425043cb1fc68292a5462b3bf9dadcb15e4b744e66afddbf6a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 12, 2026.
Transparency log