plugin-maintenance

Featured

Guide for modifying the Chorus plugin (Claude Code, Codex, OpenClaw, Kiro, Pi, and dsh ports), updating skill documentation, and releasing new plugin versions.

AI & Automation 1,167 stars 105 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chorus Plugin & Skill Maintenance How to modify the Chorus plugin, update skill documentation, and release new versions. **Six plugin packages** are maintained in parallel — Claude Code, Codex, OpenClaw, Kiro, Pi, and dsh (DeepSeek Harness) — plus the standalone skill surface. That is **seven skill surfaces total**; when you change skill content, sweep all seven (see [Skill Content Changes — Seven Surfaces](#skill-content-changes--seven-surfaces)). ## File Structure ``` .claude-plugin/ marketplace.json ← Claude Code marketplace registry (version here) public/chorus-plugin/ ← Claude Code plugin package .claude-plugin/ plugin.json ← Plugin metadata (version here) hooks.json ← Hook definitions (SubagentStart, etc.) bin/ ← Hook scripts (bash) — stateful via API state-get/set skills/ chorus/SKILL.md ← Core skill develop/ idea/ proposal/ quick-dev/ review/ yolo/SKILL.md agents/ ← Reviewer agents as .md (Claude Code style) proposal-reviewer.md task-reviewer.md plugins/chorus/ ← Codex plugin package (separate from Claude Code) .codex-plugin/ plugin.json ← Plugin metadata (version here) hooks.json hooks/ ← Hook scripts (bash) — intentionally stateless on-session-start.sh on-post-submit-proposal.sh on-post-submit-for-verify.sh chorus-mcp-call.sh ...

Details

Author
Chorus-AIDLC
Repository
Chorus-AIDLC/Chorus
Created
7 months ago
Last Updated
today
Language
TypeScript
License
AGPL-3.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category