PracticalSwan/agent-skills

Skills I use for my Agents (Claude Code, Codex, Copilot)

This repository also configures its own agents. See what agent-skills tells them →

14Stars on the repository
208Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

netlify-caching

121

PracticalSwan/agent-skills

Skill Codex

Cache dynamic and static responses on Netlify's CDN from Functions, Edge Functions, and proxies. Use when you add caching or cache-control headers to a function response, tune cache TTL or stale-while-revalidate, set up the durable cache, vary a cache key by query/header/cookie/country/language, purge or invalidate…

not rated 14 +1 changed 3d ago C 141 tokens copy · 86% MIT

netlify-config

122

PracticalSwan/agent-skills

Skill Codex

Configure Netlify projects via netlify.toml and the headers/redirects files — covering build settings and deploy contexts alongside environment variables/scopes and the Secrets Controller plus redirect/rewrite/proxy and custom-header rules. Use when setting a build command or publish directory, adding redirect or…

not rated 14 +1 changed 3d ago C 129 tokens copy · 88% MIT

netlify-database

123

PracticalSwan/agent-skills

Skill Codex needs its repo

Zero-config Postgres for Netlify apps via @netlify/database — querying data from Functions/Edge Functions, writing schema migrations, setting up Drizzle ORM, local dev with netlify dev, database branches for deploy previews, and migrating an existing Postgres project onto Netlify. Use when adding a database, building…

not rated 14 +1 changed 3d ago C 111 tokens original MIT

netlify-deploy

124

PracticalSwan/agent-skills

Skill Codex

Create and manage Netlify deploys — Git continuous deployment, CLI manual/anonymous deploys, Deploy to Netlify buttons, drag-and-drop, and per-context netlify.toml build settings. Use when linking a repo, deploying from the CLI, setting up Deploy Previews or branch deploys, configuring deploy contexts, adding skew…

not rated 14 +1 changed 3d ago C 94 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Write, configure, and deploy Netlify Edge Functions (Deno runtime at the network edge) in TypeScript/JavaScript. Use when adding request/response manipulation at the edge — auth middleware, geolocation redirects, A/B testing and personalization, content localization, redirects/rewrites, SSR at the edge, or…

not rated 14 +1 changed 3d ago C 123 tokens copy · 95% MIT

netlify-forms

126

PracticalSwan/agent-skills

Skill Codex

Serverless form handling on Netlify-hosted sites — detects HTML forms at deploy time, stores submissions, filters spam, and sends notifications. Use when adding a contact form, lead-capture form, file-upload form, or newsletter signup to a Netlify site; wiring AJAX form submission; setting up a custom thank-you page…

not rated 14 +1 changed 3d ago C 124 tokens original MIT

netlify-frameworks

127

PracticalSwan/agent-skills

Skill Codex

