# flydev-fr

> Open-source publisher. Listings imported from github.com/flydev-fr — credited to the original author with their license.

- **Listings:** 18
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/flydev-fr
- **Website:** https://github.com/flydev-fr

## Published listings

- [Mormot2 Rest Soa](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-mormot2-rest-soa) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-mormot2-rest-soa`
  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).
- [Finishing A Development Branch](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-finishing-a-development-branch) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-finishing-a-development-branch`
  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
- [Writing Plans](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-writing-plans) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-writing-plans`
  Use when you have a spec or requirements for a multi-step task, before touching code
- [Mormot2 Auth Security](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-mormot2-auth-security) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-mormot2-auth-security`
  Use when working with mORMot 2 crypto/auth primitives: JWT, ECC, AES-GCM, SHA, password hashing, signing. Do NOT use for REST session lifecycle (use mormot2-rest-soa) or TLS/ACME (use mormot2-net).
- [Fpc Build](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-fpc-build) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-fpc-build`
  Use for FPC/Lazarus builds: -Mobjfpc/-Sci modes, -Fu/-Fi search paths, .lpi files, lazbuild, cross-compilation, FPC_X64MM. Do NOT use for Delphi (delphi-build) or runtime config (mormot2-deploy).
- [Mormot2 Core](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-mormot2-core) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-mormot2-core`
  Use when working with mORMot 2 core types (RawUtf8, RawByteString, TSynLocker, TDocVariant), mormot.defines.inc, unit order, JSON, or RTTI. Do NOT use for ORM/REST/DB/Net/Crypto: use sibling skills.
- [Mcp Delphi](https://agentstack.voostack.com/l/mcp-flydev-fr-mcp-delphi) — MCP server · Free · security-reviewed — `agentstack add mcp-flydev-fr-mcp-delphi`
  Delphi and Lazarus/FPC MCP server: build/clean pascal projects via MCP tools.
- [Mormot2 Net](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-mormot2-net) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-mormot2-net`
  Use for HTTP transport in mORMot 2: TRestHttpServer modes (useHttpAsync, useBidirAsync), WebSockets, OpenAPI, TLS/ACME. Do NOT use for SOA shape (mormot2-rest-soa) or crypto (mormot2-auth-security).
- [Mormot2 Db](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-mormot2-db) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-mormot2-db`
  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).
- [Mormot2 Deploy](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-mormot2-deploy) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-mormot2-deploy`
  Use for deployment: static libs (SQLite, OpenSSL, Zstd), Windows service / systemd, fronting with nginx / HAProxy. Do NOT use for in-process TLS (mormot2-net) or compiler flags (use *-build skills).
- [Using Git Worktrees](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-using-git-worktrees) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-using-git-worktrees`
  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
- [Systematic Debugging](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-systematic-debugging) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-systematic-debugging`
  Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- [Pascal Debugging Logging](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-pascal-debugging-logging) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-pascal-debugging-logging`
  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).
- [Mormot2 Orm](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-mormot2-orm) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-mormot2-orm`
  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).
- [Test Driven Development](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-test-driven-development) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-test-driven-development`
  Use when implementing any feature or bugfix, before writing implementation code
- [Verification Before Completion](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-verification-before-completion) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-verification-before-completion`
  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
- [Delphi Build](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-delphi-build) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-delphi-build`
  Use when configuring Delphi builds: dcc32/dcc64 flags, .dproj search paths, MSBuild targets, conditional defines. Do NOT use for FPC/Lazarus (use fpc-build) or runtime config (use mormot2-deploy).
- [Requesting Code Review](https://agentstack.voostack.com/l/skill-flydev-fr-mormot2-superpowers-requesting-code-review) — Skill · Free · security-reviewed — `agentstack add skill-flydev-fr-mormot2-superpowers-requesting-code-review`
  Use when completing tasks, implementing major features, or before merging to verify work meets requirements

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
