ecotone-module-creator

Scaffold Ecotone module skeletons with AnnotationModule pattern and configuration registration.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/ecotoneframework/skills --skill ecotone-module-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ecotone-module-creator
Source: https://github.com/ecotoneframework/skills/tree/main/skills/ecotone-module-creator
Command: npx skills add https://github.com/ecotoneframework/skills --skill ecotone-module-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Module Creator scaffolds new Ecotone packages and modules, providing a standard skeleton, pattern wiring, and configuration scaffolding to accelerate framework development.

Core Features & Use Cases

  • Generates a complete Ecotone module skeleton using the AnnotationModule pattern (ModuleAnnotation, NoExternalConfigurationModule)
  • Creates a package template structure ready for monorepo setup and package registration
  • Streamlines module and package scaffolding for rapid framework extension and new module development

Quick Start

Run the Module Creator to bootstrap a new package and tailor the template to your project.

Frequently Asked Questions about ecotone-module-creator

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

FAQPage Schema
How do I scaffold a new Ecotone module in a PHP monorepo?▼

Scaffolding an Ecotone module involves generating a complete package skeleton using the AnnotationModule pattern, complete with standard configuration and registration points tailored for monorepo setup.

What is the AnnotationModule pattern for Ecotone package development?▼

The AnnotationModule pattern uses constructs like ModuleAnnotation and NoExternalConfigurationModule to wire standard patterns and configuration skeletons, accelerating new Ecotone package development.

Do I need a specific PHP environment to create Ecotone package templates?▼

Yes, creating Ecotone package templates requires a PHP environment to properly execute the package template workflow and generate the necessary configuration skeletons.

Can I use this scaffolding tool to extend the Ecotone framework with custom modules?▼

Yes, the scaffolding tool streamlines module creation for rapid framework extension, allowing developers to quickly build new modules and prepare template packages within a monorepo.

What's the best way to prepare a monorepo package template for Ecotone?▼

The best way to prepare a monorepo package template is to use the Module Creator, which generates a standard skeleton with pattern wiring and registration points ready for package registration.