Bundles Deep Dive

This page provides detailed information about every bundle in the Amplifier ecosystem. The data is generated from data/catalog.json, which is scanned from actual bundle repositories.

How to read this
Each bundle shows: what it includes, which modules it provides, version, and where it lives. This helps you understand what you're getting when you use a bundle.

All Bundles (scanned from ecosystem)

Understanding Bundle Details

Bundle Fields

Module Types in Bundles

Bundle Categories

Foundation Bundles

Core bundles that provide base functionality. Most custom bundles include foundation.

Domain Bundles

Specialized for specific use cases: code intelligence (LSP), design work (design-intelligence), workflow orchestration (recipes), issue tracking (issues).

Behavior Bundles

Small, composable bundles that add specific hooks or behaviors. Often included by other bundles rather than used alone.

How to Use This Information

Choosing a bundle
  • Start with foundation for general use
  • Use domain bundles for specialized work (design, recipes, LSP)
  • Check what each bundle includes to avoid redundancy
  • Look at version numbers to assess maturity
Creating your own bundle
Study bundles similar to what you want to build:
  • Need base capabilities? Look at foundation
  • Extending another bundle? Look at lsp-python pattern
  • Adding behaviors? Look at notification/logging bundles

Related Resources