Skip to content

Latest commit

 

History

History

README.md

Plugin Management

Create, review, customize, and manage plugins and reusable agent artifacts. Works with Claude Code, Cursor, CodeX, and OpenCode.

Skills

create-plugin

Guides you through building a new plugin from scratch via a conversational 5-phase workflow:

  1. Discovery - understand what you're building
  2. Component Planning - determine skills, agents, commands, hooks
  3. Design First Component - detailed design of the first component
  4. Implementation - generate all plugin files
  5. Validation - verify structure and report issues

writing-skills

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.

skill-reviewer

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.

plugin-customizer

Adapts distributable plugins for your organization by replacing ~~placeholder patterns with your specific tool names (e.g., ~~project tracker → Linear).

Agents

artifact-reviewer

A companion agent definition that applies the same structured reviewer workflow with minimum necessary file-reading tools.

Installation

Note: Installation differs by platform. Claude Code and Cursor have built-in plugin marketplaces. Codex and OpenCode require manual setup.

Claude Code (via Plugin Marketplace)

In Claude Code, register the marketplace first:

/plugin marketplace add Moonsong-Labs/knowledge-work-plugins

Then install the plugin:

/plugin install plugin-management@moonsong-labs

Cursor

Cursor automatically detects plugins installed by Claude Code. Install via Claude Code first, then restart Cursor.

Codex

Tell Codex:

Fetch and follow instructions from https://raw.githubusercontent.com/Moonsong-Labs/knowledge-work-plugins/refs/heads/main/plugin-management/.codex/INSTALL.md

OpenCode

Tell OpenCode:

Fetch and follow instructions from https://raw.githubusercontent.com/Moonsong-Labs/knowledge-work-plugins/refs/heads/main/plugin-management/.opencode/INSTALL.md