integration-patterns-skill
Installation
SKILL.md
Nango Integration Patterns (Shared)
This skill contains patterns shared by both actions and syncs. It is invoked as a dependency by:
- action-builder-skill - For building actions
- sync-builder-skill - For building syncs
Mandatory Checklist
CRITICAL: Create TodoWrite items for EACH of these before writing any code.
Pre-Flight Checks
- Verify working directory - Run the directory check command below. Do NOT proceed until you see "IN NANGO PROJECT ROOT"
- Confirm relative paths - All file operations use paths relative to Nango root (e.g.,
slack/actions/create-message.ts)