Zing Forum

Reading

workflow: Claude Code Plugin Marketplace and Harmonius Game Engine Development Workflow

A plugin marketplace for Claude Code, featuring two core plugins rumdl and harmonize, providing complete Markdown formatting, code standards, and full lifecycle management capabilities from design to implementation to release for the Harmonius game engine.

Claude Code插件AI编程助手Harmonius游戏引擎工作流Markdown软件生命周期
Published 2026-04-14 21:15Recent activity 2026-04-14 21:23Estimated read 5 min
workflow: Claude Code Plugin Marketplace and Harmonius Game Engine Development Workflow
1

Section 01

[Introduction] Overview of the workflow Project for Claude Code Plugin Marketplace

workflow is a plugin marketplace designed specifically for Claude Code, created by developer cjhowe-us. The core plugins rumdl and harmonize support the development of the Harmonius game engine, providing Markdown formatting, code standards, and full lifecycle management capabilities from design to implementation to release. It deeply integrates the Skill and Agent systems of AI assistants, also supports the Cursor editor, and uses the Apache-2.0 open-source license.

2

Section 02

Project Background and Design Philosophy

The workflow project introduces the concept of traditional code editor plugins into the AI programming assistant domain. Unlike simple command extensions, it deeply integrates Claude Code's Skill system and Agent capabilities, transforming the AI assistant from a conversational tool into a development collaboration partner. Its aim is to build a complete development toolchain for the Harmonius game engine.

3

Section 03

Core Plugin rumdl: Document Quality Assurance Tool

rumdl is a foundational plugin responsible for document quality: 1. Markdown LSP support: real-time syntax checking, structural analysis, and intelligent completion; 2. PostToolUse formatting hook: automatically formats documents after AI completes tool calls; 3. Markdown coding standards Skill: predefined unified rules for title hierarchy, list formats, etc.

4

Section 04

Core Plugin harmonize: Full Lifecycle Management System

harmonize is the flagship plugin, covering four stages: ideate-design-implement-release: Ideation (brainstorming, requirement analysis), Design (technical document generation), Implementation (code templates and standard checks), Release (testing, packaging, and document generation). It has built-in Skills and a template library, as well as a supervisor Agent that monitors project status and coordinates phase transitions.

5

Section 05

Plugin Installation and Dependency Instructions

Dependency relationship: harmonize depends on rumdl; Installation commands: first add the marketplace (claude plugin marketplace add cjhowe-us/workflow), then install rumdl (claude plugin install rumdl@cjhowe-us-workflow), then install harmonize (claude plugin install harmonize@cjhowe-us-workflow); Note the order when updating or uninstalling; rumdl requires binary files in the system PATH and a .toml file to configure custom rules.

6

Section 06

Cross-Platform Support and Open-Source License

Supports the Cursor editor; maps playbooks to the Task system via configuration files; uses the Apache-2.0 license, allowing commercial use, modification, and distribution, making it suitable for commercial game engine projects.

7

Section 07

Technical Insights and Value Points

The project demonstrates the evolutionary direction of the AI programming assistant ecosystem: layered architecture (rumdl as the foundational layer, harmonize as the application layer), lifecycle management perspective, balance between human-machine collaboration (Agent and automated hooks), cross-platform compatibility (respecting developers' choices).

8

Section 08

Project Summary and Value

workflow is a reference implementation for AI-assisted development, exploring a new development paradigm (AI deeply participates in the lifecycle); provides validated workflow templates for teams working on complex systems (such as game engines), allowing developers to focus on creative work while leaving repetitive tasks to AI.