bix — Claude Skills Marketplace
A collection of token-efficient Claude Code skills for enhanced productivity in GitHub and session management.
bix — Claude Skills Marketplace
![]()
A collection of useful Claude Code skills, distributed as a plugin marketplace.
These skills are intentionally designed to be token-efficient — pushing context-heavy work into deterministic scripts and focused sub-agents instead of bloating the main conversation — and to keep a human in the loop wherever a decision matters (review approval, fix triage, destructive cleanup, prompt rewrites, session loading).
Installation & Usage
- Add the marketplace.
/plugin marketplace add IamBiswajitSahoo/ClaudeSkills
- Install only the plugins you need.
/plugin install bix-github@Biswajit-Claude-Skills
/plugin install bix-session@Biswajit-Claude-Skills
/plugin install bix-utils@Biswajit-Claude-Skills
- Once installed, skills can be invoked by name (e.g.
/audit,/github-pr-review,/load-session,/rewrite) or by full prefix (e.g./bix-utils:audit,/bix-github:github-pr-review,/bix-session:load-session).
Available Skills
bix-github
| Skill | Command | Description | Docs |
|---|---|---|---|
| github-pr-review | /github-pr-review | Review a PR with severity-labeled findings, parallel agent support, and per-comment approval | Docs → |
| github-pr-describe | /github-pr-describe | Generate a well-structured PR description by analyzing the diff, then push it to GitHub | Docs → |
| github-pr-resolve | /github-pr-resolve | Evaluate and triage review comments on a PR, then implement agreed fixes | Docs → |
bix-session
| Skill | Command | Description | Docs |
|---|---|---|---|
| load-session | /load-session | Load context from a previous session into the current one — browse, summarize, or load full transcript | Docs → |
bix-utils
| Skill | Command | Description | Docs |
|---|---|---|---|
| audit | /audit | Security audit for skills, MCP servers, hooks, and CLAUDE.md — fast pattern scan with parallel deep-analysis agents | Docs → |
| cleanup | /cleanup | Scan and clean up Claude Code's internal data (~/.claude/) to reclaim disk space | Docs → |
| rewrite | /rewrite | Rewrite prompts using 12 curated prompt engineering frameworks (RISEN, TIDD-EC, CO-STAR, etc.) via a fast haiku sub-agent | Docs → |
OS Support
All skills run on macOS, Linux, and WSL. On Windows native, support depends on the script runtime:
| Plugin | macOS | Linux | WSL | Windows native |
|---|---|---|---|---|
| bix-github | ✅ | ✅ | ✅ | Git Bash / MSYS2 |
| bix-session | ✅ | ✅ | ✅ | Git Bash / MSYS2 |
| bix-utils → audit | ✅ | ✅ | ✅ | ✅ |
| bix-utils → rewrite | ✅ | ✅ | ✅ | ✅ |
| bix-utils → cleanup | ✅ | ✅ | ✅ | Git Bash / MSYS2 / Cygwin |
License
Apache 2.0 — see LICENSE