{
  "markdown": "# Claude Code Skills\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nProduction workflow skills for [Claude Code](https://claude.com/claude-code). Each skill guides Claude through a recipe to produce tangible output — scaffolded projects, generated assets, professional documents, deployed services.\n\nTen plugins of practical, production-oriented skills. Every one produces something. (The thinking skills — planning, prompt-writing, verification doctrine, brains-trust — live in their own framework: [dotjez](https://github.com/jezweb/dotjez).)\n\n## Quick Start\n\n```bash\n# Add the marketplace (one-time)\n/plugin marketplace add jezweb/claude-skills\n\n# Install what you need\n/plugin install cloudflare@jezweb-skills\n/plugin install writing@jezweb-skills\n/plugin install dev-tools@jezweb-skills\n```\n\nThen just ask Claude what you need — installed skills trigger automatically from natural language.\n\n## Plugins\n\n### Build & Deploy\n\n| Plugin | Skills | What it does |\n|--------|--------|-------------|\n| **cloudflare** | cloudflare-worker-builder, vite-flare-starter, tanstack-start, hono-api-scaffolder, d1-drizzle-schema, d1-migration, db-seed, cloudflare-api | Scaffold and deploy Workers, full-stack Vite+React apps, TanStack Start, Hono APIs, D1/Drizzle schemas, migrations, database seeding, direct REST API for bulk/fleet operations |\n| **shopify** | shopify-setup, shopify-products, shopify-content | Shopify API setup, product creation (single + bulk CSV), content pages, blog posts, SEO metadata |\n| **wordpress** | wordpress-setup, wordpress-content, wordpress-elementor | WordPress WP-CLI/REST API access, content management, Elementor page editing |\n\n### Design & Frontend\n\n| Plugin | Skills | What it does |\n|--------|--------|-------------|\n| **frontend** | tailwind-theme-builder, shadcn-ui, landing-page, product-showcase, react-patterns, design-review, react-native | Tailwind v4 theming, shadcn/ui, landing pages, app showcases, React 19 performance/composition patterns, visual design quality review, React Native + Expo mobile patterns |\n| **design-assets** | color-palette, favicon-gen, icon-set-generator, image-processing, ai-image-generator | Accessible colour palettes from a single hex, favicon packages, custom SVG icon sets, image resize/convert/optimise, AI image generation (Gemini/GPT) |\n| **web-design** | seo-local-business | Local business SEO: JSON-LD schema, meta tags, robots.txt, sitemap.xml |\n\n### Writing & Documents\n\n| Plugin | Skills | What it does |\n|--------|--------|-------------|\n| **writing** | aussie-business-english, us-business-english, uk-business-english, nz-business-english, resume-cover-letter, proposal-writer, award-application, strategy-document | Regional business English style guides (AU/US/UK/NZ), resumes and cover letters, client proposals, award submissions, SWOT/business plans |\n| **social-media** | social-media-posts | Platform-formatted posts for LinkedIn, Facebook, Instagram, Reddit — character limits, hashtag strategies, campaign sequences |\n\n### Developer Tools\n\n| Plugin | Skills | What it does |\n|--------|--------|-------------|\n| **dev-tools** | project-health, project-docs, app-docs, team-update, github-release, codex-review, git-workflow, ux-audit, ux-compare, ux-extract, responsiveness-check, deep-research, onboarding-ux, fork-discipline, roadmap, vitest | Project config, doc generation, app user guides, team updates, releases, Codex second opinions, git workflows, UX dogfooding and pattern extraction, responsive testing, pre-build discovery, in-app onboarding, core/client boundary audit, autonomous phased app delivery, Vitest test setup |\n| **integrations** | gws-setup, gws-install, google-chat-messages, google-apps-script, elevenlabs-agents, mcp-builder, nemoclaw-setup, parcel-tracking, stripe-payments | Google Workspace setup, Google Chat webhooks, Apps Script, ElevenLabs voice agents, MCP servers, NemoClaw, parcel tracking, Stripe payments (checkout, subscriptions, webhooks, billing portal) |\n\n## All 60 Skills\n\n<details>\n<summary>Full skill list with trigger phrases</summary>\n\n| Skill | Triggers on |\n|-------|------------|\n| `cloudflare-worker-builder` | \"scaffold a worker\", \"new cloudflare project\" |\n| `vite-flare-starter` | \"scaffold a full-stack app\", \"vite + cloudflare\" |\n| `tanstack-start` | \"tanstack start\", \"SSR dashboard\" |\n| `hono-api-scaffolder` | \"hono api\", \"api routes\" |\n| `d1-drizzle-schema` | \"d1 schema\", \"drizzle schema\" |\n| `d1-migration` | \"d1 migration\", \"migrate database\" |\n| `db-seed` | \"seed database\", \"sample data\", \"demo data\" |\n| `cloudflare-api` | \"cloudflare api\", \"bulk dns\", \"custom hostname\", \"email routing\" |\n| `seo-local-business` | \"local seo\", \"json-ld schema\" |\n| `tailwind-theme-builder` | \"tailwind theme\", \"set up tailwind\" |\n| `shadcn-ui` | \"shadcn\", \"install components\" |\n| `landing-page` | \"landing page\", \"marketing page\", \"one-page site\" |\n| `product-showcase` | \"showcase site\", \"product page\", \"show off the app\" |\n| `react-patterns` | \"react patterns\", \"react performance\", \"reduce re-renders\" |\n| `design-review` | \"design review\", \"does this look good\", \"visual review\" |\n| `react-native` | \"react native\", \"expo\", \"mobile app\" |\n| `color-palette` | \"colour palette\", \"color palette from hex\" |\n| `favicon-gen` | \"favicon\", \"generate icons\" |\n| `icon-set-generator` | \"icon set\", \"svg icons\" |\n| `image-processing` | \"resize image\", \"convert to webp\" |\n| `ai-image-generator` | \"generate image\", \"ai image\", \"hero image\" |\n| `gws-setup` | \"google workspace mcp\", \"set up gmail mcp\" |\n| `gws-install` | \"install google workspace\", \"connect gmail\" |\n| `google-chat-messages` | \"google chat webhook\", \"send chat message\" |\n| `google-apps-script` | \"apps script\", \"google sheets automation\" |\n| `elevenlabs-agents` | \"elevenlabs agent\", \"voice agent\" |\n| `mcp-builder` | \"build mcp server\", \"fastmcp\" |\n| `nemoclaw-setup` | \"install nemoclaw\", \"setup nemoclaw\", \"nvidia nemoclaw\" |\n| `parcel-tracking` | \"where's my parcel\", \"track my order\", \"tracking number\" |\n| `stripe-payments` | \"add payments\", \"stripe checkout\", \"subscription billing\" |\n| `project-health` | \"project health\", \"audit permissions\" |\n| `project-docs` | \"generate docs\", \"document architecture\", \"api docs\" |\n| `app-docs` | \"document the app\", \"user guide\", \"screenshot docs\" |\n| `team-update` | \"team update\", \"post to chat\" |\n| `github-release` | \"github release\", \"cut a release\" |\n| `git-workflow` | \"prepare pr\", \"clean branches\" |\n| `ux-audit` | \"ux audit\", \"dogfood the app\" |\n| `responsiveness-check` | \"check responsiveness\", \"test viewports\" |\n| `deep-research` | \"research this\", \"deep research\", \"explore the space\" |\n| `onboarding-ux` | \"onboarding\", \"empty states\", \"new user experience\" |\n| `fork-discipline` | \"fork discipline\", \"check the boundary\", \"core or client\" |\n| `roadmap` | \"roadmap\", \"plan the build\", \"delivery plan\", \"phase plan\" |\n| `vitest` | \"set up vitest\", \"add tests\", \"configure vitest\", \"migrate from jest\" |\n| `shopify-setup` | \"shopify setup\", \"connect shopify\" |\n| `shopify-products` | \"shopify products\", \"add products\" |\n| `shopify-content` | \"shopify pages\", \"shopify blog\" |\n| `wordpress-setup` | \"wordpress setup\", \"connect wordpress\" |\n| `wordpress-content` | \"wordpress post\", \"create page\" |\n| `wordpress-elementor` | \"elementor\", \"edit elementor page\" |\n| `social-media-posts` | \"social media post\", \"linkedin post\", \"instagram caption\" |\n| `aussie-business-english` | \"australian english\", \"write in aussie style\" |\n| `us-business-english` | \"american english\", \"us business writing\" |\n| `uk-business-english` | \"british english\", \"uk business writing\" |\n| `nz-business-english` | \"new zealand english\", \"nz business writing\" |\n| `resume-cover-letter` | \"write a resume\", \"cover letter\" |\n| `proposal-writer` | \"write a proposal\", \"client quote\" |\n| `award-application` | \"award application\", \"grant submission\" |\n| `strategy-document` | \"swot analysis\", \"business plan\", \"okrs\" |\n\n</details>\n\n## Philosophy\n\n**Every skill must produce something.** No knowledge dumps — only workflow recipes that create files, projects, or configurations.\n\n**Teach patterns, not ship scripts.** Skills describe what to do; Claude generates scripts adapted to your environment.\n\n## Create Your Own\n\nUse [Anthropic's official skill-creator](https://github.com/anthropics/skills) or ask Claude: \"Create a new skill for [use case]\"\n\nSee [SKILL_SHAPE.md](SKILL_SHAPE.md) for the authoring shape (frontmatter, sections, what to leave out) and [CLAUDE.md](CLAUDE.md) for repo development conventions.\n\n## History\n\nStarted as 105 skills — many were reference guides that Claude's training data made redundant.\n\n- **v1** (tag: `v1-final`) — 105 skills, flat structure\n- **v2** — restructured into installable plugins, \"every skill must produce something\"\n- **v12** — 10 plugins, 44 skills\n- **v13** (current) — 11 plugins, 52 skills\n\n## License\n\nMIT\n",
  "bytes": 8937,
  "sha": "ebe8113497c0b21366cee1f3bf0d7e97e024b235565e7cffbac3af1d67208e8e",
  "repo_slug": "jezweb/claude-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_jezweb_claude_skills_mcp_builder_8a211060/readme"
}