fragno-author
Installation
SKILL.md
Fragno Fragment Creation
Note: All file paths referenced in this document are relative to this SKILL.md file.
Overview
Create or extend a Fragno fragment package with typed routes and client hooks for multiple frameworks.
Important: Before implementing anything, always curl the full docs page for the topic you're
working on (see the "Full docs" commands below). The local guidance here is intentionally concise
and assumes you have read the full docs first.
Also important: Rules of Fragno are required reading for any database-backed fragment work. They
capture the transaction/handler, hook, and ID conventions that should guide your design. See
references/rules-of-fragno.md and the full docs link below.
Workflow (Library Author)
Related skills