What problem does it solve? Distributing skill and instruction files to consuming solutions by hand-copying them into repos is error-prone and unmaintainable. This Skill guides you through using Intent Architect's code-generation pipeline as the delivery mechanism, so files are generated, versioned, and updated safely in consumer solutions. ## Core Features & Use Cases - Template Setup: Create the Folder + File Template model elements with MarkdownFileBuilder, correct Role anchors, and Mode.Ignore protection for hand-authored content. - Safe Updates: Use contentHash-based change detection so consumer edits are never silently overwritten by module updates. - Frontmatter Authoring: Write routing-safe skill descriptions following the four-part contract (Capability, USE ONLY WHEN, DO NOT USE FOR, REQUIRES) while avoiding silent parser traps. - Use Case: You maintain a ModuleBuilder.AI module that ships a skill file to consumers' .agents/skills folders. When you need to add a new distributed file or edit an existing one, this Skill walks you through the exact model settings, constructor arguments, and release steps. ## Quick Start Ask the AI to add a new skill file to be distributed by your ModuleBuilder.AI module using the MarkdownFileBuilder template pattern.