Deploy and configure web frameworks on Netlify — build settings and SSR/edge adapters plus local platform emulation and env vars. Use when setting up or fixing a framework deploy (Next.js / Astro / Nuxt / SvelteKit / Remix / React Router / TanStack Start / SolidStart / Gatsby / Angular / Vite / Express / Hydrogen /…

not rated 14 +1 changed 3d ago C 128 tokens original MIT

netlify-functions

128

PracticalSwan/agent-skills

Skill Codex

Write, configure, and deploy Netlify serverless functions in TypeScript, JavaScript, or Go. Use this when adding an API endpoint or backend route, adding a contact form handler, wiring auth or Identity signup/login hooks, building streaming or AI-proxy responses, scheduling cron jobs, running long background jobs…

not rated 14 +1 changed 3d ago D 127 tokens copy · 89% MIT

netlify-identity

129

PracticalSwan/agent-skills

Skill Codex

Add authentication and user management to a Netlify site with @netlify/identity — signup/login/logout, OAuth social login (Google/GitHub/GitLab/Bitbucket), server-side user verification in Functions, role-based access control (RBAC), admin user management, and Identity event hooks. Use when adding a login/signup flow…

not rated 14 +1 changed 3d ago C 128 tokens copy · 89% MIT

netlify-image-cdn

130

PracticalSwan/agent-skills

Skill Codex

Transform, resize, crop, reformat, and optimize images on demand via Netlify Image CDN's /.netlify/images endpoint. Use when adding responsive images, generating thumbnails, converting formats (avif/webp/png), cropping to aspect ratios, tuning image quality, creating blurred placeholders, allowlisting remote image…

not rated 14 +1 changed 3d ago C 133 tokens copy · 86% MIT

netlify-mcp-servers

131

PracticalSwan/agent-skills

Skill Codex needs its repo

Build, deploy, and secure Model Context Protocol (MCP) servers on Netlify. Use whenever the task involves creating an MCP server, exposing an app or API to AI agents as MCP tools, letting Claude / Cursor / Claude Code call a custom remote server, or adding MCP tools to an existing Netlify site. Covers the MCP SDK +…

not rated 14 +1 changed 3d ago A SkillSpector: warn 139 tokens original MIT

nextjs-development

132

PracticalSwan/agent-skills

Skill Codex

Next.js 16.2.4 with TypeScript — App Router, Server Components, use cache directive, Turbopack dev, Server Actions, ISR, SSR, SSG, MCP devtools, metadata API, route handlers, instrumentation.

not rated 14 +1 changed 3d ago A SkillSpector: warn 54 tokens original MIT

PracticalSwan/agent-skills

Skill Codex

Review Jupyter notebooks for side effects, dependencies, and safe execution strategy before running or editing them.

not rated 14 +1 changed 3d ago A 27 tokens original MIT

notebooklm-management

134

PracticalSwan/agent-skills

Skill Codex

NotebookLM MCP server management - query notebooks, add from share links, handle auth, reset sessions. Use when working with Google NotebookLM notebooks for conversational research tasks.

not rated 14 +1 changed 3d ago A 38 tokens original MIT

notion-docs

135

PracticalSwan/agent-skills

Skill Codex

Notion workspace management via MCP - create databases, pages, comments, and knowledge bases. Use when building Notion documentation, organizing project wikis, or managing Notion content.

not rated 14 +1 changed 3d ago A 41 tokens original MIT

openai-docs

136

PracticalSwan/agent-skills

Skill Codex

Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, latest/current/default-model prompting guidance, or model upgrade and prompt-upgrade guidance; use…

not rated 14 +1 changed 3d ago A SkillSpector: warn 105 tokens original MIT

pdf

137

PracticalSwan/agent-skills

Skill Codex

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as reportlab, pdfplumber, and pypdf for generation and extraction.

not rated 14 +1 changed 3d ago B 56 tokens original MIT

performance

138

PracticalSwan/agent-skills

Skill Codex

Optimize web performance for faster loading and better user experience. Use when asked to "speed up my site", "optimize performance", "reduce load time", "fix slow loading", "improve page speed", or "performance audit".

not rated 14 +1 changed 3d ago A SkillSpector: warn 49 tokens original MIT

php-development

139

PracticalSwan/agent-skills

Skill Codex needs its repo

PHP 8.0+ development — XAMPP, RESTful APIs, PDO/MySQL/MariaDB, and authentication. Use when building PHP backends, creating API endpoints, configuring XAMPP, or integrating PHP with databases.

not rated 14 +1 changed 3d ago A SkillSpector: warn 51 tokens original MIT

playwright

140

PracticalSwan/agent-skills

Skill Codex

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via playwright-cli or the bundled wrapper script.

not rated 14 +1 changed 3d ago A SkillSpector: warn 45 tokens original MIT

plugin-creator

141

PracticalSwan/agent-skills

Skill Codex needs its repo

Create and scaffold plugin directories for Codex with a required .codex-plugin/plugin.json, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries…

not rated 14 +1 changed 3d ago A 86 tokens copy · 88% MIT

powerbi-modeling

142

PracticalSwan/agent-skills

Skill Codex

Power BI semantic models - DAX measures, star schemas, relationships, RLS, and performance tuning via MCP. Use when creating data models, writing DAX, or configuring table relationships in Power BI.

not rated 14 +1 changed 3d ago A 46 tokens original MIT

powerpoint-ppt

143

PracticalSwan/agent-skills

Skill Codex

PowerPoint (.pptx) manipulation via MCP server. Use for creating slides, formatting presentations, managing placeholders, adding images, applying templates, or extracting text from .pptx files.

not rated 14 +1 changed 3d ago A Socket: passSnyk: pass 42 tokens original MIT

pptx

144

PracticalSwan/agent-skills

Skill Codex needs its repo

Use this skill any time a .pptx file is involved as input, output, or both. Covers reading decks, editing existing presentations, creating slides from scratch, visual QA, notes, layouts, and presentation-safe file transforms.

not rated 14 +1 changed 3d ago A 50 tokens copy · 89% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: