A plugin marketplace for AI agents, supporting Claude Code, Codex, Qoder, and CodeBuddy.
| Plugin | Description |
|---|---|
| dyc | Engineering workflow skills for AI agents |
Each plugin has its own README with skill details and usage.
Pick your agent:
Claude Code
# 1. Register marketplace
/plugin marketplace add mymx2/m2-plugins
# 2. Install plugin
/plugin install dyc@m2-pluginsDocs: Plugin docs
# List installed plugins
/plugin list
# Disable / enable / uninstall
/plugin disable dyc@m2-plugins
/plugin enable dyc@m2-plugins
/plugin uninstall dyc@m2-pluginsLocal 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/dycCodex
# 1. Register marketplace
codex plugin marketplace add mymx2/m2-plugins
# 2. Install plugin
codex plugin add dyc@m2-pluginsDocs: Plugin docs
# Browse marketplaces, install or uninstall entries;
# press Space on an installed plugin to turn it on or off
/pluginsLocal 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
/pluginsQoder
# 1. Register marketplace
qodercli plugins marketplace add mymx2/m2-plugins
# 2. Install plugin
qodercli plugins install dycDocs: Plugin docs
# List installed plugins
qodercli plugins list
# Disable / enable / uninstall
qodercli plugins disable dyc
qodercli plugins enable dyc
qodercli plugins uninstall dycLocal 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 reloadCodeBuddy
# 1. Register marketplace
/plugin marketplace add mymx2/m2-plugins
# 2. Install plugin
/plugin install dyc@m2-pluginsDocs: 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-pluginsLocal 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/dycThis project is heavily inspired by the following awesome projects:
- tw93/Waza — core skills source (think, check, hunt, ui, read, write, learn, health)
- addyosmani/agent-skills — validator & lint reference
- mattpocock/skills — distillation reference
MIT © 2025-PRESENT CDY