Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By flight505
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
npx claudepluginhub flight505/claude-skills-jesper --plugin agenthubMulti-agent collaboration plugin that spawns N parallel subagents competing on the same task via git worktree isolation. Agents work independently, results are evaluated by metric or LLM judge, and the best branch is merged. Use when: user wants multiple approaches tried in parallel — code optimization, content variation, research exploration, or any task that benefits from parallel competition. Requires: a git repo.
Read, write, and browse the AgentHub message board for agent coordination.
Evaluate and rank agent results by metric or LLM judge for an AgentHub session.
Create a new AgentHub collaboration session with task, agent count, and evaluation criteria.
Merge the winning agent's branch into base, archive losers, and clean up worktrees.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
AI image generation Creative Director powered by Google Gemini Nano Banana models. Claude interprets intent, selects domain expertise, constructs optimized prompts, and orchestrates Gemini for best results.
Complete SOTA 2026 Storybook assistant with Vision AI design-to-code, natural language generation, AI-powered accessibility remediation, React Server Components, AI visual regression testing, design token sync, usage analytics, dark mode generation, and comprehensive testing (Storybook 10, React 19, Next.js 15)
Comprehensive project planning and architecture research skills for Claude Code - generates software architecture documents, sprint plans, building blocks, service cost analysis, and implementation roadmaps backed by real research.
AI-powered image, diagram, and video generation for Claude Code - uses Nano Banana 2 (Gemini 3.1 Flash Image) for fast generation, Nano Banana Pro (Gemini 3 Pro Image) for professional diagrams, and Veo 3.1 for video generation.
Long-running agent loop for Claude Code, in the Ralph pattern — a stable prompt, a mutable plan, and a loop that runs until the plan is empty.
Helper plugin for Claude Code's autonomous primitives — /goal, /branch, worktrees, dynamic workflows. Wraps native features with opinionated defaults and safety guardrails.
Personal curated marketplace of Claude Code skills, agents, personas, and commands.
Content sources:
upstream/ — vendored copy of alirezarezvani/claude-skills via git subtree (268+ skills, 33 agents, 7 personas, 54 commands)skills/ — first-party additions (21-toolkit survivors and anything I author)Install layer: forge — registered as a marketplace-local source during dev, marketplace-remote once pushed.
.claude-plugin/marketplace.json ← single merged catalog (generated)
skills/ ← first-party skills
upstream/ ← git subtree of alirezarezvani/claude-skills
scripts/
regenerate-marketplace.py ← rebuilds marketplace.json from upstream/ + skills/
sync-upstream.sh ← git subtree pull --squash + regenerate
upstream-changelog.py ← list added/removed/changed since last sync
# Pull latest upstream + regenerate marketplace
./scripts/sync-upstream.sh
# Manually regenerate without pulling
python3 scripts/regenerate-marketplace.py
# Preview what a sync would change
python3 scripts/upstream-changelog.py
forge source add claude-skills-jesper \
--kind marketplace-local \
--path ~/Projects/Dev_projects/Claude_SDK/claude-skills-jesper
forge list --type skill
forge install <name>