@@ -98,6 +98,7 @@ Reference project layout:
9898 - ` prepare-mobile-release `
9999 - ` setup-mobile-github-pipeline `
100100 - ` setup-flutter-environment `
101+ - ` integrate-mobile-api `
101102 - ` integrate-firebase `
102103 - ` security-review `
103104 - ` sync-official-flutter-ai-rules `
@@ -113,6 +114,7 @@ Reference project layout:
113114 - ` skills/build-flutter-features/ `
114115 - ` skills/scaffold-flutter-architecture/ `
115116 - ` skills/release-mobile-apps/ `
117+ - ` skills/integrate-mobile-api/ `
116118 - ` skills/integrate-firebase/ `
117119 - ` skills/write-flutter-tests/ `
118120 - ` skills/review-flutter-code/ `
@@ -172,24 +174,26 @@ Reference project layout:
1721747 . For Firebase integration use:
173175 - ` integrate-firebase `
174176 - ` docs/firebase-integration-checklist.md `
175- 8 . For security audit and secrets scanning use:
177+ 8 . For external backend API integration use:
178+ - ` integrate-mobile-api `
179+ 9 . For security audit and secrets scanning use:
176180 - ` security-review `
177181 - ` docs/security-audit-checklist.md `
178182 - ` docs/security-posture.md `
179- 9 . Keep generated output aligned with plugin rules.
180- 10 . For dependency upgrades, also follow:
183+ 10 . Keep generated output aligned with plugin rules.
184+ 11 . For dependency upgrades, also follow:
181185 - ` docs/dependency-upgrade-checklist.md `
182- 11 . For monorepo/workspace setups, follow:
186+ 12 . For monorepo/workspace setups, follow:
183187 - ` docs/monorepo-workspace-guide.md `
184- 12 . To sync official Flutter AI rules profiles (` 10k ` /` 4k ` /` 1k ` ), use:
188+ 13 . To sync official Flutter AI rules profiles (` 10k ` /` 4k ` /` 1k ` ), use:
185189 - ` sync-official-flutter-ai-rules `
186190 - ` docs/flutter-ai-rules-sync.md `
187- 13 . For automated release cut (version/changelog/tag/release), use:
191+ 14 . For automated release cut (version/changelog/tag/release), use:
188192 - ` .github/workflows/release-automation.yml `
189193 - ` docs/release-automation.md `
190- 14 . For command namespacing/aliases (` flutter:* ` ), see:
194+ 15 . For command namespacing/aliases (` flutter:* ` ), see:
191195 - ` docs/command-namespacing.md `
192- 15 . For deterministic local setup and SDK/MCP readiness, use:
196+ 16 . For deterministic local setup and SDK/MCP readiness, use:
193197 - ` setup-flutter-environment `
194198
195199Note: every code review flow includes mandatory security checks (OWASP MASVS-oriented).
@@ -207,3 +211,4 @@ Note: every code review flow includes mandatory security checks (OWASP MASVS-ori
2072119 . Security audit and secrets scanner workflow via ` /security-review ` .
20821210 . Safe Flutter/Dart dependency upgrades with deterministic validation and rollback.
20921311 . Deterministic environment bootstrapping for Flutter SDK, MCP, and baseline checks.
214+ 12 . External backend API integration with robust auth/error/retry patterns.
0 commit comments