85612 Skills Available

Find awesome
Agent Skills

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

Popular searches

anthropic

Official Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities

bobmatnyc
bobmatnyc
5818

espocrm

Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture

bobmatnyc
bobmatnyc
5818

code-quality

Python code-quality anti-patterns and review checks: exception-hierarchy correctness, singleton identity comparison, narrow exception handling, wildcard-import avoidance, magic-number naming, and dead-local removal. Use when reviewing or self-reviewing Python code for correctness and readability defects that linters and reviewers should catch.

bobmatnyc
bobmatnyc
5818

pyright

Pyright fast Python type checker from Microsoft with VS Code integration and strict type checking modes

bobmatnyc
bobmatnyc
5818

desktop-applications

Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives

bobmatnyc
bobmatnyc
5818

tauri

Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling

bobmatnyc
bobmatnyc
5818

cargo-release

PM-invocable protocol for Cargo publish and release operations in the trusty-tools Rust monorepo: semver rules, 10-step release sequence, macOS codesign safety, and cross-crate dependency ordering

bobmatnyc
bobmatnyc
5818

rust-quality-gate

PM-invocable protocol for running and interpreting Rust quality gates in the trusty-tools monorepo: fmt, clippy, and test in strict sequence before any merge

bobmatnyc
bobmatnyc
5818

vite

Vite lightning-fast build tool with instant HMR, ESM-first architecture, and zero-config setup for modern web development

bobmatnyc
bobmatnyc
5818

trpc

tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety

bobmatnyc
bobmatnyc
5818

drizzle

Type-safe SQL ORM for TypeScript with zero runtime overhead

bobmatnyc
bobmatnyc
5818

nodejs-backend

Node.js backend development with TypeScript, Express/Fastify servers, routing, middleware, and database integration

bobmatnyc
bobmatnyc
5818

nextjs

Next.js environment variable management with file precedence, variable types, and deployment configurations. Use when configuring Next.js applications, managing environment-specific settings, or deploying to Vercel/Railway/Heroku.

bobmatnyc
bobmatnyc
5818

react-advanced

Modern React 19 platform features and rendering architecture - the React Compiler (auto-memoization) and how it changes memoization guidance, concurrent rendering (useTransition/useDeferredValue/Suspense), the use() hook, Actions (useActionState/useOptimistic/useFormStatus), ref-as-prop and Context-as-provider changes, compound components, context selectors, error boundaries, portals, virtualization, code-splitting, and the RSC/'use client' boundary.

bobmatnyc
bobmatnyc
5818

react-core

General React fundamentals - components and JSX, props and state, the core hooks (useState/useEffect/useRef/useMemo/useCallback/useContext), composition, conditional and list rendering, and controlled inputs. The canonical "depends on React" reference.

bobmatnyc
bobmatnyc
5818

jest

Jest with TypeScript - Industry standard testing framework with 70% market share, mature ecosystem, React Testing Library integration

bobmatnyc
bobmatnyc
5818

react-hooks-composition

Advanced React hooks composition patterns - SWR integration, debounced search, memoized contexts, state machines, and performance optimization

bobmatnyc
bobmatnyc
5818

react-state-machine

Building reusable React state machine skills with XState v5 and the actor model

bobmatnyc
bobmatnyc
5818

supabase

Supabase open-source Firebase alternative with Postgres, authentication, storage, and realtime subscriptions. Use when building full-stack applications requiring integrated backend services with Next.js, React, or Vue.

bobmatnyc
bobmatnyc
5818

neon

Neon serverless Postgres with autoscaling, instant database branching, and zero-downtime deployments. Use when building serverless applications, implementing database branching for dev/staging, or deploying with Vercel/Netlify.

bobmatnyc
bobmatnyc
5818

netlify

Netlify JAMstack deployment platform with serverless functions, forms, and identity

bobmatnyc
bobmatnyc
5818

root-cause-tracing

Systematically trace bugs backward through call stack to find original trigger

bobmatnyc
bobmatnyc
5818

writing-plans

Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context

bobmatnyc
bobmatnyc
5818

datadog

Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.

bobmatnyc
bobmatnyc
5818

sqlalchemy

SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic

bobmatnyc
bobmatnyc
5818

django

Django full-featured Python web framework with batteries included (ORM, admin, auth)

bobmatnyc
bobmatnyc
5818

brainstorming

Interactive idea refinement using Socratic method to develop fully-formed designs

bobmatnyc
bobmatnyc
5818

dispatching-parallel-agents

Use multiple Claude agents to investigate and fix independent problems concurrently

