74205 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

using-tests

Testing strategy and workflow. Tests run in parallel with isolated data per suite. Prioritize Playwright for UI, integration tests for APIs, unit tests for logic.

andrelandgraf
andrelandgraf
81

using-sentry

Capture exceptions, add context, create performance spans, and use structured logging with Sentry.

andrelandgraf
andrelandgraf
81

using-nuqs

Manage React state in URL query parameters with nuqs. Covers Suspense boundaries, parsers, clearing state, and deep-linkable dialogs.

andrelandgraf
andrelandgraf
81

using-logging

Use structured logging with Pino throughout your application. Covers log levels, context, and workflow-safe logging patterns.

andrelandgraf
andrelandgraf
81

using-drizzle-queries

Write type-safe database queries with Drizzle ORM. Covers select, insert, update, delete, relational queries, and adding new tables.

andrelandgraf
andrelandgraf
81

using-authentication

Use Better Auth for client and server-side authentication. Covers session access, protected routes, sign in/out, and fetching user data.

andrelandgraf
andrelandgraf
81

using-analytics

Track custom events and conversions with Vercel Web Analytics. Covers common events, form tracking, and development testing.

andrelandgraf
andrelandgraf
81

user-stories-setup

Create a structured format for documenting feature requirements as user stories. JSON files with testable acceptance criteria that AI agents can verify and track.

andrelandgraf
andrelandgraf
81

use-fullstackrecipes

Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.

andrelandgraf
andrelandgraf
81

unit-tests

Configure unit testing with Bun's built-in test runner. Fast, Jest-compatible syntax, co-located test files, and mocking support.

andrelandgraf
andrelandgraf
81

stripe-sync

Complete subscription system with Stripe, Vercel Flags for plan configuration, webhook handling for syncing subscription state to Postgres, usage tracking, and billing portal integration.

andrelandgraf
andrelandgraf
81

skill-creator

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 capabilities with specialized knowledge, workflows, or tool integrations.

andrelandgraf
andrelandgraf
81

shiki-code-blocks

Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.

andrelandgraf
andrelandgraf
81

shadcn-ui-setup

Add Shadcn UI components with dark mode support using next-themes. Includes theme provider and CSS variables configuration.

andrelandgraf
andrelandgraf
81

sentry-setup

Configure Sentry for error tracking, performance monitoring, and log aggregation. Integrates with Pino to forward logs to Sentry automatically.

andrelandgraf
andrelandgraf
81

resumable-ai-streams

Add automatic stream recovery to AI chat with WorkflowChatTransport, start/resume API endpoints, and the useResumableChat hook.

andrelandgraf
andrelandgraf
81

ralph-setup

Set up automated agent-driven development with Ralph. Run AI agents in a loop to implement features from user stories, verify acceptance criteria, and log progress for the next agent.

andrelandgraf
andrelandgraf
81

resend-setup

Configure Resend for transactional emails like password resets and email verification.

andrelandgraf
andrelandgraf
81

url-state-management

Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs.

andrelandgraf
andrelandgraf
81

testing

Complete testing setup with Neon database branching, Playwright browser tests, integration tests, and unit tests. Isolated branches with automatic TTL cleanup.

andrelandgraf
andrelandgraf
81

ralph-loop

Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.

andrelandgraf
andrelandgraf
81

playwright-tests

End-to-end browser testing with Playwright. Test user interactions, form validation, navigation, and visual feedback with full browser automation.

andrelandgraf
andrelandgraf
81

ai-chat-persistence

Persist AI chat conversations to Neon Postgres with full support for AI SDK message parts including tools, reasoning, and streaming. Uses UUID v7 for chronologically-sortable IDs.

andrelandgraf
andrelandgraf
81

agent-setup

Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development.

andrelandgraf
andrelandgraf
81

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

andrelandgraf
andrelandgraf
81

ai-sdk-setup

Install the Vercel AI SDK with AI Elements components. Build a streaming chat interface with the useChat hook.

