← all publishers

flydev-fr

@flydev-fr source repo

17 published skills

  1. Fpc Build · flydev-fr bundle
    fpc-build
    0
    installs
  2. Mormot2 DB · flydev-fr bundle
    Use for raw SQL via TSqlDB* providers, picking DB engines (SQLite, PostgreSQL, MSSQL, Oracle, Mongo, ZEOS, ODBC), pooling, BSON. Do NOT use for ORM (mormot2-orm) or REST (mormot2-rest-soa).
    0
    installs
  3. Mormot2 Net · flydev-fr bundle
    mormot2-net
    0
    installs
  4. Mormot2 Orm · flydev-fr bundle
    Use when defining TOrm classes, building TOrmModel, mapping fields with attributes, configuring virtual tables, or ORM CRUD. Do NOT use for raw SQL (use mormot2-db) or REST (use mormot2-rest-soa).
    0
    installs
  5. Delphi Build · flydev-fr bundle
    delphi-build
    0
    installs
  6. Mormot2 Core · flydev-fr bundle
    mormot2-core
    0
    installs
  7. Writing Plans · flydev-fr bundle
    Use when you have a spec or requirements for a multi-step task, before touching code
    0
    installs
  8. Mormot2 Deploy · flydev-fr bundle
    mormot2-deploy
    0
    installs
  9. Mormot2 REST Soa · flydev-fr bundle
    Use when building REST servers/clients, method-based services, or interface-based SOA in mORMot 2. Do NOT use for HTTP transport (use mormot2-net) or auth (use mormot2-auth-security).
    0
    installs
  10. Using Git Worktrees · flydev-fr
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
    0
    installs
  11. Systematic Debugging · flydev-fr bundle
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
    0
    installs
  12. Mormot2 Auth Security · flydev-fr bundle
    mormot2-auth-security
    0
    installs
  13. Requesting Code Review · flydev-fr bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements
    0
    installs
  14. Test Driven Development · flydev-fr bundle
    Use when implementing any feature or bugfix, before writing implementation code
    0
    installs
  15. Pascal Debugging Logging · flydev-fr bundle
    Use for TSynLog setup, FastMM4 leak reports, .map/DWARF stack traces, ISynLog tracing, EAccessViolation hunting. Do NOT use for TDD (test-driven-development) or root-cause (systematic-debugging).
    0
    installs
  16. Finishing A Development Branch · flydev-fr
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    0
    installs
  17. Verification Before Completion · flydev-fr
    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
    0
    installs