bobmatnyc
bobmatnyc
5818

gh-cli

Reliably drive the GitHub gh CLI for issue, PR, and label operations in automation and subagent environments, with pre-flight verification so you never fabricate a success or a fake issue URL.

bobmatnyc
bobmatnyc
5818

requesting-code-review

Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding

bobmatnyc
bobmatnyc
5818

notebooklm-video-research

Automate NotebookLM notebook creation from YouTube videos. Given a YouTube video URL, extract information about people featured in the video, research them online, create a new NotebookLM notebook with the video and research as sources, and generate an audio overview. Uses screenshot-first automation to reliably target UI elements.

bayramannakov
bayramannakov
586

svelte-runes

Svelte runes guidance. Use for reactive state, props, effects, or migration. Covers $state, $derived, $effect, $props, $bindable. Prevents reactivity mistakes.

spences10
spences10
581

sveltekit-structure

SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nested layouts, error boundaries, pending UI, and hydration.

spences10
spences10
581

sveltekit-remote-functions

SvelteKit remote functions guidance. Use for command(), query(), form() patterns in .remote.ts files.

spences10
spences10
581

sveltekit-data-flow

SvelteKit data flow guidance. Use for load functions, form actions, server/client data, and invalidation. Covers +page.server.ts vs +page.ts, serialization, fail(), redirect(), error(), invalidateAll().

spences10
spences10
581

svelte-template-directives

Svelte template directives ({@attach}, {@html}, {@render}, {@const}, {@debug}). Use for DOM manipulation, third-party libs, tooltips, canvas, dynamic HTML. @attach replaces use: actions.

spences10
spences10
581

svelte-deployment

Svelte deployment guidance. Use for adapters, Vite config, pnpm setup, library authoring, PWA, or production builds.

spences10
spences10
581

svelte-components

Svelte component patterns. Use for web components, component libraries (Bits UI, Ark UI, Melt UI), form patterns, or third-party integration.

spences10
spences10
581

layerchart-svelte5

LayerChart Svelte 5 patterns. Use for chart components with tooltip snippets, Chart context access, and all Svelte 5 snippet patterns for tooltips, gradients, highlights, and axes.

spences10
spences10
581

ecosystem-guide

Guide to spences10's Claude Code ecosystem. Use when user asks which tool to use, how tools relate, or needs help choosing between MCP servers, skills, or CLIs.

spences10
spences10
581

svelte-styling

Svelte CSS styling patterns. Use for scoped styles, CSS custom properties, style: directive, :global, or styling child components.

spences10
spences10
581

mind-clone

Activate a Cognitive Digital Twin. Can simulate a custom subject (via core/ directory) OR load pre-installed celebrity/expert personas (from personas/ directory).

yzfly
yzfly
576

insight

用户需求洞察与产品机会分析技能。适用于新产品开发、营销策划、品类切入前的市场分析。当你需要快速理解目标用户、挖掘情绪动机、将洞察转化为可落地的产品机会时使用此技能。

liangdabiao
liangdabiao
578

party

Programmatic guide for the @cazala/party library: engine setup, modules, particles, and performance across CPU + WebGPU.

cazala
cazala
571

widget-coherence

This skill should be used when the user asks to "create a widget", "build a widget", "service portal widget", "sp_widget", "fix widget", "widget not working", "ng-click not working", or any Service Portal widget development.

groeimetai
groeimetai
5722

flow-designer

This skill should be used when the user asks to "create flow", "Flow Designer", "workflow automation", "subflow", "action", "flow trigger", "scheduled flow", or any ServiceNow Flow Designer development.

groeimetai
groeimetai
5722

workspace-builder

This skill should be used when the user asks to "App Engine Studio", "workspace builder", "custom workspace", "AES", "low code", "app development", "studio", or any ServiceNow App Engine Studio development.

groeimetai
groeimetai
5722

virtual-agent

This skill should be used when the user asks to "create chatbot", "virtual agent", "VA topic", "NLU", "conversation", "chat flow", "topic block", or any ServiceNow Virtual Agent development.

groeimetai
groeimetai
5722

vendor-management

This skill should be used when the user asks to "vendor", "supplier", "contract", "procurement", "SLA", "vendor risk", "vendor performance", or any ServiceNow Vendor Management development.

groeimetai
groeimetai
5722

update-set-workflow

This skill should be used when the user asks to "update set", "create update set", "change tracking", "create something", "deploy", "make changes", "develop", "build a feature", or any ServiceNow development that requires change tracking.

groeimetai
groeimetai
5722

Page 751 of 1713 · 85612 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.