Skip to main content

anolilab/lunora

SkillsMP는 anolilab/lunora에서 21개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
21
GitHub 스타
248
GitHub 포크
8

수집된 skill 21개 중 21개를 표시합니다.

직업 분류
미분류
설명

Creates or adds Lunora to an app. Use for new Lunora projects, `lunora init`, framework/provider wiring, the first `lunora dev` run, env vars, or writing the first schema + query/mutation round-trip.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

This skill should be used when the user explicitly says "Lunora style", "Lunora design", "/lunora-design", or directly asks to use/apply the Lunora design system. NEVER trigger automatically for generic UI or design tasks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Routes general Lunora requests to the right project skill. Use when the user asks which Lunora skill to use, or gives an underspecified task for a Lunora app (a type-safe, real-time backend on Cloudflare Workers + Durable Objects with a Vite-first DX).

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Wires Lunora's live data into a client. Use for `LunoraClient`/`LunoraProvider`, reactive `useQuery`/`useSubscription`, `useMutation` with optimistic updates, pagination, connection status, the React/Vue/Solid/Svelte/Angular/React Native adapters, and the…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Plans Lunora schema and data migrations with widen-migrate-narrow. Use for breaking schema changes, backfills, table reshaping, online data migrations (`defineMigration` + `lunora migrate up`), the `.global()` D1 / Hyperdrive structural flows, and the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Authoring rules for Lunora schema and functions. Use when writing or reviewing `lunora/` code — `defineSchema`/`defineTable`, `v.*` validators, query vs mutation vs action (and `internal*`), indexes & `withIndex`, the `ctx.db` API, pagination, scheduling, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnoses and fixes Lunora performance problems — full-table scans, missing indexes, OCC write conflicts, oversized subscriptions, and sharding/`.global()` scaling. Use when queries are slow, mutations conflict, `lunora insights` reports a hot-spot, or…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Security audit of a codebase — web apps, APIs, services, CLI tools, libraries, daemons, and more. Use when asked to find security bugs, do a security review, audit for vulnerabilities, or pen-test the code. Focuses on exploitable issues with real impact, not…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adds R2-backed file storage to a Lunora app. Use for uploads/downloads via `lunora registry add storage`, signed PUT/GET URLs, the `UPLOADS` R2 bucket binding, `STORAGE_SIGNING_SECRET`, per-tenant key scoping, and verifying downloads in the Worker.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product]…

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

When the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' 'who is my target audience,' 'describe my product,' 'ICP,' 'ideal…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create programmatic videos with Remotion and React. Build animated compositions, render to MP4/WebM, configure frame rates and resolutions, add captions/subtitles, embed audio/video, and create text animations, transitions, and data visualizations. Use when…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Builds a reusable Lunora capability — either a registry item installed with `lunora registry add`, or a publishable `@lunora/*` workspace package. Use for packaging schema + functions + bindings others can drop into their app.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Deploys a Lunora app to Cloudflare. Use for `lunora deploy`, wrangler.jsonc bindings (SHARD/SESSION DOs, D1, R2), provisioning databases/buckets, secrets (`wrangler secret` vs `.dev.vars`), the `lunora doctor` preflight, the schema-drift gate, and dev-vs-prod…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adds authentication to a Lunora app. Use for sign-up/sign-in, email/password, OAuth (Clerk, Auth0), magic link, or email OTP via `lunora registry add auth`, wiring the auth handler into the Worker, and gating functions on the session.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use PlanetScale (Postgres/MySQL via Cloudflare Hyperdrive) as a first-class, REACTIVE `.global()` storage backend for a Lunora app — and migrate an existing D1 `.global()` dataset to it. Use for `@lunora/hyperdrive/global`, `.global({ backend: "hyperdrive"…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Connects an existing Postgres/MySQL database to a Lunora app from an action via Cloudflare Hyperdrive. Use for `@lunora/hyperdrive`, `ctx.sql`, `createHyperdrive` + `fromPostgresJs`/`fromNodePg`/`fromMysql2`, the `HYPERDRIVE` binding, `wrangler hyperdrive…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adds transactional email to a Lunora app. Use for sending mail (verification, password reset, invites, notifications) via `lunora registry add mail`, the `sendEmail` / `queueEmail` actions, the `SEND_EMAIL` Cloudflare Email Workers binding, Resend, React…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Schedules deferred and recurring work in a Lunora app. Use for `ctx.scheduler.runAfter` / `runAt` (delayed function dispatch), cron jobs via `lunora registry add crons` (the `cronJobs()` builder), the `SchedulerDO` / `SCHEDULER` binding, retries, and the…

원문 언어: 영어

업데이트
수집된 skill 21개 중 21개를 표시합니다.