plaid-sync-recovery
Diagnose and recover Plaid banking sync failures in FlowInCash
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnose and recover Plaid banking sync failures in FlowInCash
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Diagnose and fix Express.js error handling issues across all apps (FlowInCash, Crispi, MicroApps)
Recover MCP servers when they fail to respond, lose connection, or return protocol errors
Debug and fix FlowInCash purchase decision queue and traffic-light evaluation system
Triage and resolve issues reported by beta users across FlowInCash and Crispi apps
| name | plaid-sync-recovery |
| description | Diagnose and recover Plaid banking sync failures in FlowInCash |
| version | 1.0.0 |
| tags | ["plaid","banking","sync","flowincash","finance"] |
Use this skill when FlowInCash bank account syncing fails, returns stale data, or Plaid API calls return errors.
FlowInCash (/media/bob/I/AI_Projects/FlowInCash) — Banking service in src/services/
| Plaid Error | Meaning | Action |
|---|---|---|
ITEM_LOGIN_REQUIRED | Bank credentials expired | User must re-link via Plaid Link |
INSTITUTION_NOT_RESPONDING | Bank API is down | Wait and retry (not our bug) |
RATE_LIMIT_EXCEEDED | Too many API calls | Back off, check for polling loops |
TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION | Data changed mid-sync | Retry full sync |
INVALID_ACCESS_TOKEN | Token corrupted/revoked | Re-authenticate the item |
Failed sync affects: cash flow forecasting (stale balances), purchase evaluation (wrong signals), goal tracking (wrong progress), balance-based alerts (won't fire). Always check these after recovery.
npm test -- --grep plaid