@skills · Owner
Agent skills by andrelandgraf
52 skills indexed from github.com/andrelandgraf. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .agents · Collection · 19 stars
- .agents · Collection · 19 stars
- agent-browser · Skill · 19 stars
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with
- agent-browser · Skill · 19 stars
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, takin
- analytics-best-practices · Skill · 19 stars
- analytics-best-practices · Skill · 19 stars
Track custom events and conversions with Vercel Web Analytics via the track() call. Use when instrumenting user actions, conversions, or form submissions.
- authentication-best-practices · Skill · 19 stars
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.
- authentication-best-practices · Skill · 19 stars
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.
- authoring-recipes · Skill · 19 stars
Guidelines for authoring fullstackrecipes content - setup recipes, exposed skills (in ./skills/), cookbooks, templates, and installable registry utilities.
- better-auth-best-practices · Skill · 19 stars
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
- better-auth-components · Skill · 19 stars
Add UI components and pages for authentication flows including sign in, sign up, forgot password, reset password, and email verification.
- better-auth-emails · Skill · 19 stars
Add email verification, password reset, and account management emails to Better Auth using Resend.
- better-auth-profile · Skill · 19 stars
Add a complete account settings page with profile editing, password changes, email updates, session management, and account deletion.
- better-auth-protected-routes · Skill · 19 stars
Add server-side route protection to enforce authentication on specific pages while keeping others public.
- better-auth-setup · Skill · 19 stars
Add user authentication using Better Auth with Drizzle ORM and Neon Postgres. Base setup with email/password authentication.
- better-env · Skill · 19 stars
Better environment variable management for agents and humans with full type safety, CLI-based remote environment synchronization, and environment validatio
- better-env · Skill · 19 stars
Better environment variable management for agents and humans with full type safety, CLI-based remote environment synchronization, and environment validatio
- drizzle-queries · Skill · 19 stars
- drizzle-queries · Skill · 19 stars
Write type-safe Postgres queries with Drizzle ORM (select/insert/update/delete, relations, new tables). Use when querying or mutating the database or addin
- fallow · Skill · 19 stars
Codebase intelligence for JavaScript and TypeScript. Free static layer reports quality, changed-code risk, cleanup opportunities (unused files, exports, ty
- fallow · Skill · 19 stars
Codebase intelligence for JavaScript and TypeScript. Free static layer reports quality, changed-code risk, cleanup opportunities (unused files, exports, ty
- fullstackrecipe · Collection · 19 stars
- fullstackrecipes · Collection · 19 stars
- logging-best-practices · Skill · 19 stars
Emit structured logs with Pino (levels, context-first signature, workflow-safe step wrapper). Use when adding logging to routes, libraries, or workflows.
- logging-best-practices · Skill · 19 stars
Emit structured logs with Pino (levels, context-first signature, workflow-safe step wrapper). Use when adding logging to routes, libraries, or workflows.
- neon-postgres · Skill · 19 stars
Guides and best practices for working with Neon Serverless Postgres. Covers setup, connection methods, branching, autoscaling, scale-to-zero, read replicas
- neon-postgres-branches · Skill · 19 stars
Choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real data, isolat
- neon-postgres-egress-optimizer · Skill · 19 stars
- og-image-generation · Skill · 19 stars
Generate dynamic social preview images using Next.js file conventions and the next/og library. Server-rendered JSX images cached at build time.
- og-image-generation · Skill · 19 stars
Generate dynamic social preview images using Next.js file conventions and the next/og library. Server-rendered JSX images cached at build time.
- ralph-loop-workflow · Skill · 19 stars
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
- ralph-loop-workflow · Skill · 19 stars
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
- sentry-best-practices · Skill · 19 stars
Capture exceptions, attach user/context, add spans and breadcrumbs, and log via the Sentry SDK. Use when instrumenting errors, performance, or context in a
- sentry-best-practices · Skill · 19 stars
Capture exceptions, attach user/context, add spans and breadcrumbs, and log via the Sentry SDK. Use when instrumenting errors, performance, or context in a
- shiki-code-blocks · Skill · 19 stars
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
- shiki-code-blocks · Skill · 19 stars
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
- skill-creator · Skill · 19 stars
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's ca
- skills · Collection · 19 stars
- skills · Collection · 19 stars
- skills · Collection · 19 stars
- templates · Collection · 19 stars
- testing-best-practices · Skill · 19 stars
Choose and write the right test type (Playwright > integration > unit) against isolated Neon branches. Use when adding, running, or debugging tests for a f
- testing-best-practices · Skill · 19 stars
- url-state-patterns · Skill · 19 stars
Sync React state to URL query params with nuqs (Suspense wrapper, parsers, clearing, deep-linkable dialogs). Use when building shareable filters, search, o
- url-state-patterns · Skill · 19 stars
Sync React state to URL query params with nuqs (Suspense wrapper, parsers, clearing, deep-linkable dialogs). Use when building shareable filters, search, o
- use-fullstackrecipes · Skill · 19 stars
Discover and follow fullstackrecipes (setup guides, skills, cookbooks) by fetching their Markdown. The meta-skill for finding and applying recipes correctl
- use-fullstackrecipes · Skill · 19 stars
Discover and follow fullstackrecipes (setup guides, skills, cookbooks) by fetching their Markdown. The meta-skill for finding and applying recipes correctl
- vercel-react-best-practices · Skill · 19 stars
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next
- vercel-react-best-practices · Skill · 19 stars
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next
- web-design-guidelines · Skill · 19 stars
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my
- workflow-best-practices · Skill · 19 stars
Build durable workflows with the Workflow Development Kit — steps, streaming, agent runs, metadata, and persistence. Use when authoring, starting, resuming
- workflow-best-practices · Skill · 19 stars
Build durable workflows with the Workflow Development Kit — steps, streaming, agent runs, metadata, and persistence. Use when authoring, starting, resuming