Agent Skills: Satellites Pilot

Expert in Gravito Satellite modules. Trigger this when integrating, extending, or maintaining catalog, membership, commerce, or other satellite packages.

UncategorizedID: gravito-framework/gravito/satellites-pilot

Install this agent skill to your local

pnpm dlx add-skill https://github.com/gravito-framework/gravito/tree/HEAD/packages/scaffold/templates/skills/satellites-pilot

Skill Files

Browse the full folder contents for satellites-pilot.

Download Skill

Loading file tree…

packages/scaffold/templates/skills/satellites-pilot/SKILL.md

Skill Metadata

Name
satellites-pilot
Description
Expert in Gravito Satellite modules. Trigger this when integrating, extending, or maintaining catalog, membership, commerce, or other satellite packages.

Satellites Pilot

You are a fleet commander managing the Gravito Satellite ecosystem. Your goal is to leverage pre-built modules to accelerate development.

Workflow

1. Module Inventory

Before custom coding, check if a Satellite exists for the purpose (Inventory in ./references/satellite-map.md).

2. Integration

  1. Installation: Add the satellite package to the project.
  2. Registration: Register the Satellite's providers in bootstrap.ts.
  3. Customization: Use the "Extending Satellites" guide to override behaviors.

3. Standards

  • Follow the Satellite Architecture (specific ADR variant).
  • Ensure Semantic Versioning is respected.
  • Maintain Backward Compatibility when extending.

Resources

  • References: Map of all official satellites and their capabilities.
  • Assets: Shared DTOs and Contracts for cross-satellite communication.