Open-source plugin marketplace for Claude Code.
| Plugin | Version | Description |
|---|---|---|
| vbounce | 5.1.0 | V-Bounce AI-Native SDLC Orchestrator — 12 agents with unified TDD, per-phase QG, mixed-model assignment, and tech-aware context injection |
| design-thinking | 1.0.0 | Design Thinking PRD Generator — guides users from pain points through Empathize, Define, Ideate, Prototype to produce vbounce-compatible PRDs |
| profile-playbook | 1.0.0 | SFIA 9 Profile Playbook — 9 role-based playbooks (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO) with phase-based workflows, inline SFIA coaching, and competency assessment |
| skills-ontology | 1.2.0 | Intelligent skill management — turns flat skill directories into a structured knowledge graph with routing, chaining, and usage tracking |
claude plugin marketplace add https://github.com/baodq97/open-plugin
claude plugin install vbounce
claude plugin install design-thinking
claude plugin install profile-playbook
claude plugin install skills-ontology
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ ├── vbounce/ # V-Bounce SDLC Orchestrator v5.1
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── skills/ # Orchestrator skill + 16 shared references
│ │ ├── agents/ # 12 agents (req, design, impl, review, deploy, KC, trace, 4x QG, testing)
│ │ └── commands/ # 8 slash commands
│ ├── design-thinking/ # Design Thinking PRD Generator v1.0
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── skills/ # Orchestrator skill + 10 shared references
│ │ ├── agents/ # 6 agents (empathy, define, ideate, prototype, prd, QG)
│ │ └── commands/ # 6 slash commands
│ ├── profile-playbook/ # SFIA 9 Profile Playbook v1.0
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json
│ │ ├── skills/ # 9 role-specific skills (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO)
│ │ ├── agents/ # 2 shared agents (profile-guide, profile-reviewer)
│ │ └── commands/ # 5 shared commands (start, assess, coach, next, status)
│ └── skills-ontology/ # Skills Ontology v1.2
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/
│ ├── hooks/
│ ├── rules/
│ ├── src/
│ └── bin/
├── README.md
├── .gitignore
└── LICENSE
Each plugin lives in its own plugins/<name>/ directory with a .claude-plugin/plugin.json manifest. To add a new plugin:
plugins/<your-plugin>/.claude-plugin/plugin.json with name, description, version.claude-plugin/marketplace.jsonMIT
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub baodq97/open-plugin --plugin skills-ontologyFour-layer long-term memory (L0→L1→L2→L3 Persona) with hybrid FTS5+vector recall + L2 scene-navigation. CLI: tmem (status, search, recall, scene, scenes, changelog, persona, sync, config, daemon, atoms, sessions, write-l1, write-scene, write-persona, mark-done, init). Run /memory-init first.
V-Bounce AI-Native SDLC Orchestrator v5.1 — Agent-first architecture with unified TDD, per-phase specialized QG agents, mixed-model assignment, tech-aware context injection, explicit contracts, shared workspace, state management, and multi-layer quality assurance for complete software development lifecycle
SFIA 9 Profile Playbook — a unified collection of role-based playbooks (SA, PO, BA, Testing, PM, EA, CIO, CTO, CPO) with phase-based workflows, inline SFIA coaching, and competency assessment
Design Thinking PRD Generator — guides users from raw pain points through Empathize, Define, Ideate, Prototype, and PRD compilation to produce vbounce-compatible Product Requirements Documents
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns