What problem does it solve?
This Skill streamlines the creation of a new node in an existing modular-dev project by turning a manual setup process into a guided workflow.
Core Features & Use Cases
- Node setup: Creates the package directory and placeholder files needed for a new component.
- Graph registration: Updates graph.json so the new node is tracked correctly in the project structure.
- Contract onboarding: Adds new contracts and placeholder tests when the node needs fresh interfaces.
- Zone re-partitioning: Recomputes zone placement so the new node fits the current dependency map.
- Use case: Use this when you need to introduce a new service, feature module, or package into a modular-dev repository without breaking the project’s organization.
Quick Start
Use the add-node skill to help me add a new node for my feature, update the project graph, create any required contracts, and re-partition the affected zones.