Source

lightfastai/lightfast

45 skills · 342 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
blog-writer Create category-aware, AEO-optimized blog posts for Lightfast. Use when writing technology deep-dives, company announ…
lightfastai/lightfast
197
2
changelog-writer Create user-focused, SEO-optimized changelog entries for software releases. Use when writing release notes, version u…
lightfastai/lightfast
35
3
seo Optimize content for search engines and AI answer engines. Use when writing or auditing SEO for any Lightfast page.
lightfastai/lightfast
32
4
turborepo Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, …
lightfastai/lightfast
13
5
react-doctor Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in…
lightfastai/lightfast
11
6
remotion-best-practices Best practices for Remotion - Video creation in React
lightfastai/lightfast
10
7
vercel-react-best-practices React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing…
lightfastai/lightfast
9
8
frontend-design Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks …
lightfastai/lightfast
5
9
lightfast-changelog Write and review AEO-optimized changelog entries for Lightfast. Triggers when the user asks to write a changelog entr…
lightfastai/lightfast
3
10
lightfast-clerk Provision Clerk test users, sign in via the browser, mint JWTs, and tear everything down — for local-dev tRPC / deskt…
lightfastai/lightfast
3
11
braintrust Use the Braintrust `bt` CLI for projects, traces, prompts, and key Braintrust workflows.
lightfastai/lightfast
2
12
inngest-events Use when designing event-driven workflows, decoupling services, implementing fan-out patterns (one trigger, many down…
lightfastai/lightfast
2
13
inngest-middleware Use when adding cross-cutting concerns to durable functions — structured logging or tracing across all functions, err…
lightfastai/lightfast
2
14
lightfast-db Query and inspect the Postgres database schema and data. Triggers when the user asks about tables, columns, rows, dat…
lightfastai/lightfast
2
15
lightfast-inngest Inspect Inngest function runs, debug failures, send events, and invoke functions via the local Inngest dev server MCP…
lightfastai/lightfast
2
16
lightfast-sdk Use Lightfast tools to search across team knowledge and interact with connected providers (GitHub, Linear, Sentry, Ve…
lightfastai/lightfast
2
17
inngest-durable-functions Use when building functions that must survive process crashes, retry automatically on failure, run on a schedule, rea…
lightfastai/lightfast
1
18
inngest-steps Use when implementing delays that must survive process restarts (e.g., 24-hour cart abandonment, scheduled follow-ups…
lightfastai/lightfast
1
19
lightfast-local-infra Use when setting up, repairing, provisioning, or verifying local Lightfast PlanetScale database or Upstash Redis infr…
lightfastai/lightfast
1
20
orpc Use when building, reviewing, or debugging oRPC code — defining contracts, writing routers/procedures/middleware, wir…
lightfastai/lightfast
1
21
planetscale-drizzle Use when working with Drizzle ORM against this repo's PlanetScale MySQL (Vitess) database in @db/app — adding or chan…
lightfastai/lightfast
1
22
react-start React bindings for TanStack Start: createStart, StartClient, StartServer, React-specific imports, re-exports from @ta…
lightfastai/lightfast
1
23
router-core Framework-agnostic core concepts for TanStack Router: route trees, createRouter, createRoute, createRootRoute, create…
lightfastai/lightfast
1
24
router-plugin TanStack Router bundler plugin for route generation and automatic code splitting. Supports Vite, Webpack, Rspack, and…
lightfastai/lightfast
1
25
start-core Core overview for TanStack Start: tanstackStart() Vite plugin, getRouter() factory, root route document shell (HeadCo…
lightfastai/lightfast
1
26
start-server-core Server-side runtime for TanStack Start: createStartHandler, request/response utilities (getRequest, setResponseHeader…
lightfastai/lightfast
1
27
thermo-nuclear-code-quality-review Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. …
lightfastai/lightfast
1
28
virtual-file-routes Programmatic route tree building as an alternative to filesystem conventions: rootRoute, index, route, layout, physic…
lightfastai/lightfast
1
29
lifecycle/migrate-from-nextjs Step-by-step migration from Next.js App Router to TanStack Start: route definition conversion, API mapping, server fu…
lightfastai/lightfast
0
30
react-start/server-components Implement, review, debug, and refactor TanStack Start React Server Components in React 19 apps. Use when tasks mentio…
lightfastai/lightfast
0
31
router-core/auth-and-guards Route protection with beforeLoad, redirect()/throw redirect(), isRedirect helper, authenticated layout routes (_authe…
lightfastai/lightfast
0
32
router-core/code-splitting Automatic code splitting (autoCodeSplitting), .lazy.tsx convention, createLazyFileRoute, createLazyRoute, lazyRouteCo…
lightfastai/lightfast
0
33
router-core/data-loading Route loader option, loaderDeps for cache keys, staleTime/gcTime/ defaultPreloadStaleTime SWR caching, pendingCompone…
lightfastai/lightfast
0
34
router-core/navigation Link component, useNavigate, Navigate component, router.navigate, ToOptions/NavigateOptions/LinkOptions, from/to rela…
lightfastai/lightfast
0
35
router-core/not-found-and-errors notFound() function, notFoundComponent, defaultNotFoundComponent, notFoundMode (fuzzy/root), errorComponent, CatchBou…
lightfastai/lightfast
0
36
router-core/path-params Dynamic path segments ($paramName), splat routes ($ / _splat), optional params ({-$paramName}), prefix/suffix pattern…
lightfastai/lightfast
0
37
router-core/search-params validateSearch, search param validation with Zod/Valibot/ArkType adapters, fallback(), search middlewares (retainSear…
lightfastai/lightfast
0
38
router-core/ssr Non-streaming and streaming SSR, RouterClient/RouterServer, renderRouterToString/renderRouterToStream, createRequestH…
lightfastai/lightfast
0
39
router-core/type-safety Full type inference philosophy (never cast, never annotate inferred values), Register module declaration, from narrow…
lightfastai/lightfast
0
40
start-core/auth-server-primitives Server-side authentication primitives for TanStack Start: session cookies (HttpOnly, Secure, SameSite, __Host- prefix…
lightfastai/lightfast
0
41
start-core/deployment Deploy to Cloudflare Workers, Netlify, Vercel, Node.js/Docker, Bun, Railway. Selective SSR (ssr option per route), SP…
lightfastai/lightfast
0
42
start-core/execution-model Isomorphic-by-default principle, environment boundary functions (createServerFn, createServerOnlyFn, createClientOnly…
lightfastai/lightfast
0
43
start-core/middleware createMiddleware, request middleware (.server only), server function middleware (.client + .server), context passing …
lightfastai/lightfast
0
44
start-core/server-functions createServerFn (GET/POST), inputValidator (Zod or function), useServerFn hook, server context utilities (getRequest, …
lightfastai/lightfast
0
45
start-core/server-routes Server-side API endpoints using the server property on createFileRoute, HTTP method handlers (GET, POST, PUT, DELETE)…
lightfastai/lightfast
0