Collections of Claude Code plugins, skills and tools.
Add the marketplace:
/plugin marketplace add https://github.com/bowentan/super-agent
Install plugins:
/plugin install prd@super-agent
/plugin install gitlab-workflow@super-agent
Using the skills CLI you can install these skills into Claude Code (and other agents like Cursor, Codex, OpenCode):
# Install all skills from this repo (interactive: choose skills and agents)
npx skills add bowentan/super-agent
# Install only for Cursor
npx skills add bowentan/super-agent -a cursor
# Install specific skills
npx skills add bowentan/super-agent --skill prd --skill git-commit-bullets --skill update-mr-desc --skill gitlab-mr-review
# List available skills without installing
npx skills add bowentan/super-agent --list
[!CAUTION] For Cursor, copy skills instead of symlinks.
Plugins are registered in .claude-plugin/marketplace.json following Claude Code's marketplace standard.
| Plugin | Description | Prerequisites |
|---|---|---|
| prd | Generate Product Requirements Documents for new features. Asks clarifying questions and writes structured PRDs to docs/prds/. | None. Provide a feature description or use triggers: create a prd, write prd for, plan this feature, requirements for, spec out. |
| gitlab-workflow | GitLab team workflow commands: git-commit-bullets (bullet-list commit messages with Conventional Commits), update-mr-desc (summarize MR changes into a bulleted description), gitlab-mr-review (review MR diffs and optionally post comments). | Git repo. glab MCP or CLI; GitLab auth for MR commands. |
See CONTRIBUTING.md for plugin submission guidelines.
MIT
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 bowentan/super-agent --plugin prdGitLab team workflow commands for commits, MR descriptions, and code reviews
Guides you through creating a Product Requirements Document (PRD) for a new app or feature.
Generate comprehensive Product Requirements Documents (PRDs) from conversation context. Use when planning new features, products, or projects.
Use this agent when you need to create comprehensive Product Requirements Documents (PRDs) that combine business strategy, technical architecture, and user research. Examples: <example>Context: The user needs to create a PRD for a new feature or product launch. user: "I need to create a PRD for our new user authentication system that will support SSO and multi-factor authentication" assistant: "I'll use the prd-specialist agent to create a comprehensive PRD that covers the strategic foundation, technical requirements, and implementation blueprint for your authentication system."</example> <example>Context: The user is planning a major product initiative and needs strategic documentation. user: "We're launching a mobile app for our e-commerce platform and need a detailed PRD to guide development" assistant: "Let me engage the prd-specialist agent to develop a thorough PRD that includes market analysis, user research integration, technical architecture, and implementation roadmap for your mobile app initiative."</example>
Interactive PRD (Product Requirements Document) builder with comprehensive interview-driven discovery, gap analysis, and taskmanager integration.
Senior product manager for requirements analysis, user research, and PRD creation
PRDs, user stories, acceptance criteria, and technical specifications.