diff --git a/rules/plaid-env-safety.mdc b/rules/plaid-env-safety.mdc index 3f8ded3..b7fa2af 100644 --- a/rules/plaid-env-safety.mdc +++ b/rules/plaid-env-safety.mdc @@ -7,6 +7,7 @@ globs: - "**/*.config.*" - "**/plaid.*" - "**/env.*" +standards-version: 1.6.3 --- # Plaid Environment Safety diff --git a/rules/plaid-error-handling.mdc b/rules/plaid-error-handling.mdc index c458c15..90b912a 100644 --- a/rules/plaid-error-handling.mdc +++ b/rules/plaid-error-handling.mdc @@ -6,6 +6,7 @@ globs: - "**/*.js" - "**/*.tsx" - "**/*.jsx" +standards-version: 1.6.3 --- # Plaid Error Handling diff --git a/rules/plaid-link-best-practices.mdc b/rules/plaid-link-best-practices.mdc index c917ba3..687a953 100644 --- a/rules/plaid-link-best-practices.mdc +++ b/rules/plaid-link-best-practices.mdc @@ -7,6 +7,7 @@ globs: - "**/*plaid*link*.ts" - "**/*plaid*link*.js" - "**/*PlaidLink*" +standards-version: 1.6.3 --- # Plaid Link Best Practices diff --git a/rules/plaid-secrets.mdc b/rules/plaid-secrets.mdc index cb8008c..d4cd8cb 100644 --- a/rules/plaid-secrets.mdc +++ b/rules/plaid-secrets.mdc @@ -1,6 +1,7 @@ --- description: Prevent committing Plaid API credentials, access tokens, or sensitive authentication material. Flag files containing Plaid secret patterns before they are committed. alwaysApply: true +standards-version: 1.6.3 --- # Plaid Secrets Protection diff --git a/rules/plaid-sync-cursor.mdc b/rules/plaid-sync-cursor.mdc index e0baeff..4e4c372 100644 --- a/rules/plaid-sync-cursor.mdc +++ b/rules/plaid-sync-cursor.mdc @@ -6,6 +6,7 @@ globs: - "**/*sync*.js" - "**/*transaction*.ts" - "**/*transaction*.js" +standards-version: 1.6.3 --- # Plaid Sync Cursor Persistence diff --git a/rules/plaid-token-storage.mdc b/rules/plaid-token-storage.mdc index 01f492a..e6e30ec 100644 --- a/rules/plaid-token-storage.mdc +++ b/rules/plaid-token-storage.mdc @@ -6,6 +6,7 @@ globs: - "**/*.js" - "**/*.tsx" - "**/*.jsx" +standards-version: 1.6.3 --- # Plaid Token Storage diff --git a/rules/plaid-webhook-security.mdc b/rules/plaid-webhook-security.mdc index 0a4af48..010be0d 100644 --- a/rules/plaid-webhook-security.mdc +++ b/rules/plaid-webhook-security.mdc @@ -7,6 +7,7 @@ globs: - "**/webhook*.tsx" - "**/webhook*.jsx" - "**/*plaid*webhook*" +standards-version: 1.6.3 --- # Plaid Webhook Security diff --git a/skills/plaid-account-verification/SKILL.md b/skills/plaid-account-verification/SKILL.md index fa9db23..10b1b7d 100644 --- a/skills/plaid-account-verification/SKILL.md +++ b/skills/plaid-account-verification/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-account-verification description: Verify bank accounts using Plaid Auth, micro-deposits, same-day micro-deposits, and database match. Use when the user needs account and routing numbers or ACH payment verification. +standards-version: 1.6.3 --- # Plaid Account Verification diff --git a/skills/plaid-api-reference/SKILL.md b/skills/plaid-api-reference/SKILL.md index cc395aa..9cbdbd5 100644 --- a/skills/plaid-api-reference/SKILL.md +++ b/skills/plaid-api-reference/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-api-reference description: Search and retrieve Plaid API endpoint documentation including parameters, authentication requirements, response shapes, and rate limits. Use when the user needs to call a Plaid API or wants to know available endpoints. +standards-version: 1.6.3 --- # Plaid API Reference diff --git a/skills/plaid-category-mapping/SKILL.md b/skills/plaid-category-mapping/SKILL.md index db2c356..3b806bc 100644 --- a/skills/plaid-category-mapping/SKILL.md +++ b/skills/plaid-category-mapping/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-category-mapping description: Map Plaid personal finance categories to your application's taxonomy. Covers the primary/detailed hierarchy, building custom mapping layers, and common category use cases. Use when the user needs to categorize or display transaction categories. +standards-version: 1.6.3 --- # Plaid Category Mapping diff --git a/skills/plaid-error-handling/SKILL.md b/skills/plaid-error-handling/SKILL.md index 521d188..c61f62a 100644 --- a/skills/plaid-error-handling/SKILL.md +++ b/skills/plaid-error-handling/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-error-handling description: Detect, classify, and recover from Plaid API errors including ITEM_LOGIN_REQUIRED, INVALID_CREDENTIALS, INSTITUTION_NOT_RESPONDING, rate limits, and network failures. Use when the user needs to handle Plaid errors gracefully. +standards-version: 1.6.3 --- # Plaid Error Handling diff --git a/skills/plaid-identity-verification/SKILL.md b/skills/plaid-identity-verification/SKILL.md index db720bf..ca63682 100644 --- a/skills/plaid-identity-verification/SKILL.md +++ b/skills/plaid-identity-verification/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-identity-verification description: Implement Plaid Identity and Identity Verification products for KYC flows, document verification, and match scores. Use when the user needs to verify account holder identity. +standards-version: 1.6.3 --- # Plaid Identity Verification diff --git a/skills/plaid-institution-search/SKILL.md b/skills/plaid-institution-search/SKILL.md index 08e1e3e..85b76e0 100644 --- a/skills/plaid-institution-search/SKILL.md +++ b/skills/plaid-institution-search/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-institution-search description: Search Plaid institutions by name, routing number, products supported, and country. Use when the user needs to find bank coverage, check institution availability, or look up institution details. +standards-version: 1.6.3 --- # Plaid Institution Search diff --git a/skills/plaid-investment-tracking/SKILL.md b/skills/plaid-investment-tracking/SKILL.md index 91a2d6c..edf0d0a 100644 --- a/skills/plaid-investment-tracking/SKILL.md +++ b/skills/plaid-investment-tracking/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-investment-tracking description: Track investment holdings, securities, and transactions using the Plaid Investments product. Covers holdings retrieval, security details, cost basis, and supported brokerages. +standards-version: 1.6.3 --- # Plaid Investment Tracking diff --git a/skills/plaid-link-setup/SKILL.md b/skills/plaid-link-setup/SKILL.md index 9a7b5d0..4d9b7e8 100644 --- a/skills/plaid-link-setup/SKILL.md +++ b/skills/plaid-link-setup/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-link-setup description: Integrate Plaid Link into web and mobile apps using react-plaid-link, token exchange, OAuth redirect handling, update mode, and multi-item flows. Use when the user needs to connect bank accounts via Plaid Link. +standards-version: 1.6.3 --- # Plaid Link Setup diff --git a/skills/plaid-migration-guide/SKILL.md b/skills/plaid-migration-guide/SKILL.md index 6297fb2..ef2069d 100644 --- a/skills/plaid-migration-guide/SKILL.md +++ b/skills/plaid-migration-guide/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-migration-guide description: Migrate from Yodlee, MX, Finicity, or other aggregators to Plaid. Covers data mapping, institution coverage comparison, and migration strategies. +standards-version: 1.6.3 --- # Plaid Migration Guide diff --git a/skills/plaid-nextjs-integration/SKILL.md b/skills/plaid-nextjs-integration/SKILL.md index ebd05d8..53616ac 100644 --- a/skills/plaid-nextjs-integration/SKILL.md +++ b/skills/plaid-nextjs-integration/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-nextjs-integration description: Integrate Plaid into Next.js apps with App Router API routes, middleware auth, server-side token exchange, and webhook route handlers. Use when the user is building a Next.js app with Plaid. +standards-version: 1.6.3 --- # Plaid Next.js Integration diff --git a/skills/plaid-production-readiness/SKILL.md b/skills/plaid-production-readiness/SKILL.md index d269bfe..1b9174e 100644 --- a/skills/plaid-production-readiness/SKILL.md +++ b/skills/plaid-production-readiness/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-production-readiness description: Prepare a Plaid integration for production access including the application process, compliance checklist, and sandbox to development to production migration path. +standards-version: 1.6.3 --- # Plaid Production Readiness diff --git a/skills/plaid-react-integration/SKILL.md b/skills/plaid-react-integration/SKILL.md index c2cffcc..4580006 100644 --- a/skills/plaid-react-integration/SKILL.md +++ b/skills/plaid-react-integration/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-react-integration description: Integrate Plaid Link into React apps using react-plaid-link hooks, error boundaries, loading states, and context providers. Use when the user is building a React frontend with Plaid. +standards-version: 1.6.3 --- # Plaid React Integration diff --git a/skills/plaid-recurring-detection/SKILL.md b/skills/plaid-recurring-detection/SKILL.md index ee33417..671d769 100644 --- a/skills/plaid-recurring-detection/SKILL.md +++ b/skills/plaid-recurring-detection/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-recurring-detection description: Detect recurring transactions using the /transactions/recurring endpoint. Covers frequency detection, subscription identification, and recurring stream management. +standards-version: 1.6.3 --- # Plaid Recurring Detection diff --git a/skills/plaid-sandbox-testing/SKILL.md b/skills/plaid-sandbox-testing/SKILL.md index 874230c..a919cf1 100644 --- a/skills/plaid-sandbox-testing/SKILL.md +++ b/skills/plaid-sandbox-testing/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-sandbox-testing description: Test Plaid integrations using the sandbox environment with test credentials, test institutions, custom user scenarios, and error simulation. Use when the user needs to develop or test against Plaid without real bank accounts. +standards-version: 1.6.3 --- # Plaid Sandbox Testing diff --git a/skills/plaid-security-best-practices/SKILL.md b/skills/plaid-security-best-practices/SKILL.md index e90a214..af7dbb7 100644 --- a/skills/plaid-security-best-practices/SKILL.md +++ b/skills/plaid-security-best-practices/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-security-best-practices description: Secure Plaid integrations with token encryption, RLS patterns, access token rotation, audit logging, and least-privilege access. Use when the user needs to harden their Plaid implementation. +standards-version: 1.6.3 --- # Plaid Security Best Practices diff --git a/skills/plaid-transaction-sync/SKILL.md b/skills/plaid-transaction-sync/SKILL.md index f5e74da..22018e5 100644 --- a/skills/plaid-transaction-sync/SKILL.md +++ b/skills/plaid-transaction-sync/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-transaction-sync description: Implement Plaid's /transactions/sync endpoint for cursor-based transaction pagination. Covers added/modified/removed handling, cursor persistence, deduplication, and the has_more loop. Use when the user needs to fetch or sync transactions. +standards-version: 1.6.3 --- # Plaid Transaction Sync diff --git a/skills/plaid-webhook-handling/SKILL.md b/skills/plaid-webhook-handling/SKILL.md index 4d78a16..3115d27 100644 --- a/skills/plaid-webhook-handling/SKILL.md +++ b/skills/plaid-webhook-handling/SKILL.md @@ -1,6 +1,7 @@ --- name: plaid-webhook-handling description: Handle Plaid webhooks including verification, all webhook types and codes, sandbox webhook firing, retry logic, and idempotent processing. Use when the user needs to receive and process Plaid webhook events. +standards-version: 1.6.3 --- # Plaid Webhook Handling