Skip to content

bowentan/super-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Agent Marketplace

Collections of Claude Code plugins, skills and tools.

Installation

Claude Code plugin marketplace

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

npx skills add (open agent skills CLI)

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.

Marketplace Structure

Plugins are registered in .claude-plugin/marketplace.json following Claude Code's marketplace standard.

Available Plugins

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.

Contributing

See CONTRIBUTING.md for plugin submission guidelines.

Plugin Categories

  • 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

License

MIT

About

My collection of agents, skills and tools

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors