b
v0.2.0Personal Claude Code skills: PR automation, X content, sludge video rendering, and design review.
By Joe Blau0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install b for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install b@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/joeblau/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is b/.
Plugin files
├── .claude-plugin/plugin.json├── skills/cpr/SKILL.md├── skills/sludge/SKILL.md├── skills/sludgify/SKILL.md├── skills/sweep/SKILL.md├── skills/x-post/SKILL.md└── skills/zandesign/SKILL.md
Included Skills6
MANUAL TRIGGER ONLY: invoke only when user types /b:cpr. Create and manage GitHub pull requests. Creates branch, commits, opens PR, watches CI, fixes failures, and merges.
MANUAL TRIGGER ONLY: invoke only when user types /b:sludge. Render sludge content: 50/50 vertical split, head-locked talking head on top, random clip on the bottom, ducked music bed, a broadcast vocal chain on the voice, and word-highlighted live captions synced to the speaker.
MANUAL TRIGGER ONLY: invoke only when user types /b:sludgify. Point at a YouTube or X video and ship finished sludge clips — the ones that continue the narrative the existing corpus already promotes. sludgify decides WHAT to clip; b:sludge renders it.
Merge outstanding Git branches and clean up merged remote branches, completed worktrees, and orphaned local branches to finish on a clean, synchronized main. Use for a repository sweep, branch cleanup with integration, or b:sweep.
MANUAL TRIGGER ONLY: invoke only when user types /b:x-post. Research thought leaders on X, generate content (1 thread + 4 posts), and present for review. Uses a 3-agent pipeline with quality gate.
MANUAL TRIGGER ONLY: invoke only when user types /b:zandesign. Deep design review of a React / React Native app against a check catalog codified from Zander Whitehurst's (@zander_supafast) design-video corpus. Static code pass + visual screenshot pass + flow pass, then a ranked report with concrete fixes. Add --fix to apply the fixes.
Plugin manifests1
{
"name": "b",
"displayName": "b: Skills",
"description": "Personal Claude Code skills: PR automation, X content, sludge video rendering, and design review.",
"version": "0.2.0",
"author": {
"name": "Joe Blau",
"url": "https://github.com/joeblau"
},
"homepage": "https://github.com/joeblau/skills",
"repository": "https://github.com/joeblau/skills",
"keywords": [
"pull-requests",
"video",
"design-review",
"content"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[b on Agent Plugins Marketplace](https://pluginsmp.com/plugins/b)