moai-workflow-templates

Automates template management for the web-based development environment.

1.2k|214|Updated Sep 16, 2025
One-click install
npx skills add https://github.com/modu-ai/moai-adk --skill moai-workflow-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-workflow-templates
Source: https://github.com/modu-ai/moai-adk/tree/main/.claude/skills/moai-workflow-templates
Command: npx skills add https://github.com/modu-ai/moai-adk --skill moai-workflow-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an enterprise template system that combines code boilerplates, feedback templates, and project optimization workflows to accelerate development and ensure consistency.

Core Features & Use Cases

  • Code Templates Library: FastAPI, React, Vue, Docker, CI/CD templates.
  • GitHub Feedback Templates: Six standardized templates for issues (Bug, Feature, Improvement, Refactor, Documentation, Question).
  • Template Optimizer: Smart merging, backup restoration, and version tracking.
  • Pattern Library: Reusable patterns for common scenarios.
  • Template Versioning: History and rollback for templates.

When to Use:

  • Scaffolding new projects quickly with proven structures
  • Generating standardized GitHub issues via /moai:9-feedback
  • Keeping templates up-to-date while preserving user customizations
  • Restoring from backups after template updates

Quick Start

Load a FastAPI template and scaffold a new project with desired features, then apply post-generation hooks.

Frequently Asked Questions about moai-workflow-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new project quickly with standardized code templates?

Load a code template from the library—FastAPI, React, Vue, Docker, or CI/CD—and the Skill scaffolds a new project structure with your chosen features. Post-generation hooks allow customization after scaffold creation.

Can I generate standardized GitHub issue templates automatically?

Yes. The Skill provides six standardized GitHub feedback templates for Bug, Feature, Improvement, Refactor, Documentation, and Question issues, generated via the /moai:9-feedback command to ensure consistency.

How do I keep templates updated without losing my customizations?

The Skill uses three-way smart merge to update templates while preserving user customizations. Template versioning tracks changes, and backup restoration lets you recover previous versions if needed.

What happens to my code when I update a template?

Template updates apply smart merge logic that detects conflicts between new template changes and your customizations, preserving your modifications while integrating template improvements.

Does this Skill support template variable substitution during scaffolding?

Yes. Template variable substitution replaces placeholders with project-specific values during scaffolding, reducing manual setup and ensuring consistency across generated files.