fragno
Build full-stack libraries with routes, hooks, and databases
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Fragno skills?โผ
Run `npx skills add rejot-dev/fragno --all -g -y` in your terminal to install all skills in this suite globally.
What is a Fragno fragment?โผ
A fragment is a full-stack library that packages type-safe backend routes, frontend hooks, and an optional database layer into one installable unit that works across frameworks.
How do I integrate a fragment into my app?โผ
The fragno skill walks your agent through installing the package, mounting its routes, generating database migrations, and wiring up client hooks for your framework.
Which frameworks and databases does Fragno support?โผ
It supports React, Vue, Svelte, Solid, Next.js, Nuxt, Astro, SvelteKit, and more, with Kysely, Drizzle, or Prisma on Postgres, MySQL, or SQLite.
Can I build durable workflows with Fragno?โผ
Yes. The fragno-workflows skill helps your agent create replay-safe workflows with retries, sleeps, event waits, and database-backed state.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core