by jezweb
Skills for Claude Code CLI such as full stack dev Cloudflare, React, Tailwind v4, and AI integrations.
# Add to your Claude Code skills
git clone https://github.com/jezweb/claude-skillsWorkflow skills for Claude Code that produce tangible output. Each skill guides Claude through a recipe — scaffold a project, generate assets, deploy to production.
| Plugin | Skills | What it produces | |--------|--------|-----------------| | cloudflare | cloudflare-worker-builder, vite-flare-starter, hono-api-scaffolder, d1-drizzle-schema | Deployable Cloudflare Workers, full-stack apps, Hono APIs, D1 schemas | | web-design | web-design-methodology, web-design-patterns, seo-local-business | Production HTML/CSS, component patterns, local business SEO | | frontend | tailwind-theme-builder, shadcn-ui | Themed Tailwind v4 + shadcn/ui setup with dark mode | | design-assets | color-palette, favicon-gen, icon-set-generator | Colour palettes, favicon packages, custom SVG icon sets | | integrations | google-chat-messages, google-apps-script, elevenlabs-agents, mcp-builder | Google Chat webhooks, Apps Script, ElevenLabs agents, MCP servers | | dev-tools | skill-creator, project-kickoff, context-manager, dev-session, github-release, gemini-peer-review, gemini-guide, claude-capabilities, ux-audit, responsiveness-check | Skill creation, project bootstrapping, context audits, session tracking, releases, Gemini peer review and API guide, UX audits, responsive layout testing | | shopify | shopify-setup, shopify-products, shopify-content | Shopify API setup, product management, content pages, blog posts | | wordpress | wordpress-setup, wordpress-content, wordpress-elementor | WordPress WP-CLI access, content management, Elementor page editing | | writing | aussie-business-english | Australian business English writing style |
No comments yet. Be the first to share your thoughts!
# Add the marketplace
/plugin marketplace add jezweb/claude-skills
# Install individual plugins
/plugin install cloudflare@jezweb-skills
/plugin install frontend@jezweb-skills
/plugin install dev-tools@jezweb-skills
/plugin install web-design@jezweb-skills
/plugin install design-assets@jezweb-skills
/plugin install integrations@jezweb-skills
/plugin install shopify@jezweb-skills
/plugin install wordpress@jezweb-skills
/plugin install writing@jezweb-skills
python3 plugins/dev-tools/skills/skill-creator/scripts/init_skill.py my-skill --path plugins/dev-tools/skills/
Every skill must produce something. No knowledge dumps — only workflow recipes that create files, projects, or configurations. Claude's training data handles the rest.
See CLAUDE.md for development details.
This repo started as a collection of 105 skills — many were informational reference guides (CSS patterns, API docs, framework cheatsheets). With Claude's expanded training data and built-in capabilities, those reference skills became redundant.
v2 restructured into 7 installable plugins co...