Skip to content

Amplifier Module Builder Skill v1.0.0

Latest

Choose a tag to compare

@michaeljabbour michaeljabbour released this 22 Dec 03:56
· 3 commits to main since this release

Amplifier Module Builder Skill v1.0.0

Agent Skill for building production-ready amplifier-foundation modules

🎉 Initial Release

Complete skill for building amplifier-foundation modules using "bricks and studs" architecture.

📚 What's Included

  • SKILL.md: Comprehensive guide with 13 sections (~2000 lines)
  • references/: 9 deep-dive documents (~5000 lines)
    • MODULE_TYPES.md - All 5 module types
    • DEVELOPMENT_WORKFLOW.md - Step-by-step process
    • TESTING_GUIDE.md - 60/30/10 pyramid strategy
    • REPOSITORY_RULES.md - Awareness constraints
    • EXAMPLES.md - 4 complete working examples
    • API_PATTERNS.md - Implementation patterns
    • MODULAR_BUILDER.md - AI-assisted development
    • CONTRIBUTING.md - Community guidelines
    • README.md - Navigation guide

🚀 Module Types Covered

  1. Tool modules - Extend agent capabilities
  2. Hook modules - Observe lifecycle events
  3. Provider modules - Connect to AI model APIs
  4. Context modules - Manage conversation state
  5. Orchestrator modules - Control execution flow

🎯 Key Features

  • "Bricks and Studs" architecture philosophy
  • Repository awareness rules (The Golden Rule)
  • Testing pyramid (60/30/10) with 85% coverage targets
  • Complete examples with tests
  • AI-assisted development with modular-builder
  • Progressive disclosure documentation pattern

📦 Installation

This skill can be used with Claude Code or any Agent Skills-compatible product.

🤝 Contributing

This is an open-source project under MIT license. Contributions welcome!

📖 Documentation


Total: ~7,000 lines of comprehensive documentation
License: MIT
Topics: #agent-skills #amplifier-foundation #claude-code