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-5.297.3.tar.gz (5.9 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-5.297.3-py3-none-any.whl (6.9 MB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for bitranox_skills-5.297.3.tar.gz
Algorithm Hash digest
SHA256 8114cd6c6b01ffb92fc52ab5a7b707eee365e76e5a41269bc18dd93e4e3e64e2
MD5 dd7c73b63e215b1e3d781475a5cc8a44
BLAKE2b-256 9d040aab5940cc1cb246f1f404223b5f4ff1b8a3e6939f955675580b2c9bb222

See more details on using hashes here.

Provenance

The following attestation bundles were made for bitranox_skills-5.297.3.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-5.297.3-py3-none-any.whl.

File metadata

File hashes

Hashes for bitranox_skills-5.297.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d4d93b6323f33d354c65b58ada20e7859613c0244e7d8b77791d635d44d96063
MD5 ad93d88e4d50c2ae0597aa76a2294a25
BLAKE2b-256 3761e25b99312fd1df1cdd1201e6ea2a645f49a618c958a074e87898bc51fe3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bitranox_skills-5.297.3-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

6.8.0

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

This release

5.297.3 This release

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