jahfaliabdulrahman-dev
- 17 skills
- 0 followers
- 17 hours ago last updated
- ▌ Repo Front Door · jahfaliabdulrahman-dev bundlePolish repo for outsiders: green CI, download, README, brand.
- ▌ Flutter Patterns · jahfaliabdulrahman-dev bundleClass-level Flutter patterns: ANR debugging, dialog localization, input hardening, widget wrapping, CI drift, image lifecycle, GoRouter routing. Covers general Flutter UI/UX, platform-integration, and navigation patterns that aren't Isar-specific. For Isar-specific Flutter patterns, see flutter-isar-clean-arch-setup.
- ▌ Supabase Fullstack · jahfaliabdulrahman-devComplete Supabase workflow — frontend (supabase-js, SSR, Next.js, React, auth/sessions), backend (Python, CLI, PostgreSQL, RLS), and DevOps (migrations, edge functions, MCP). Merged from official @supabase/skills (frontend) + hermes-skills supabase-integration (backend). Use for any Supabase task regardless of stack.
- ▌ MCP Bridge Patterns · jahfaliabdulrahman-dev bundleZero-dependency MCP stdio server patterns — non-blocking dispatch, manifest desync fixes, shell-vs-LLM verification. For building MCP bridges that connect external LLM clients (Claude Desktop, Kimi) to Hermes Agent.
- ▌ Flutter Isar Testing · jahfaliabdulrahman-devIn-memory Isar testing setup for Flutter — unit tests with real Isar DB on macOS
- ▌ Github Project Audit · jahfaliabdulrahman-dev bundleDeep evaluation of a GitHub repository — structure, security, licensing, maintenance signals, and hype-vs-substance analysis.
- ▌ Skill Ecosystem Sync · jahfaliabdulrahman-dev bundleComplete skill ecosystem update workflow — update all skills across 4 registries (npx/skills.sh, GitHub published, ClawHub/Hermes hub, profile swarm), audit modified bundled skills, install missing skills from external repos, and sync to every Flutter swarm profile plus default. This is the ONE skill to load before any "update skills" task.
- ▌ Flutter Sdk Changelog · jahfaliabdulrahman-dev bundleUse when you need a Flutter version fact: which Dart SDK ships with a Flutter release, what the correct `environment:` bounds are for a language feature, what replaced a deprecated widget or property, what changed between two Flutter versions, or how to step a legacy Flutter app up to current stable. Every version number here is generated from Google's official release index and the flutter/flutter stable source tree, never from model memory.
- ▌ Specification Writing · jahfaliabdulrahman-dev bundleWrite and maintain product specification files following the AI-Agent App Build Specification Pack framework. Covers the 24-file, 6-stage sequential structure (00–24), mandatory file header template with Cross-Reference traceability, depth requirements (incl. dependency-health rule for library adoption decisions), and the NO PROCEDURAL REDUCTION rule. Use when creating or updating any app-spec file, writing PRDs, design systems, user flows, monetization specs, risk registers, financial models.
- ▌ Agent Repo Handoff Loop · jahfaliabdulrahman-dev bundleTwo-agent review loop via repo mailbox, token-free polling.
- ▌ Flutter IOS Build System · jahfaliabdulrahman-devComplete Flutter iOS build system knowledge — Xcode, signing, TestFlight, App Store Connect. Built from the OFFICIAL flutter.dev deployment guide (docs.flutter.dev/deployment/ios, updated 2026-07-31) + verified live pitfalls from CarSah's first iOS build (2026-08-13).
- ▌ Flutter Lessons Patterns · jahfaliabdulrahman-dev bundleCross-project Flutter patterns distilled from CarSah + Hermex_Android + Azdal — 54 programming patterns, each classified GATE/RULE/JUDGMENT + RFC 2119 negation (MUST/SHOULD/MAY), plus missing-gate detection lenses. Single source of truth for all Flutter/Dart/Android coding lessons. Load before every implementation task. Full bodies live in references/ (split 2026-08-22 for size).
- ▌ Flutter Soul Stewardship · jahfaliabdulrahman-dev bundleExact procedure for the Lead Architect to update SOUL.md files across all Flutter profiles. Use when the Lead Architect needs to add, modify, or remove sections in any Flutter profile's SOUL.md or config.yaml system_prompt. Eliminates trial-and-error — every step is deterministic.
- ▌ Device Screen Verification · jahfaliabdulrahman-devVisually verify Android device screens via adb screencap.
- ▌ Flutter Android Build System · jahfaliabdulrahman-dev bundleComplete Flutter Android build system knowledge — Gradle configuration, namespace, applicationId, AGP versions, ProGuard/R8, Isar compatibility, signing, CI/CD. Merged from developer.android.com/build + isar.dev + docs.flutter.dev/deployment/android. MoA-audited 2026-07-06.
- ▌ Flutter Design Anti Patterns · jahfaliabdulrahman-dev bundleFlutter design quality rules — 31 anti-patterns across 14 categories. 3 core custom_lint rules (zero false positives) + AST-based detector for structural patterns. Born from Impeccable-inspired gap analysis + multi-model adversarial consultation (2026-07-11).
- ▌ Flutter Isar Clean Arch Setup · jahfaliabdulrahman-dev bundleSet up a Flutter + Isar + Riverpod Clean Architecture project. Covers manual file creation, schema generation, avoiding dependency hell, and structuring domain/data/presentation layers.