jezweb/claude-skills

Skills for Claude Code CLI such as full stack dev Cloudflare, React, Tailwind v4, and AI integrations.

213 stars24 forksUpdated Jan 26, 2026
npx skills add jezweb/claude-skills

README

Claude Code Skills

87 production-ready skills for Claude Code CLI — Cloudflare, React, AI integrations, and more.

~60% token savings | 400+ errors prevented | Auto-discovered by Claude


Quick Install

Marketplace (Recommended)

/plugin marketplace add https://github.com/jezweb/claude-skills
/plugin install cloudflare-worker-base@claude-skills

Manual

git clone https://github.com/jezweb/claude-skills.git ~/Documents/claude-skills
cd ~/Documents/claude-skills
./scripts/install-skill.sh cloudflare-worker-base  # or ./scripts/install-all.sh

Skills by Category

CategorySkillsHighlights
Cloudflare16Workers, D1, R2, KV, Agents, MCP Server, Durable Objects
AI/ML12Vercel AI SDK, OpenAI Agents, Claude API, Gemini
Frontend12Tailwind v4 + shadcn, TanStack (Query/Router/Table), Zustand
Python2FastAPI, Flask
Database4Drizzle, Neon Postgres, Vercel KV/Blob
Auth2Clerk, Better Auth
Planning5Project workflow, session management
MCP/Tools4FastMCP, TypeScript MCP
CMS3TinaCMS, Sveltia, WordPress
Developer Workflow1Developer Toolbox (7 agents for code review, debugging, testing)

šŸ“‹ Full list: SKILLS_CATALOG.md


How It Works

Claude Code automatically discovers skills in ~/.claude/skills/ and suggests them when relevant:

You: "Set up a Cloudflare Worker with D1"
Claude: "Found cloudflare-worker-base and cloudflare-d1 skills. Use them?"
You: "Yes"
→ Production-ready setup, zero errors

Bundled Agents

Some skills include sub-agents that can be invoked via the Task tool for specialized tasks:

BundleAgentsPurpose
designa11y-auditor, favicon-crafter, image-prompterAccessibility audits, favicon generation, image prompts
cloudflarecloudflare-deploy, cloudflare-debug, d1-migration, worker-scaffoldDeployment, debugging, migrations

Note: Agents require manual installation to ~/.claude/agents/:

# List available agents
./scripts/install-skill-agents.sh list

# Install agents from a bundle
./scripts/install-skill-agents.sh design
./scripts/install-skill-agents.sh cloudflare

# Install all agents
./scripts/install-skill-agents.sh all

# Restart Claude Code to discover new agents

After installation, agents appear in the Task tool's available agents.


Request a Skill

Want a skill we don't have? Open an issue with the technology/framework and we'll build it.

Popular requests get prioritized. No need to build it yourself unless you want to.


Your Own Skills Repo

Want your own skills ecosystem with your own authorship? Fork this repo or use it as a template:

  1. Fork → customize skills with your preferences
  2. Use our QA agents (content-accuracy-auditor, code-example-validator, version-checker) to maintain currency
  3. Pull upstream updates when useful

This works well if you maintain skills across multiple machines or want to publish your own collection.


Creating Skills

Quick start:

cp -r templates/skill-skeleton/ skills/my-skill/
# Edit SKILL.md and README.md
./scripts/install-skill.sh my-skill

Guides: CONTRIBUTING.md | templates/ | ONE_PAGE_CHECKLIST.md


Token Efficiency

MetricManualWith Skills
Tokens12-15k4-6k (~50% less)
Errors2-40 (prevented)
Time2-4 hours15-45 min

Documentation


Tools

ContextBricks — Status Line

Real-time context tracking for Claude Code.

npx contextbricks  # One-command install

npm


Links


MIT License | Built by Jeremy Dawes

Publisher

jezwebjezweb

Statistics

Stars213
Forks24
Open Issues5
LicenseMIT License
CreatedOct 20, 2025