← all publishers

conceptadev

@conceptadev source repo

41 published skills

  1. Flutter Caching Data · conceptadev
    Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.
    0
    installs
  2. Flutter Testing Apps · conceptadev
    Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regressions through automated testing.
    0
    installs
  3. Flutter Theming Apps · conceptadev
    Customizes the visual appearance of a Flutter app using the theming system. Use when defining global styles, colors, or typography for an application.
    0
    installs
  4. Flutter Animating Apps · conceptadev
    Implements animated effects, transitions, and motion in a Flutter app. Use when adding visual feedback, shared element transitions, or physics-based animations.
    0
    installs
  5. Flutter Building Forms · conceptadev
    Builds Flutter forms with validation and user input handling. Use when creating login screens, data entry forms, or any multi-field user input.
    0
    installs
  6. Flutter Managing State · conceptadev
    Manages application and ephemeral state in a Flutter app. Use when sharing data between widgets or handling complex UI state transitions.
    0
    installs
  7. Flutter Localizing Apps · conceptadev
    Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales.
    0
    installs
  8. Flutter Building Layouts · conceptadev
    Builds Flutter layouts using the constraint system and layout widgets. Use when creating or refining the UI structure of a Flutter application.
    0
    installs
  9. Flutter Building Plugins · conceptadev
    Builds Flutter plugins that provide native interop for other apps to use. Use when creating reusable packages that bridge Flutter with platform-specific functionality.
    0
    installs
  10. Flutter Architecting Apps · conceptadev
    Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.
    0
    installs
  11. Flutter Reducing App Size · conceptadev
    Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meeting app store package constraints.
    0
    installs
  12. Playwright Best Practices · conceptadev bundle
    Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.
    0
    installs
  13. Flutter Setting Up On Linux · conceptadev
    Sets up a Linux environment for Flutter development. Use when configuring a Linux machine to run, build, or deploy Flutter applications.
    0
    installs
  14. Flutter Setting Up On Macos · conceptadev
    Sets up a macOS environment for Flutter development. Use when configuring a macOS machine to run, build, or deploy Flutter applications for iOS or macOS.
    0
    installs
  15. Flutter Handling Concurrency · conceptadev
    Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
    0
    installs
  16. Flutter Setting Up On Windows · conceptadev
    Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deploy Flutter applications for Windows desktop or Android.
    0
    installs
  17. Flutter Embedding Native Views · conceptadev
    Embeds native Android, iOS, or macOS views into a Flutter app. Use when integrating complex native components like maps or web views.
    0
    installs
  18. Flutter Handling HTTP And JSON · conceptadev
    Executes HTTP requests and handles JSON serialization in a Flutter app. Use when integrating with REST APIs or parsing structured data from external sources.
    0
    installs
  19. Flutter Working With Databases · conceptadev
    Manages local data persistence using SQLite or other database solutions. Use when a Flutter app needs to store, query, or synchronize large amounts of structured data on the device.
    0
    installs
  20. Flutter Improving Accessibility · conceptadev
    Configures a Flutter app to support assistive technologies like Screen Readers. Use when ensuring an application is usable for people with disabilities.
    0
    installs
  21. Flutter Adding Home Screen Widgets · conceptadev
    Adds home screen widgets to a Flutter app for Android and iOS. Use when providing glanceable app information or quick actions on the device home screen.
    0
    installs
  22. Flutter Interoperating With Native Apis · conceptadev
    Interoperates with native platform APIs on Android, iOS, and the web. Use when accessing device-specific features not available in Dart or calling existing native code.
    0
    installs
  23. Flutter Implementing Navigation And Routing · conceptadev
    Handles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
    0
    installs
  24. Mix · conceptadev bundle
    Use when building or maintaining Flutter UI with the Mix styling framework: Mix specs and stylers, BoxStyler, TextStyler, Pressable, FlexBox, WrapBox, GridBox, StackBox, responsive layouts, fluent chaining, Prop values, Mix annotations and mix_generator code generation, dot shorthand, variants, animations, design tokens and MixScope, widget modifiers, directives, style mixins, or the Mix monorepo packages (mix, mix_annotations, mix_generator, mix_lint, mix_protocol, mix_winds, and mix_chart). Also trigger for UI work in a project that already depends on `mix`. Do not trigger for generic Flutter work when Mix is neither present nor requested.
    0
    installs
  25. Using Remix · conceptadev bundle
    Use when building Flutter UI with the Remix component library or its application-owned Fortal preset: selecting Remix or Fortal, setting up `remix_cli`, placing the configured theme scope, composing overlays or routes, choosing Remix/Fortal components, or styling `Remix*` widgets with stylers, states, variants, recipes, and tokens. Also trigger when building or auditing a Remix/Fortal reference showcase or component gallery, for Remix/Fortal widget names, or for a UI request in a project that already contains `remix`, `remix.yaml`, or the legacy `remix_fortal` package. Do not trigger for generic Flutter UI work when none of those are present or requested.
    0
    installs
  26. Building Remix Design System · conceptadev bundle
    Use this skill when the user wants to build, port, generate, or scaffold a design-system package on top of Remix (Mix + Naked UI), such as implementing Material, Polaris, Fluent, or Spectrum on Remix; creating a design-system package; adding a token pipeline for a named system; or wrapping Remix components in brand-specific styling. Also trigger for token extraction, design-token generation, theme scopes, or component recipes for any Remix-based design system other than Fortal, including questions about @MixWidget, mix_generator, generic generated wrappers, or named variant constructors in such a package. Sources can be npm token packages, Figma files, documentation, PDFs or brand books, screenshots, or only a written brand brief.
    0
    installs
  27. Zod · conceptadev bundle
    TypeScript-first schema validation and type inference. Use for validating API requests/responses, form data, env vars, configs, defining type-safe schemas with runtime validation, transforming data, generating JSON Schema for OpenAPI/AI, or encountering missing validation errors, type inference issues, validation error handling problems. Zero dependencies (2kb gzipped).
    0
    installs
  28. E2e Fixer · conceptadev
    Diagnose and fix failing or flaky tests in this monorepo, with a bias for e2e (*.e2e-spec.ts). Use when tests fail after a change, when a suite passes alone but fails in the full run, on fixture/bootstrap drift, barrel-registration collisions, teardown/open-handle leaks, or runner/config drift. Triggers on "fix the tests", "e2e failing", "flaky test", "tests pass alone but not together".
    0
    installs
  29. Orchestrator · conceptadev
    Router/dispatcher for Rockets work. Reads the user's request, classifies intent, and tells you which Rockets skill to invoke (or that none applies). Use FIRST whenever a request touches this monorepo and the right skill is not obvious — e.g. "bump @concepta to alpha.X", "refactor module to DDD", "generate a CRUD", "fix failing e2e", "review my changes", "why is this 500", "add ACL". Triggers on "what skill", "which skill", "orchestrate", "route this", or any broad Rockets task.
    0
    installs
  30. Upstream Migrator · conceptadev
    Migrate the monorepo across @concepta/* and @nestjs/* version bumps and local↔npm dependency swaps. Use when asked to "bump @concepta to alpha.X", "use the npm packages instead of local", "upgrade NestJS", or when a version change breaks the build with module-resolution, exports-map, common→core, or exception-identity errors. Handles the recurring traps that classic version bumps hide.
    0
    installs
  31. Swagger Dto Auditor · conceptadev
    Audit request/response zod schemas so every route contract appears in Swagger/OpenAPI as a named component and is actually validated. Use when adding or changing schemas, when a component is missing from the /api docs or the generated schema is empty, or when reviewing a controller's request/response contracts. Triggers on "missing in swagger", "empty schema", "review this schema", "update swagger".
    0
    installs
  32. Persistence Agnostic Linter · conceptadev
    Audit and fix persistence wiring so the repository adapter (TypeORM/Firestore/other) stays swappable. Use when adding or reviewing entity/repository code, when you see @InjectRepository or a module-local TypeOrmModule.forFeature, or when checking that core/feature packages don't hard-require an ORM. Triggers on "is this persistence swappable", "register this entity", "review repository usage".
    0
    installs
  33. Dart Best Practices · conceptadev
    General best practices for Dart development. Covers code style, effective Dart, and language features.
    0
    installs
  34. Dart Doc Validation · conceptadev
    Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
    0
    installs
  35. Dart Modern Features · conceptadev
    Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.
    0
    installs
  36. Dart Test Fundamentals · conceptadev
    Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
    0
    installs
  37. Dart Package Maintenance · conceptadev
    Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.
    0
    installs
  38. Dart CLI App Best Practices · conceptadev
    Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
    0
    installs
  39. Dart Matcher Best Practices · conceptadev
    Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
    0
    installs
  40. Add Dart Lint Validation Rule · conceptadev
    Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
    0
    installs
  41. Superdeck Presentations · conceptadev bundle
    Create, review, or edit SuperDeck presentations and presentation apps. Use when working with `slides.md`, SuperDeck Markdown syntax, fullscreen slides, `@section`/`@block`/`@widget` layout, built-in widgets such as `@image`, `@dartpad`, `@webview`, and `@qrcode`, custom Flutter widgets, `DeckOptions`, `BlockVariant`, slide parts, templates, styles, images/assets, CLI builds, plugins, or validation of SuperDeck deck behavior.
    0
    installs