rejot-devrejot-devOfficialยท2 Agent Skills Included

fragno

Build full-stack libraries with routes, hooks, and databases

Builds full-stack TypeScript libraries that bundle backend routes, frontend hooks, and database schemas into one package. Eliminates manual API wiring, client state management, and migration setup across React, Vue, Next.js, Nuxt, and more. Guides agents through creating fragments, integrating them into apps, and building durable workflows with retries and events.
npx skills add rejot-dev/fragno --all -g -y
Available:

Gives the AI agent the architectural rules, coding constraints, and testing practices it must follow when building or modifying Fragno fragments in this repository.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’