Skip to content

Skills & libraries for Claude Code users

This page is a curated, opinionated index. Inclusion means we’ve used it on a real build and would recommend it to a friend, not just that it exists.

Anthropic-published skills (start here)

Anthropic ships an official skills repo with skills you can install into your local Claude Code or Claude.ai. Highlights for non-technical founders:

SkillWhat it doesWhen you’d reach for it
pdfRead, edit, merge, split, and create PDFsInvestor docs, contracts, course materials
docxOpen, read, edit .docx filesAnything Word-based your lawyer or accountant sends
xlsxSpreadsheets — read, write, analysePricing sheets, board financials, cap tables
pptxBuild and edit PowerPoint decksPitch decks, investor updates
frontend-designProduction-grade UI generationWorking prototypes you can share with users
canvas-designBranded visual graphics (PNG/PDF)Social posts, infographics, slide hero images
mcp-builderBuilds new MCP servers for ClaudeConnecting Claude to your own tools/data
skill-creatorBootstraps new skillsWhen you find yourself doing the same task by hand twice

Install: git clone the repo, then drop the skill folder into ~/.claude/skills/. Each has its own SKILL.md explaining when it triggers.

Community skills worth installing

These are skills we use on real projects. Each one extends Claude Code with patterns or domain knowledge that would otherwise take weeks to gather. Every link below was verified to resolve at the time of writing — see the link-curator audit for our quarterly freshness process.

Building & shipping

  • scrollytelling — Pinned-narrative landing pages, scroll-driven storytelling, parallax. Used to build this site’s landing page.
  • claude-design — Anthropic’s hosted design tool for pitch decks, prototypes, one-pagers, marketing pages, and interactive explainers. Best zero-to-prototype path.
  • shadcn skill — Manages shadcn/ui components: add, search, fix, debug, compose. Often distributed as part of team plugin bundles rather than as a single public repo; ask in the shadcn community Discord or check your team’s plugin index.

Design system discipline

Design exploration

  • huashu-design — HTML-first hi-fi prototypes, design variants, slide decks, motion design. The skill that produces designs that don’t look AI-generated. Note: license restricts commercial/enterprise use — the author requires authorisation for for-profit deliverables. Personal use is fine. Check the SKILL.md license clause before deploying inside a paid product.

Visual & motion content

  • canvas-design — Branded visual graphics (PNG/PDF) using a design philosophy rather than a template. Stat cards, social frames, infographics.
  • algorithmic-art — Generative art with p5.js + seeded randomness. Surprisingly useful for blog hero images and social cards that don’t look stock.
  • GSAP — Not a Claude skill but the canonical animation library most front-end skills assume. Their docs are excellent; once you’ve read the ScrollTrigger page you can drop ten different “fancy scroll” effects without ceremony.

Interactive things

  • web-artifacts-builder — Build calculators, demos, quizzes, mini-tools as React components on Tailwind. The “engineering as marketing” play, automated.
  • frontend-design — Production-grade UI generation with judgement about hierarchy, spacing, and rhythm — not just “render some Tailwind.”

API integration patterns

  • claude-api — Build apps with the Claude API/Anthropic SDK. Prompt caching, model migration, tool use, extended thinking, batch APIs.

Documents & spreadsheets

  • pdf — Read, edit, merge, split, create PDFs. Form-fills, table extraction.
  • docx — Open, read, edit .docx files. For everything your lawyer or accountant sends.
  • xlsx — Spreadsheets — read, write, analyse. Pricing sheets, board financials, cap tables.
  • pptx — Build and edit PowerPoint decks. Pitch decks, investor updates.

Foundation skills (almost everyone should install these)

  • skill-creator — Bootstraps the file structure for a new skill. Use this the first time you find yourself doing the same task by hand twice.
  • mcp-builder — Builds new MCP servers so Claude can talk to your own tools and data.
  • doc-coauthoring — Structured workflow for writing real documentation with Claude. Different from “generate me some docs.”
  • webapp-testing — Playwright-based interaction and verification of local web apps. The fastest way to test a UI without learning testing frameworks.
  • internal-comms — Templates for the most common internal communications (status updates, change announcements, decision memos).
  • slack-gif-creator — Constraints + concepts for animated GIFs optimised for Slack. Useful when “let me show you” beats “let me explain.”

Specialist patterns (mostly internal, but worth knowing exist)

Some of the skills we use day-to-day live in private team plugin indexes — they’re packaged for our specific workflows rather than published as standalone skills. Mentioned here for completeness; if you’re at a team building similar infra, these are patterns worth replicating yourself:

  • image-generation — Optimised prompting patterns for Gemini and OpenAI image models, including model-selection heuristics (Gemini Flash for visual/creative, GPT Image for text-heavy)
  • exa-integrationExa AI search + Websets for semantic prospect research and list-building
  • brightdata-integrationBright Data web scraping via a CLI wrapper for real public data
  • streaming — SSE streaming patterns for Claude API real-time interfaces
  • hyperframes + hyperframes-cli — Video compositions on top of Remotion (animations, voiceovers, audio-reactive visuals)

If you’re a non-technical founder and these sound interesting — they should — the skill-creator skill will help you write your own version in an afternoon.

Libraries you’ll keep reaching for

Static-site generators, deploy tools, and helpers that play well with AI-generated code.

Site generators

  • Astro — Zero-JS by default, MDX content, deploy as static files anywhere. What this course is built on.
  • Starlight — Astro’s docs-site theme. Free sidebar, search (Pagefind), dark mode, accessibility.
  • VitePress — Vue-based docs site, smaller surface area than Starlight if you want something quieter.
  • Eleventy (11ty) — Plain-old templating, no framework lock-in, great for “I just want a fast site.”

Hosting

  • Cloudflare Pages — Free, fast, generous free tier, deploys on git push.
  • Netlify — Excellent DX, slightly faster to outgrow into expensive than Cloudflare.
  • Railway — Pick this when you need a backend or a database.
  • Fly.io — Same niche as Railway, more knobs.

Search (no backend)

  • Pagefind — Static, fully-client-side site search. Built into Starlight.
  • Fuse.js — In-browser fuzzy search if you’re rolling your own.

Animation & UI

  • GSAP — Industry-standard animation library; ScrollTrigger is the gold-standard scroll-linked tool.
  • Motion (Framer Motion) — React animation; declarative API, smaller bundle than GSAP for simple things.
  • Lenis — Smooth scroll, used alongside GSAP for cinematic landing pages.
  • shadcn/ui — Copy-paste accessible React components, design-system friendly.
  • Tailwind CSS — Utility-first CSS. Pairs well with AI-generated code because the styles live next to the markup.

Auth, payments, data

  • Clerk / Supabase Auth — Hosted auth. Don’t roll your own.
  • Stripe — Payments. Their docs and AI-friendly SDK are the benchmark.
  • Supabase / Neon — Postgres with a UI, free tiers that aren’t a trap.

Backups & storage

Compliance starter kits

  • GDPR Checklist — The 28 things you actually need to do, as a list.
  • Stripe Atlas Guides — Best free incorporation + early-company playbook on the internet.
  • Vanta / Drata — When SOC2 starts coming up in sales calls.

Should you install or build a skill?

Build when:

  1. You’ve done the same task by hand twice.
  2. The task has structure (steps, templates, checklists) you can write down.
  3. You’d describe the process to a junior in under 200 words.

Install when someone else has clearly already done it well — the bar for “well” is the SKILL.md tells you exactly when to trigger it. If the description is vague, build your own. The skill-creator skill bootstraps the file structure for you.