Collections of Claude Code plugins, skills and tools.
Add the marketplace:
/plugin marketplace add https://github.com/bowentan/super-agentInstall plugins:
/plugin install prd@super-agent /plugin install gitlab-workflow@super-agentUsing 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 --listCaution
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.
- skills/ - Claude Code skills for specific tasks
- agents/ - Specialized agent configurations
- tools/ - MCP tools and utilities
- hooks/ - Event hooks and automation
- templates/ - Project scaffolding templates
MIT