Fullstackrecipes

Fullstackrecipes from andrelandgraf/fullstackrecipes.

by @andrelandgraf 10 skills

Skills in this plugin

10
  1. Drizzle Queries · andrelandgraf
    Write type-safe Postgres queries with Drizzle ORM (select/insert/update/delete, relations, new tables). Use when querying or mutating the database or adding a Drizzle table.
    1 install
  2. Url State Patterns · andrelandgraf
    Sync React state to URL query params with nuqs (Suspense wrapper, parsers, clearing, deep-linkable dialogs). Use when building shareable filters, search, or URL-driven dialogs.
    1 install
  3. Ralph Loop Workflow · andrelandgraf
    Run a coding agent in an autonomous loop via a /ralph command, gated by a preflight check that every CLI is installed, linked, and authenticated. Use when driving long-running autonomous development from a wide, outcome-focused prompt.
    1 install
  4. Use Fullstackrecipes · andrelandgraf
    Discover and follow fullstackrecipes (setup guides, skills, cookbooks) by fetching their Markdown. The meta-skill for finding and applying recipes correctly. Use when planning a build, adding a tool, or deciding which recipe or skill to follow.
    1 install
  5. Sentry Best Practices · andrelandgraf
    Capture exceptions, attach user/context, add spans and breadcrumbs, and log via the Sentry SDK. Use when instrumenting errors, performance, or context in app code.
    1 install
  6. Logging Best Practices · andrelandgraf
    Emit structured logs with Pino (levels, context-first signature, workflow-safe step wrapper). Use when adding logging to routes, libraries, or workflows.
    1 install
  7. Testing Best Practices · andrelandgraf
    Choose and write the right test type (Playwright > integration > unit) against isolated Neon branches. Use when adding, running, or debugging tests for a feature.
    1 install
  8. Workflow Best Practices · andrelandgraf
    Build durable workflows with the Workflow Development Kit — steps, streaming, agent runs, metadata, and persistence. Use when authoring, starting, resuming, or persisting a workflow.
    1 install
  9. Analytics Best Practices · andrelandgraf
    Track custom events and conversions with Vercel Web Analytics via the track() call. Use when instrumenting user actions, conversions, or form submissions.
    1 install
  10. Authentication Best Practices · andrelandgraf
    Read sessions client- and server-side, guard routes, and run sign in/up/out with Better Auth. Use when gating pages/APIs on auth or wiring auth flows.
    1 install