Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M2 Plugins

A plugin marketplace for AI agents, supporting Claude Code, Codex, Qoder, and CodeBuddy.

Plugins

Plugin Description
dyc Engineering workflow skills for AI agents

Each plugin has its own README with skill details and usage.

Installation

Pick your agent:

Claude Code
# 1. Register marketplace
/plugin marketplace add mymx2/m2-plugins

# 2. Install plugin
/plugin install dyc@m2-plugins

Docs: Plugin docs

# List installed plugins
/plugin list

# Disable / enable / uninstall
/plugin disable dyc@m2-plugins
/plugin enable dyc@m2-plugins
/plugin uninstall dyc@m2-plugins

Local development

# 1. Clone and enter the repo
git clone https://github.com/mymx2/m2-plugins.git
cd m2-plugins

# 2. Validate the plugin
claude plugin validate ./plugins/dyc

# 3. Load without installing
claude --plugin-dir ./plugins/dyc
Codex
# 1. Register marketplace
codex plugin marketplace add mymx2/m2-plugins

# 2. Install plugin
codex plugin add dyc@m2-plugins

Docs: Plugin docs

# Browse marketplaces, install or uninstall entries;
# press Space on an installed plugin to turn it on or off
/plugins

Local development

# 1. Clone and enter the repo
git clone https://github.com/mymx2/m2-plugins.git
cd m2-plugins

# 2. Regenerate the Codex manifest and MCP config
vp run init

# 3. Add the repo as a local marketplace, then install from it
codex
/plugins
Qoder
# 1. Register marketplace
qodercli plugins marketplace add mymx2/m2-plugins

# 2. Install plugin
qodercli plugins install dyc

Docs: Plugin docs

# List installed plugins
qodercli plugins list

# Disable / enable / uninstall
qodercli plugins disable dyc
qodercli plugins enable dyc
qodercli plugins uninstall dyc

Local development

# 1. Clone and enter the repo
git clone https://github.com/mymx2/m2-plugins.git
cd m2-plugins

# 2. Validate the plugin
qodercli plugins validate ./plugins/dyc

# 3. Install plugin locally (copies into ~/.qoder and ~/.qoder-cn)
vp run qoder:dyc

# 4. Reload in the TUI
/plugins reload
CodeBuddy
# 1. Register marketplace
/plugin marketplace add mymx2/m2-plugins

# 2. Install plugin
/plugin install dyc@m2-plugins

Docs: Plugin docs

# Open the plugin manager (Discover / Installed / Marketplaces / Errors)
/plugin

# Disable / enable / uninstall
/plugin disable dyc@m2-plugins
/plugin enable dyc@m2-plugins
/plugin uninstall dyc@m2-plugins

Local development

# 1. Clone and enter the repo
git clone https://github.com/mymx2/m2-plugins.git
cd m2-plugins

# 2. Regenerate all vendor manifests (root init.ts calls each vendor's init, including CodeBuddy)
vp run init

# 3. Validate the plugin
codebuddy plugin validate ./plugins/dyc

# 4. Load without installing
codebuddy --plugin-dir ./plugins/dyc

🏝️ Thanks

This project is heavily inspired by the following awesome projects:

License

MIT © 2025-PRESENT CDY

About

plugins of mymx2

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages