Skills Directory

Reusable coding rules & agent skills for Claude Code, Cursor, Copilot and more - copy, adapt, ship faster.

709 skills indexed across 13 categories

Results for “skills” - 709 found

GSAP with React

3,536

Official GSAP skill for React - useGSAP hook, refs, gsap.context(), cleanup. Use when the user wants animation in React or Next.js, or asks

Frontend by greensock/gsap-skills

GPT Image 2 - Pro Pack on RunComfy

3,529

Generate and edit images with OpenAI GPT Image 2 (ChatGPT Images 2.0) on RunComfy. Documents GPT Image 2's strengths (embedded text, logos,

Design by agentspace-so/runcomfy-agent-skills

SMS Marketing

3,523

When the user wants to plan, build, or optimize SMS or MMS marketing - including welcome flows, abandoned cart texts, post-purchase, win-bac

General by coreyhaines31/marketingskills

remove-background

3,511

Remove an image background with the Pilio developer API. Use when the user wants transparent-background cutouts, portrait or product backgro

Backend by pilioai/skills

Better Auth Integration Guide

3,497

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when

Backend by better-auth/skills

Momentic result classification (MCP)

3,493

Classify or explain Momentic test run results using Momentic MCP tools. Use when the user asks to categorize a failure, understand why a run

Testing by momentic-ai/skills

upscale-image

3,487

Upscale or enhance an image with the Pilio developer API. Use when the user wants higher-resolution images, AI super-resolution, image clari

Backend by pilioai/skills

remove-pdf-watermark

3,432

Remove watermarks from a PDF with the Pilio developer API. Use when the user wants PDF watermark removal, editable PDF cleanup, AI PDF page

Backend by pilioai/skills

Agentix - CEO Skill

3,300

Manage your team - create roles, assign tasks, spawn workers, and monitor progress

Agent by agentix-cloud/skills

JSON Canvas Skill

3,263

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual

Backend by kepano/obsidian-skills

defuddle

3,245

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch wh

Docs by kepano/obsidian-skills

building-native-ui

3,170

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and

Frontend by expo/skills

flutter-apply-architecture-best-practices

2,967

Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring

Mobile by flutter/skills

obsidian-cli

2,945

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports p

General by kepano/obsidian-skills

flutter-build-responsive-layout

2,928

Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI

Frontend by flutter/skills

fastify-best-practices

2,920

Guides development of Fastify Node.js backend servers and REST APIs using TypeScript or JavaScript. Use when building, configuring, or debug

Backend by mcollina/skills

Bright Data - Scrape

2,919

Scrape web content as clean markdown/HTML/JSON via the Bright Data CLI (`bdata scrape`). Use when the user wants to fetch a page, extract co

Data by brightdata/skills

Resolving Flutter Layout Errors

2,857

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed"

Mobile by flutter/skills

Writing Flutter Widget Tests

2,814

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use

Frontend by flutter/skills

Implementing Routing and Deep Linking

2,811

Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or m

Mobile by flutter/skills

Implementing Flutter Integration Tests

2,808

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing

Mobile by flutter/skills

Cache Components (Next.js 16+)

2,806

Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag

Frontend by vercel-labs/next-skills

flutter-implement-json-serialization

2,790

Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for

Mobile by flutter/skills

Internationalizing Flutter Applications

2,781

Add `flutter_localizations` and `intl` dependencies, enable "generate true" in `pubspec.yaml`, and create an `l10n.yaml` configuration file.

Mobile by flutter/skills