npx claudepluginhub isnbh0/sharedStructured interviews for exploring any topic through guided conversation
Two-phase specification and implementation workflow
External AI critique via CLI tools (Codex, Gemini)
Subagent orchestration workflows: map-reduce and research-backed critique
Document-grounded Socratic study sessions on any URL or local file
Personal collection of generalizable dotfiles, configurations, and Claude Code skills for reuse across projects.
First, register the marketplace:
/plugin marketplace add isnbh0/shared
Then install individual skills:
/plugin install interview@isnbh0
/plugin install spex@isnbh0
/plugin install critique@isnbh0
/plugin install macros@isnbh0
/plugin install study@isnbh0
# Clone to your preferred location
git clone <repo-url> ~/shared
# Symlink .claude directory into a project
ln -s ~/shared/.claude /path/to/project/.claude
# Or copy specific skills
cp -r ~/shared/plugins/spex/skills/spex /path/to/project/.claude/skills/
Installable via /plugin install <name>@isnbh0:
External AI critique via CLI tools (Codex, Gemini).
/critique:codex [file-path] [focus]
/critique:gemini [file-path] [focus]
Structured requirements discovery through conversational interviews.
/interview <topic> [--ref <path>] [--workspace <dir>]
Document-grounded Socratic study sessions on any URL or local file.
/study <uri>
instructions for persona/behavior customizationTwo-phase specification and implementation workflow that separates planning from execution.
Three self-contained skills:
/spex:write — Create a spec, commit it, and stop — no implementation/spex:write-phased — Create a multi-phase spec for complex features/spex:implement — Follow an existing spec, implement, update status, and commitSubagent orchestration workflows: map-reduce and research-backed critique.
/macros:mapreduce <task> [--workspace <dir>]
/macros:doubt [count | --seq N | "freeform question"]
Available in the repo but not published to the marketplace. Install via symlink or copy:
cp -r ~/shared/plugins/<name>/skills/<skill> /path/to/project/.claude/skills/
Battle-tested patterns and best practices for Phaser 3 game development.
Passive knowledgebase — automatically consulted when writing Phaser code.
Structured technical analysis and debugging reports with standardized sections.
/report-writer [topic] [--workspace <dir>]
Evidence-based debugging protocol using the scientific method.
/rigorous-debug
Tools for creating effective Claude Code skills.
/skill-writer
File-producing skills (interview, spex, report-writer, macros, study) support configurable workspace directories with layered precedence (first match wins):
--workspace <dir>) — one-off override.claude/skill-configs/<skill>/config.local.yaml) — gitignored, personal overrides.claude/skill-configs/<skill>/config.yaml) — committed to repo, shared with teamClaude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations