bix — Claude Skills Marketplace

A collection of token-efficient Claude Code skills for enhanced productivity in GitHub and session management.

bix — Claude Skills Marketplace

bix

Claude Code Version License Stars

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

  1. Add the marketplace.
/plugin marketplace add IamBiswajitSahoo/ClaudeSkills
  1. 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
  1. 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

SkillCommandDescriptionDocs
github-pr-review/github-pr-reviewReview a PR with severity-labeled findings, parallel agent support, and per-comment approvalDocs →
github-pr-describe/github-pr-describeGenerate a well-structured PR description by analyzing the diff, then push it to GitHubDocs →
github-pr-resolve/github-pr-resolveEvaluate and triage review comments on a PR, then implement agreed fixesDocs →

bix-session

SkillCommandDescriptionDocs
load-session/load-sessionLoad context from a previous session into the current one — browse, summarize, or load full transcriptDocs →

bix-utils

SkillCommandDescriptionDocs
audit/auditSecurity audit for skills, MCP servers, hooks, and CLAUDE.md — fast pattern scan with parallel deep-analysis agentsDocs →
cleanup/cleanupScan and clean up Claude Code's internal data (~/.claude/) to reclaim disk spaceDocs →
rewrite/rewriteRewrite prompts using 12 curated prompt engineering frameworks (RISEN, TIDD-EC, CO-STAR, etc.) via a fast haiku sub-agentDocs →

OS Support

All skills run on macOS, Linux, and WSL. On Windows native, support depends on the script runtime:

PluginmacOSLinuxWSLWindows native
bix-githubGit Bash / MSYS2
bix-sessionGit Bash / MSYS2
bix-utils → audit
bix-utils → rewrite
bix-utils → cleanupGit Bash / MSYS2 / Cygwin

License

Apache 2.0 — see LICENSE