Create a minimal working Flexport example — list shipments and track containers. Use when starting a new Flexport integration, testing your setup, or learning the Flexport REST…
Configure Flexport local development with mock API responses and testing. Use when setting up a development environment, creating mock shipment data, or establishing a fast…
Optimize Flexport API performance with pagination tuning, response caching, parallel requests, and connection pooling for logistics data.
Execute Flexport production deployment checklist for logistics integrations. Use when deploying shipment tracking, booking automation, or supply chain integrations to production…
Handle Flexport API rate limits with exponential backoff, queue-based throttling, and response header monitoring for logistics API calls.
Implement Flexport reference architecture for supply chain integrations with best-practice project layout, service boundaries, and data flow.
Scoring EXPLICÁVEL de risco de saída (flight risk) por colaborador a partir de um roster CSV. Não é caixa-preta: cada ponto de risco é atribuído a um fator transparente (comp…
Framework-agnostic E2E testing principles, spec-driven test generation, and maintenance workflows
Use when designing or troubleshooting Salesforce Flow actions in Flow Builder: standard and core actions, the Apex action element for @InvocableMethod classes, how list-shaped…
Visual flow connection patterns for generative UI agent workflows. jsPlumb anchor point architecture, connector routing, endpoint management, and dynamic flow diagram generation…
Publish and subscribe to Platform Events from Flow for async decoupling, high-volume triggers, and cross-org signaling. NOT for regular DML-triggered flows.
Guide architectural decisions and PLAN.md updates using Flow framework. Use when user discusses "architecture", "how should we architect", "design patterns", "how should we…
Orchestrate architecture evolution workflow with ADR management, architecture review, breaking change analysis, and migration planning
Complete reference for the Flow CLI — the command-line tool for developing, testing, and deploying on the Flow blockchain.
Interactive claude-flow orchestration coach that guides users through swarm topology selection, agent deployment, memory configuration, and SPARC workflows.
Orchestrate Construction→Transition phase transition with IOC validation, production deployment, and operational handover
Create scenario files for testing migrated Output SDK workflows. Use to set up test inputs in the scenarios/ subfolder.
4-phase systematic debugging for flow-fix. NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST.
Architecture guide for building DeFi protocols on the Flow blockchain. Covers Flow's DeFi-specific advantages (MEV-free EVM, cross-VM atomic transactions, on-chain automation),…
Orchestrate Delivery Track flow with test-driven development, quality gates, and iteration assessment
Orchestrate production deployment with strategy selection, validation, automated rollback, and regression gates
Use when deploying Flow metadata across environments and worrying about activation order: which flow version becomes active, how paused interviews survive deploys, and how to…
Move a Flow from sandbox to production reliably — source format, version-on-deploy semantics, deploy vs activate, dependency bundling, Change Set vs SFDX vs Unlocked vs Managed,…
Design features through brainstorming and make architectural decisions. Use when user wants to brainstorm, design approach, make architecture choices, or update PLAN.md.
Set up monitoring + alerting for Flow runtime errors at org scale: routing fault emails, Flow runtime error reports, custom centralized logging (Integration_Log__c), escalation…
Use when designing, reviewing, or debugging Salesforce Flows from an Admin perspective. Triggers: 'flow', 'automation', 'record-triggered flow', 'screen flow', 'scheduled flow',…
Use when embedding or exposing Salesforce Flows in Experience Cloud, especially for guest or external users, `lightning-flow` usage, site runtime differences, and data-access…
Optimize Get Records elements in Flow: filter sharpness, field selection, sort-and-limit placement, caching via formula resources, and avoiding repeated queries in loops.
Orchestrate Inception→Elaboration phase transition with architecture baselining and risk retirement
Diagnose Flow failures using the Debug Log, Flow Error emails, and the Debug panel; instrument flows so production issues are triageable. NOT for Apex debugging.
Author @InvocableMethod Apex classes that Flow can call as Actions. Design the input / output variable contract, bulk semantics (one list in, one list out), null handling, and…
Use when reviewing or authoring Flow logic that contains a Loop element — covers DML-in-loop / SOQL-in-loop refactors, the collect-then-DML idiom, nested loops, and loop-free…
Resolve PR review feedback — fetch unresolved threads, triage, dispatch per-thread resolver agents, validate, commit, reply + resolve via GraphQL.
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges — from bg-szy/TOP-SKILLS
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges — from majiayu000/claude-skill-registry
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform — from engineering/devops
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform — from bg-szy/TOP-SKILLS
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform — from engineering/workflow-orchestration
Carmack-level plan review via rp-cli context builder + chat. Use when reviewing implementation plans, architecture docs, or design specs.
Use when Flow is a Platform Event publisher, subscriber, or both. Triggers: 'publish platform event from flow', 'platform-event-triggered flow', 'high-volume platform event',…
Use the Flow Rollback Records element to undo DML inside the current transaction. Covers when rollback is appropriate vs catastrophic, how to combine with fault paths,…
Use when a Salesforce Flow throws a runtime error, sends an unhandled fault email, or produces unexpected results in production or sandbox.
Orchestrate comprehensive test strategy with test suite execution, coverage validation, defect triage, and regression analysis
Use when defining or reviewing test strategy for Salesforce Flow, including Flow Tests, debug runs, path coverage, test data, and explicit validation of fault paths and custom…
Manage Flow versions: activation policy, paused interview compatibility, cleanup cadence, and breaking-change detection.
Flowbite Svelte component documentation lookup. MUST be used whenever creating or editing UI components that use Flowbite Svelte.
Containerizing Flox environments with Docker/Podman. Use for creating container images, OCI exports, multi-stage builds, and deployment workflows.
Running services and background processes in Flox environments. Use for service configuration, network services, logging, database setup, and service debugging.
Expert on FLUI's three-tree architecture (View-Element-Render), widget composition, and Flutter-inspired patterns.
Build adaptive and responsive Flutter UIs that work beautifully across all platforms and screen sizes.
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests.
Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consistent design and…
Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.
Provides Flutter app architecture patterns with feature-first structure, clean architecture, and state management (Bloc, Riverpod, Provider).
Implements type-safe Flutter routing using AutoRoute v11 with code generation and @RoutePage annotations.
Implements BLoC (v9.x) event-driven state management for Flutter with unidirectional data flow using the flutter_bloc package.
Implement BLoC/Cubit state management correctly in Flutter. Use when writing, modifying, reviewing, or testing any BLoC, Cubit, state, or event file.
Flutter state management expert with BLoC/Cubit, Riverpod, Provider, and Navigation 2.0 (GoRouter). Activate on: Flutter state management, BLoC pattern, Cubit, Riverpod, Provider,…