Create, review, customize, and manage plugins and reusable agent artifacts. Works with Claude Code, Cursor, CodeX, and OpenCode.
Guides you through building a new plugin from scratch via a conversational 5-phase workflow:
- Discovery - understand what you're building
- Component Planning - determine skills, agents, commands, hooks
- Design First Component - detailed design of the first component
- Implementation - generate all plugin files
- Validation - verify structure and report issues
Guides you through creating new skills with a TDD workflow while relying on the shared skill standard for naming, trigger contracts, bundle shape, and metadata parity.
Audits reusable agent artifacts such as SKILL.md bundles and standalone agent definitions against the shared skill standard by combining topology review, file review, and package-level synthesis.
Adapts distributable plugins for your organization by replacing ~~placeholder patterns with your specific tool names (e.g., ~~project tracker → Linear).
A companion agent definition that applies the same structured reviewer workflow with minimum necessary file-reading tools.
Note: Installation differs by platform. Claude Code and Cursor have built-in plugin marketplaces. Codex and OpenCode require manual setup.
In Claude Code, register the marketplace first:
/plugin marketplace add Moonsong-Labs/knowledge-work-pluginsThen install the plugin:
/plugin install plugin-management@moonsong-labsCursor automatically detects plugins installed by Claude Code. Install via Claude Code first, then restart Cursor.
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/Moonsong-Labs/knowledge-work-plugins/refs/heads/main/plugin-management/.codex/INSTALL.md
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/Moonsong-Labs/knowledge-work-plugins/refs/heads/main/plugin-management/.opencode/INSTALL.md