By bnb-chain
Evaluates BNB Chain bug bounty reports for validity and assigns a priority (P) rating
npx claudepluginhub bnb-chain/bnb-bounty-reviewer --plugin bnb-bounty-reviewerbnb-bounty-reviewer is a review skill for triaging BNB Chain bug bounty reports against local BNB repositories such as bsc, bsc-genesis-contract, greenfield-contracts, greenfield-cosmos-sdk, opbnb, and related projects.
This repository is structured so the same skill can be used by both Claude and Codex:
skills/bnb-bounty-reviewer/..
├── .claude-plugin/ # Claude plugin metadata
├── evals/ # Skill evaluation cases
└── skills/
└── bnb-bounty-reviewer/
└── SKILL.md # Actual skill content
If your agent supports skill installation from GitHub, this is the easiest option.
Ask Codex:
Install the skill from GitHub repo MatusKysel/bnb-bounty-reviewer using path skills/bnb-bounty-reviewer.
Codex should install the nested skill into:
~/.codex/skills/bnb-bounty-reviewer
Just Execute this:
claude plugin marketplace add MatusKysel/bnb-bounty-reviewer
Claude should place the repository at:
~/.claude/skills/bnb-bounty-reviewer
Claude expects the full repository layout, including .claude-plugin/.
git clone git@github.com:MatusKysel/bnb-bounty-reviewer.git ~/.claude/skills/bnb-bounty-reviewer
Or with HTTPS:
git clone https://github.com/MatusKysel/bnb-bounty-reviewer.git ~/.claude/skills/bnb-bounty-reviewer
Codex only needs the actual skill directory.
Option 1: install through Codex from GitHub using:
repo: MatusKysel/bnb-bounty-reviewer
path: skills/bnb-bounty-reviewer
Option 2: copy it manually:
mkdir -p ~/.codex/skills
cp -R skills/bnb-bounty-reviewer ~/.codex/skills/bnb-bounty-reviewer
If you are running that command from outside this repository, copy the nested directory from this repo:
bnb-bounty-reviewer/skills/bnb-bounty-reviewer -> ~/.codex/skills/bnb-bounty-reviewer
If installed as a git checkout:
git -C ~/.claude/skills/bnb-bounty-reviewer pull --ff-only origin main
If installed via git or copy, update by replacing the installed skill directory with the latest version of:
skills/bnb-bounty-reviewer/
If your Codex environment supports GitHub skill install prompts, you can ask it to reinstall/update from the same repo and path.
skills/bnb-bounty-reviewer/SKILL.md.Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.