Skip to main content

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitranox_skills-6.8.0.tar.gz (6.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bitranox_skills-6.8.0-py3-none-any.whl (7.2 MB view details)

Uploaded Python 3

File details

Details for the file bitranox_skills-6.8.0.tar.gz.

File metadata

  • Download URL: bitranox_skills-6.8.0.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bitranox_skills-6.8.0.tar.gz
Algorithm Hash digest
SHA256 a4ef1d1633a760e89922fb0a5e8a67408dc7137df7d07725bed6b513ddaaa676
MD5 19b71108c2ad50c8814b25d3df58d798
BLAKE2b-256 9c7ed67cee83181dfd2924000e426567dc5128c3607226aa1ccc43776e2513b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bitranox_skills-6.8.0.tar.gz:

Publisher: workflow.yml on bitranox/bitranox-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bitranox_skills-6.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bitranox_skills-6.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef4b453827cf4a5d69661570d13f03f526eb1ae5c3604eefcc6ddc59fef49820
MD5 e72d345848b0f325253e942ec2a6a64e
BLAKE2b-256 3ac490d7683a759887f6e274905f402e916480f65ed4ff514306f99dd5e02aaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for bitranox_skills-6.8.0-py3-none-any.whl:

Publisher: workflow.yml on bitranox/bitranox-skills

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

6.9.1

2 files

This release

6.8.0 This release

2 files

6.5.1

2 files

6.5.0

2 files

6.4.0

2 files

6.3.0

2 files

6.2.1

2 files

6.1.0

2 files

6.0.0

2 files

5.306.0

2 files

5.305.0

2 files

5.304.0

2 files

5.303.2

2 files

5.303.1

2 files

5.302.0

2 files

5.301.1

2 files

5.301.0

2 files

5.300.8

2 files

5.300.7

2 files

5.300.6

2 files

5.300.5

2 files

5.300.4

2 files

5.300.3

2 files

5.300.2

2 files

5.300.1

2 files

5.300.0

2 files

5.299.3

2 files

5.299.2

2 files

5.299.1

2 files

5.299.0

2 files

5.298.1

2 files

5.298.0

2 files

5.297.6

2 files

5.297.5

2 files

5.297.4

2 files

5.297.3

2 files

5.297.2

2 files

5.297.1

2 files

5.296.1

2 files

5.296.0

2 files

5.295.3

2 files

5.295.2

2 files

5.295.1

2 files

5.295.0

2 files

5.294.3

2 files

5.294.2

2 files

5.294.1

2 files

5.294.0

2 files

5.293.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page