Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,11 @@ Contributions are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines

[Apache-2.0](LICENSE)
| [AutoSearch](https://github.com/0xmariowu/Autosearch) | new | Self-evolving deep research plugin for Claude Code -- 32 dedicated search channels (arXiv, GitHub, Reddit, HN, zhihu, bilibili, CSDN + 25 more), LLM-scored evaluation, cited reports in Markdown/HTML/Slides, cross-session learning. Zero API keys required |
| [bitranox-skills](https://github.com/bitranox/bitranox-skills) | ~50 software-engineering skills for Claude Code: planning, systematic debugging, code review, clean architecture, language and tool references (Python, bash, git, ssh, uv), and prose humanizing. Adds a self-improvement loop that captures session learnings into memory and CLAUDE.md, plus PostToolUse hooks that validate JSON/YAML/XML edits and flag AI-writing tells. Skills invoke as `/bitranox:<skill>`. MIT. Install: `/plugin marketplace add bitranox/bitranox-skills` |
| [bmk](https://github.com/bitranox/bmk) | Cross-OS build/test/release task runner. Deploys a thin Makefile and runs a pure-Python staged pipeline (lint, format, type-check, bandit, pip-audit, import-linter, pytest, coverage) that behaves the same on Linux, macOS and Windows with no shell scripts. Stages group by order number and run in parallel within a group; custom pipelines via pyproject.toml. MIT. Install: `/plugin marketplace add bitranox/bmk` |
| [pve-bindsnap](https://github.com/bitranox/pve-bindsnap) | Snapshot and clone Proxmox LXC containers that have bind/device mounts, which stock Proxmox greys out or refuses. A Perl overlay delegates to Proxmox's own snapshot/clone code via dpkg-divert (it does not fork it), gated by a source checksum so it stays inert on untested builds. Covers install, verify, the BINDSNAP- markers, cloning and uninstall. AGPL-3.0. Install: `/plugin marketplace add bitranox/pve-bindsnap` |
| [vnc-remote-control](https://github.com/bitranox/vnc-remote-control) | Drive any VNC/RFB machine from Claude Code: take a screenshot, read the screen with OCR, click a pixel or a labeled UI element, type text and press keys. Built for hypervisor VM consoles, boot screens and legacy GUIs that have no network, SSH or agent (Proxmox consoles, dated installers, old TUIs). MIT. Install: `/plugin marketplace add bitranox/vnc-remote-control` |
| [igittigitt](https://github.com/bitranox/igittigitt) | gitignore-style path matching that is 100% git-compatible, memory-bounded for millions of paths, with an include/whitelist mode and a streaming CLI. Use it instead of hand-rolled fnmatch/glob or pathspec/gitignore_parser, including as a shutil.copytree filter or in a find pipeline. Covers the library API, the CLI and bash piping. MIT. Install: `/plugin marketplace add bitranox/igittigitt` |


---
Expand Down