integration

Installation
SKILL.md

Integration Check

Verify that all parts work together:

1. Import Verification

  • All imports resolve to existing files
  • No circular dependencies
  • Shared types match between producer and consumer

2. API Contract Check

  • Frontend calls match backend endpoint signatures
  • Request/response types are consistent
  • Error codes handled on both sides
  • Auth tokens passed correctly
Installs
3
GitHub Stars
29
First Seen
Apr 12, 2026
integration — neuron-one/godmode