amplifier-modulebuilder-skill

Scaffold amplifier-foundation modules using the bricks and studs architecture.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/michaeljabbour/amplifier-modulebuilder-skill --skill amplifier-modulebuilder-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amplifier-modulebuilder-skill
Source: https://github.com/michaeljabbour/amplifier-modulebuilder-skill/tree/main/skills/amplifier-modulebuilder-skill
Command: npx skills add https://github.com/michaeljabbour/amplifier-modulebuilder-skill --skill amplifier-modulebuilder-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill guides developers to scaffold and standardize amplifier-foundation modules using the bricks and studs architecture, accelerating learning and production readiness.

Core Features & Use Cases

  • Scaffolds all five module types (tool, hook, provider, context, orchestrator) with consistent structure
  • Provides best practices for testing, publishing, and regeneration of modules
  • Serves as a living reference to regenerate modules from the README contract in future iterations

Quick Start

Read the SKILL.md to understand the patterns, then use the modular-builder workflow to prototype new modules and adapt them for your needs.

Frequently Asked Questions about amplifier-modulebuilder-skill

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

FAQPage Schema
How do I scaffold amplifier-foundation modules using the bricks and studs architecture?

To scaffold amplifier-foundation modules, this skill guides you through the bricks and studs architecture to generate tool, hook, provider, context, and orchestrator module types with consistent structure and single-responsibility design.

What are the five amplifier module types and when do I need each one?

The five amplifier module types are tool, hook, provider, context, and orchestrator. You need them to build regeneratable amplifier-foundation components, each serving a distinct single-responsibility role within the modular architecture.

How do I enforce single-responsibility design when building amplifier modules?

Single-responsibility design is enforced by scaffolding each amplifier module type with a focused purpose, exposing public interfaces exclusively via the mount() function, and using the README as the regeneration contract to maintain boundaries.

How do I make regeneratable amplifier modules from a README contract?

Regeneratable amplifier modules are created by treating the README as the regeneration contract. This skill uses the README to regenerate modules in future iterations, ensuring the module structure stays synchronized with its documented design.

Does this module scaffolding workflow include testing and publishing best practices?

Yes, this module scaffolding workflow includes best practices for testing and publishing amplifier modules, accelerating your learning path and ensuring production readiness for regeneratable components built with the bricks and studs architecture.

What's the best way to prototype new amplifier modules before adapting them for production?

The best way to prototype new amplifier modules is to read the SKILL.md to understand the architectural patterns, then use the modular-builder workflow to prototype new modules and adapt them for your production needs.