anolilabanolilabOfficialยท58 Agent Skills Included

lunora

Type-safe real-time backend development on Cloudflare Workers

Builds type-safe, real-time backends on Cloudflare Workers and Durable Objects with chainable query, mutation, and action builders. Eliminates manual API wiring, cache invalidation, and client codegen by inferring types end to end from server to client. Covers scaffolding, auth, mail, storage, scheduling, migrations, deployment, and performance audits through guided workflows. Ships with a local admin studio, offline queues, optimistic updates, and SDKs for eight non-JavaScript languages.
npx skills add anolilab/lunora --all -g -y
Available:

Instructs the agent on the monorepo layout, build and test commands, coding conventions, and CI gotchas so it can safely modify Lunora packages without breaking verification gates.

All Skills in This Repository (58)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
anolilabanolilab

organization-best-practices

Configure Better Auth organization plugin for multi-tenant access control.

Official
Advanced
๐Ÿ“ฆ In Repo
anolilabanolilab

lunora-design

Enforce Lunora design guidelines for typography, color, and component composition.

Official
Intermediate
๐Ÿ“ฆ In Repo
anolilabanolilab

playwright-best-practices

Guide Playwright test suite creation and debugging in TypeScript.

Official
Advanced
๐Ÿ“ฆ In Repo
anolilabanolilab

site-architecture

Plan website information architecture with page hierarchies, navigation patterns, and URL structures.

Official
Intermediate
๐Ÿ“ฆ In Repo
anolilabanolilab

remotion-best-practices

Build programmatic video compositions with React and Remotion.

Official
Advanced
๐Ÿ“ฆ In Repo
anolilabanolilab

seo-audit

Identifies and diagnoses SEO issues across technical, on-page, and content domains.

Official
Advanced
๐Ÿ“ฆ In Repo
anolilabanolilab

copywriting

Generate persuasive marketing copy for web pages and digital assets.

Official
Intermediate
๐Ÿ“ฆ In Repo
anolilabanolilab

email-and-password-best-practices

Configure secure email and password authentication flows with Better Auth.

Official
Advanced
๐Ÿ“ฆ In Repo
anolilabanolilab

durable-objects

Develop stateful Cloudflare Durable Objects with SQLite and RPC methods.

Official
Advanced
๐Ÿ“ฆ In Repo
anolilabanolilab

product-marketing

Create a centralized product marketing context document in Markdown format from repository files.

Official
Intermediate
๐Ÿ“ฆ In Repo
anolilabanolilab

two-factor-authentication-best-practices

Configure TOTP, email OTP, and backup codes for Better Auth.

Official
Advanced
๐Ÿ“ฆ In Repo
anolilabanolilab

wrangler

Manage Cloudflare Workers deployment and configuration via CLI commands.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Lunora?โ–ผ

Run `npx skills add anolilab/lunora --all -g -y` in your terminal to install all skills in this suite globally.

What is Lunora used for?โ–ผ

Lunora is a type-safe, real-time backend framework that runs on your own Cloudflare account using Workers, Durable Objects, D1, and R2. You write queries and mutations in TypeScript and get live client subscriptions with end-to-end inferred types.

How do I start a new Lunora project?โ–ผ

Scaffold a new app with `lunora init my-app --vite react` (or another framework flag), then run `lunora codegen` and `lunora dev` to start the local dev server with the admin studio.

Does Lunora work with React, Vue, and other frameworks?โ–ผ

Yes. It ships client adapters for React, Vue, Solid, Svelte, Angular, and React Native, plus templates for Next.js, Nuxt, Astro, SvelteKit, and TanStack Start.

How do I deploy a Lunora app to production?โ–ผ

Run `lunora doctor` to preflight your bindings and secrets, then `lunora deploy`, which runs codegen, a schema-drift gate, and `wrangler deploy` to your Cloudflare account.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’