andrelandgraf
andrelandgraf
81

assert

TypeScript assertion function for runtime type narrowing with descriptive error messages. Based on tiny-invariant.

andrelandgraf
andrelandgraf
81

better-auth-best-practices

Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.

andrelandgraf
andrelandgraf
81

better-auth-components

Add UI components and pages for authentication flows including sign in, sign up, forgot password, reset password, and email verification.

andrelandgraf
andrelandgraf
81

better-auth-emails

Add email verification, password reset, and account management emails to Better Auth using Resend.

andrelandgraf
andrelandgraf
81

better-auth-profile

Add a complete account settings page with profile editing, password changes, email updates, session management, and account deletion.

andrelandgraf
andrelandgraf
81

better-auth-protected-routes

Add server-side route protection to enforce authentication on specific pages while keeping others public.

andrelandgraf
andrelandgraf
81

better-auth-setup

Add user authentication using Better Auth with Drizzle ORM and Neon Postgres. Base setup with email/password authentication.

andrelandgraf
andrelandgraf
81

chat-list

Build a chat list page with search, rename, and delete functionality. Uses nuqs for URL-synced filters and deep-linkable modal dialogs.

andrelandgraf
andrelandgraf
81

chat-naming

Generate descriptive chat titles from the first message using a fast LLM. Runs as a background workflow step after the main response to avoid delaying the experience.

andrelandgraf
andrelandgraf
81

code-style-setup

Configure Prettier for code formatting and TypeScript for typechecking. Includes VSCode settings and EditorConfig for consistent code style. Skips ESLint/Biome to avoid config complexity.

andrelandgraf
andrelandgraf
81

config-schema-setup

Type-safe environment variable validation using Zod with a Drizzle-like schema API. Supports server/public fields, feature flags, either-or constraints, and client-side protection.

andrelandgraf
andrelandgraf
81

custom-durable-agent

Build a custom durable AI agent with full control over streamText options, provider configs, and tool loops. Compatible with the Workflow Development Kit.

andrelandgraf
andrelandgraf
81

env-validation

Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages.

andrelandgraf
andrelandgraf
81

env-workflow-vercel

Manage environment variables across Vercel environments. Sync with Vercel CLI, handle local overrides, and load env vars in scripts.

andrelandgraf
andrelandgraf
81

feature-flags-setup

Implement feature flags using the Vercel Flags SDK with server-side evaluation, environment-based toggles, and Vercel Toolbar integration.

andrelandgraf
andrelandgraf
81

integration-tests

Test API routes by importing handlers directly with Bun's test runner. Fast, reliable tests without HTTP overhead.

andrelandgraf
andrelandgraf
81

neon-drizzle-setup

Connect a Next.js app to Neon Postgres using Drizzle ORM with optimized connection pooling for Vercel serverless functions.

andrelandgraf
andrelandgraf
81

neon-test-branches

Create isolated Neon database branches for testing. Schema-only branches with auto-cleanup via TTL, test server orchestration, and environment variable management.

andrelandgraf
andrelandgraf
81

nextjs-on-vercel

Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push.

andrelandgraf
andrelandgraf
81

nuqs-setup

Sync React state to URL query parameters for shareable filters, search queries, and deep links to modal dialogs. Preserves UI state on browser back/forward navigation.

andrelandgraf
andrelandgraf
81

og-image-generation

Generate dynamic social preview images using Next.js file conventions and the next/og library. Server-rendered JSX images cached at build time.

andrelandgraf
andrelandgraf
81

pino-logging-setup

Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services.

andrelandgraf
andrelandgraf
81

convert-java-c

Convert Java code to idiomatic C. Use when migrating Java projects to C, translating Java patterns to idiomatic C, or refactoring Java codebases for performance, minimal runtime dependencies, and systems programming. Extends meta-convert-dev with Java-to-C specific patterns.

arustydev
arustydev
72

search-term-matrices

>-

arustydev
arustydev
72

Page 1000 of 1485 · 74205 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.