Обновление плагина Chorus для нескольких платформ
documentation
plugin-maintenance is a Claude Code skill that guides developers through modifying the Chorus plugin, updating skill documentation, and releasing new versions across five platforms: Claude Code, Codex, OpenClaw, Kiro CLI, and Pi. Six skill surfaces are maintained in parallel — five plugin packages plus a standalone surface — and any change to skill content must be propagated across all six. The skill covers the full file structure of each package: bash hooks and agents for Claude Code, stateless hooks for Codex, a TypeScript SSE-bridge runtime for OpenClaw, a .kiro template tree with a curl installer for Kiro CLI, and native event handlers for Pi. It is aimed at maintainers managing a multi-platform plugin release who need a reliable checklist to keep every surface in sync.
- #plugin-development
- #skill-documentation
- #version-release
- #claude-code
- #codex