Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

jezweb/claude-skills

63 skills76.2k installs59.6k starsGitHub

Install

npx skills add https://github.com/jezweb/claude-skills

Skills in this repo

1Shadcn UiThis skill installs and configures shadcn/ui components into React projects after theme infrastructure is established via tailwind-theme-builder. It provides dependency-ordered installation sequences for foundation components (button, input, card) and feature components (forms, tables, dialogs, navigation). Guides customization through semantic CSS tokens, documents known gotchas (Radix Select empty strings, React Hook Form null handling, Lucide tree-shaking, Dialog width overrides), and assembles components into working recipes including contact forms, data tables, modal CRUD interfaces, and settings pages. Prerequisites include CSS variables, components.json, and cn() utility setup.3.3kinstalls2Tailwind Theme BuilderThis Tailwind v4 theme skill configures shadcn/ui with CSS variable theming and dark mode for React Vite projects. It follows a mandatory four-step pattern: define semantic variables in :root and .dark with hsl wrappers, map them through @theme inline to generated utilities such as bg-background, apply base styles without double hsl wrapping, and wire a ThemeProvider that toggles the .dark class on html. Workflow steps install tailwindcss and @tailwindcss/vite, remove legacy tailwind.config.ts, configure the Vite plugin, copy theme-provider and mode-toggle components, and set components.json with an empty tailwind config path for v4. Critical rules forbid nesting :root inside @layer base, nested @theme blocks, double hsl(var(...)) usage, and @apply on base layer classes. Documentation includes eighteen gotchas with symptom-cause-fix tables covering tw-animate-css imports, WCAG contrast pairing for foreground tokens, and chart color variables. Developers reach for it when setting up Tailwind v4 theming, fixing colours after upgrade, or troubleshooting shadcn dark mode and @theme inline conflicts.2.9kinstalls3Color PaletteThe color-palette skill builds a complete accessible color system from a single brand hex for Tailwind v4 projects. It converts hex to HSL, generates an 11-shade scale from 50 through 950 with controlled saturation multipliers, and maps semantic tokens for light and dark modes with mandatory foreground pairs per background. WCAG contrast checks use luminance formulas with AA and AAA targets, quick check tables, and fix guidance for primary buttons and muted text failures. Output is paste-ready Tailwind v4 CSS with @theme shade variables, semantic tokens, and .dark overrides plus component usage examples for buttons, cards, and inputs. The workflow covers brand identity adjustments for conservative, vibrant, or minimal brands and ends with a verification checklist for both modes. Optional references mention CI contrast tests and multi-color palette expansion. Compatibility is marked claude-code-only in metadata.2.7kinstalls4Wordpress ElementorEdit Elementor pages and manage templates on existing WordPress sites Produces updated page content via browser automation for visual structural changes or WP CLI for safe text replacements Working WP CLI connection or admin access use wordpress setup skill Elementor installed and active wp site plugin status elementor bash List Elementor pages wp site post list post_type page meta_key _elementor_edit_mode meta_value builder fields ID post_title post_name post_status Editor URL format https example com wp admin post php post ID action elementor Change Type Method Risk Text content updates WP CLI search replace Low with backup Image URL swaps WP CLI meta update Low with backup Widget styling Browser automation None Add remove sections Browser automation None Layout changes Browser automation None Template application Browser automation None The wordpress elementor agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the2.2kinstalls5Tanstack StartBuild a complete full stack app from nothing Claude generates every file no template clone no scaffold command Stack TanStack Start v1 SSR file based routing server functions via Nitro on Cloudflare Workers React 19 Tailwind v4 shadcn ui D1 Drizzle better auth Google OAuth email password PROJECT_NAME src routes __root tsx Root layout HTML shell theme CSS import index tsx Landing auth redirect login tsx Login page register tsx Register page _authed tsx Auth guard layout route _authed dashboard tsx Dashboard with stat cards items tsx Items list table items id tsx Edit item items new tsx Create item api auth ts better auth API catch all components ui shadcn ui components auto installed app sidebar tsx Navigation sidebar theme toggle tsx Light dark system toggle user nav tsx User dropdown menu stat card tsx Dashboard stat card db schema ts Drizzle schema all tables index ts Drizzle client factory lib auth server ts better auth server config auth client ts better auth React hooks utils ts cn helper2.1kinstalls6Image ProcessingUse img process shipped in bin for common operations For complex or custom workflows generate a Pillow script adapted to the user s environment bash img process resize hero png width 1920 img process convert logo png format webp img process trim logo raw jpg o logo clean png padding 10 img process thumbnail photo jpg size 200 img process optimise hero jpg quality 85 max width 1920 img process og card o og png title My App subtitle Built for speed img process batch images action convert format webp o optimised Use img process when the operation is standard resize convert trim thumbnail optimise OG card batch This is faster and avoids generating a script each time Generate a custom script when the operation needs logic img process doesn t cover compositing multiple images watermarks complex text layouts conditional processing Pillow is required for both img process and custom scripts2.1kinstalls7Ux AuditWalk through a live web app AS a real user The audit is interaction first typing clicking sending watching screenshotting A static DOM sweep cannot produce a verdict Pass Critical 0 High 0 all hard gates green Interaction Manifest complete Conditional Pass Critical 0 High 0 all hard gates green but Medium Low present Fail at least one Critical or High finding OR a hard gate red Incomplete Interaction Manifest missing required entries a phase wasn t run OR the audit the audit meta check fires manifest timestamps clustered 0 5s apart screenshots fewer than 2 routes console reads fewer than 1 routes Phase 3 took 1m for an exhaustive audit Not legal to upgrade to Pass even if everything observed looked fine If the work doesn t include a complete Interaction Manifest the only legal verdict is Incomplete It looked OK is not Pass A clean Pass with implausible timings is rejected the agent must redo the audit with real interaction These auto fail the audit They cannot be2.1kinstalls8Favicon GenGenerate a complete favicon package from a logo initials or brand colours Produces all required formats and HTML integration code Have a logo with an icon element YES Extract icon from logo NO Have text initials YES Create monogram favicon NO Use branded shape Extracted icon copy icon paths from logo centre in 32x32 viewBox simplify for small sizes Monogram use a template from assets xml svg xmlns http www w3 org 2000 svg viewBox 0 0 32 32 circle cx 16 cy 16 r 16 fill 0066cc text x 16 y 21 font size 16 font weight bold text anchor middle fill ffffff font family sans serif AC text svg Branded shape circle universal rounded square modern shield security hexagon tech The favicon gen agent skill provides documented workflows prerequisites triggers and safety guidance from its SKILL md source Agents load it when user requests match the description and follow step by step instructions without inventing capabilities It integrates with standard agent tooling for the tasks inputs outputs and1.9kinstalls9Google Apps ScriptGoogle Apps Script enables developers to build server-side automation for Google Sheets and Workspace apps. Scripts run on Google's infrastructure with a generous free tier and support custom menus, event-driven triggers (onEdit, time-driven, form submit), HTML dialogs and sidebars, email notifications, PDF exports, and external API calls. Developers use this skill when automating repetitive sheet tasks, building interactive UIs within spreadsheets, scheduling workflows, or integrating sheets with external systems. Key workflows include batch data operations using getValues/setValues for performance, installable triggers for advanced permissions (email, URL fetch), modal progress dialogs for long operations, and proper function naming conventions (public vs private underscore suffix) for client-server communication.1.6kinstalls10Icon Set GeneratorIcon Set Generator creates cohesive, project-specific SVG icon sets by defining a shared style specification once and enforcing it across every icon. Developers use this when building sites or apps that need custom visual identity beyond generic icon libraries. The workflow guides users through project discovery, icon selection organized by category (navigation, communication, trust, actions, industry-specific), style preset selection (Clean, Sharp, Soft, Minimal, Bold), batch SVG generation with optical corrections for consistent visual weight, and delivery as individual SVG files plus preview HTML and style-spec.json. Enforces hard rules: currentColor only, identical viewBox/stroke attributes, no hardcoded colours, minimal DOM elements, and optical balance corrections for curves and pointed shapes.1.5kinstalls11Seo Local Businessseo-local-business is an agent skill from jezweb/claude-skills that generate complete seo setup for local business websites — html head tags, json-ld localbusiness schema, robots.txt, sitemap.xml. australian-optimised with +61 phone, abn, suburb patterns. use whenever. # SEO Local Business Generate a complete SEO package for local business websites. Produces meta tags, structured data, robots.txt, and sitemap.xml. ## What You Produce 1. Complete `<head>` section with meta tags, Open Graph, Twitter Cards 2. JSON-LD structured data (LocalBusiness + Service + FAQ schemas) 3. `robots.txt` 4. `sitemap.xml` ## Work Developers invoke seo-local-business during operate/infra work for cloud & infrastructure tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills.1.5kinstalls12Elevenlabs AgentsElevenLabs Agent Builder enables developers to create production-ready conversational AI voice agents through dashboard configuration or CLI (Agents as Code). Developers use this when building phone systems, receptionists, or customer support agents that need voice interaction, tool integration, and knowledge base retrieval. Key workflows include: creating agents via dashboard or CLI with voice/LLM selection, authoring system prompts using a 6-component framework (personality, environment, tone, goal, guardrails, tools), integrating client-side or server-side tools, uploading document knowledge bases, embedding SDKs (React, React Native, Swift, JavaScript), testing via CLI or API simulation, and deploying across dev/staging/prod environments using multi-stage deployment commands.1.5kinstalls13D1 Drizzle Schemad1-drizzle-schema is an agent skill from jezweb/claude-skills that generate drizzle orm schemas for cloudflare d1 databases with correct d1-specific patterns. produces schema files, migration commands, type exports, and database_schema.md documentation. handles d1 qu. # D1 Drizzle Schema Generate correct Drizzle ORM schemas for Cloudflare D1. D1 is SQLite-based but has important differences that cause subtle bugs if you use standard SQLite patterns. This skill produces schemas that work correctly with D1's constraints. ## Critical D1 Differences | Feature | Standard SQLite | D1 | |---------|-----------------| Developers invoke d1-drizzle-schema during build/integrations work for ai & agent building tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.1.5kinstalls14Responsiveness Checkresponsiveness-check is an agent skill from jezweb/claude-skills that test website responsiveness across viewport widths using browser automation. resizes a single session through breakpoints, screenshots each width, and detects layout transitions (column changes, nav s. # Responsiveness Check Test how a website's layout responds to viewport width changes. Resizes through breakpoints in a single browser session, screenshots each width, compares adjacent sizes, and reports where layouts break. **What this tests**: Layout responsiveness — overflow, stacking, navigation transitions, content reflow. **What this does Developers invoke responsiveness-check during ship/testing work for testing & qa tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.1.4kinstalls15VitestThe vitest skill is designed for set up Vitest with project-type detection, config, mocks, coverage, and sample tests. Detect — scan the project to determine type and existing setup 2. Configure — generate vitest.config.ts tailored to the environment 3. Invoke when the user sets up Vitest, vitest.config.ts, mocking patterns, or coverage.1.4kinstalls16Project Healthproject-health is an agent skill from jezweb/claude-skills that all-in-one project configuration and health management. sets up new projects (settings.local.json, claude.md, .gitignore), audits existing projects (permissions, context quality, mcp coverage, leaked . # Project Health One skill for everything about your project's Claude Code configuration. Run it at the start, middle, or end of a project — it figures out what's needed. **Goal**: Zero permission prompts, well-organised context files, no cruft. ## When to Use | You say... | What happens | |-----------|-------------| | "project health" / "check Developers invoke project-health during build/integrations work for ai & agent building tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.1.4kinstalls17Wordpress ContentThe wordpress-content skill creates and manages WordPress posts, pages, media, categories, tags, and navigation menus producing live site content via WP-CLI or REST API. Workflows cover wp post create and update for blog posts and pages, scheduled future posts with post_date, media import, term management for categories and tags, menu updates, bulk operations, and REST API fallback when SSH is unavailable. Prerequisites require wordpress-setup for WP-CLI SSH or REST credentials from wordpress.config.json. Complex HTML content writes to temp files before WP-CLI import. Use when publishing blog posts, updating pages, uploading media, or bulk content operations on WordPress sites.1.4kinstalls18Hono Api ScaffolderThe hono-api-scaffolder skill adds structured API routes to an existing Cloudflare Workers project after cloudflare-worker-builder or vite-flare-starter setup. It gathers endpoints grouped by resource such as users, posts, and auth, then creates one route file per group using Hono with typed Env bindings and @hono/zod-validator schemas. Patterns cover GET list and detail routes, POST with Zod body validation, PUT updates, DELETE handlers, and consistent JSON error responses. Middleware includes CORS, logging, and auth stubs wired in src/index.ts with app.route mounts under /api. The skill generates API_ENDPOINTS.md documenting methods, paths, request bodies, and response shapes. Templates live in assets/route-template.ts for consistent CRUD scaffolding. Use when developers need Hono endpoints, validation, and documentation on Workers with D1 or other bindings.1.4kinstalls19Cloudflare Worker BuilderThe cloudflare-worker-builder skill is designed for scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Describe project, scaffold structure, configure bindings, deploy. Use whenever the. Cloudflare Worker Builder Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets. Invoke when the user asks about cloudflare worker builder or related SKILL.md workflows.1.3kinstalls20Wordpress SetupThe wordpress-setup skill walks developers through connecting to a WordPress site using WP-CLI over SSH or the REST API with Application Passwords. It starts by checking local WP-CLI installation and the wp-cli/ssh-command package, then tests remote access with commands like wp --ssh=user@host/path core version or a curl call to /wp-json/wp/v2/posts. Credentials are stored in wp-cli.yml SSH aliases or .dev.vars for REST auth, with guidance to keep secrets out of git. A verification pass confirms site URL, blog name, recent pages, Elementor plugin status, and active theme. The skill outputs wordpress.config.json capturing site URL, access method, SSH alias, WordPress path, and Elementor availability for downstream content skills. Troubleshooting tables cover publickey failures, wrong wp-path, remote PATH issues, HTTPS requirements for Application Passwords, and REST blocks from security plugins. Developers use it when setting up WP-CLI access, creating Application Passwords, or diagnosing WordPress connection and auth problems before editing pages or running content automation.1.3kinstalls21Mcp BuilderThe mcp- skill build MCP servers in Python with FastMCP Define tools resources prompts build the server test locally deploy to FastMCP Cloud or Docker Use whenever the user mentions building an MCP server exposing tools to LLMs FastMCP building a Claude integration or troubleshooting FastMCP module-level server storage lifespan middleware OAuth or deployment errors MCP developers Build a working MCP server from a description of the tools you need Produces a deployable Python server using FastMCP Workflow Step 1 Define What to Expose Ask what the server needs to provide Tools Functions Claude can call API wrappers calculations file operations Resources Data Claude can read database records config documents Prompts Reusable prompt templates with parameters A brief like MCP server for querying our customer database is enough Step 2 Scaffold the Server bash pip install fastmcp Create the server file The server instance MUST be at module level python from fastmcp import FastMCP MUST be at module level for FastMCP Cloud mcp FastMCP My Server mcp tool async def1.2kinstalls22Landing PageThe landing-page skill generate a complete deployable landing page from a brief Produces a single self-contained HTML file with Tailwind CSS via CDN responsive design dark mode semantic HTML and OG meta tags Sections hero with CTA features social proof pricing optional FAQ footer Use when building a marketing page product launch page coming soon page or any standalone landing page Triggers landing page create a page marketing page launch page coming soon page one-page site Landing Page Generator Generate a complete deployable landing page as a single HTML file No build step no dependencies open it in a browser or deploy anywhere Gather the Brief Ask the user for Field Required Example Business product name Yes Acme Plumbing Value proposition Yes 24 7 emergency plumbing across Newcastle Target audience Yes Homeowners in the Hunter Valley Primary CTA Yes Call Now Get a Quote Sign Up Secondary CTA No Learn More View Pricing Brand colours No Primary 1E40AF accent F59E0B Logo URL or text No URL to logo image or1.2kinstalls23Shopify ProductsThe shopify-products skill create and manage Shopify products via the Admin GraphQL API or CSV import Workflow gather data choose method execute verify Use whenever the user wants to add products to Shopify bulk-import a catalog from CSV spreadsheet URL update variants or prices manage inventory quantities upload product images or assign products to collections Shopify Products Create update and bulk-import Shopify products Produces live products in the store via the GraphQL Admin API or CSV import Prerequisites Admin API access token use the shopify-setup skill if not configured Store URL and API version from shopify config json or dev vars Workflow Step 1 Gather Product Data Determine what the user wants to create or update Product basics title description HTML product type vendor tags Variants options size colour material prices SKUs inventory quantities Images URLs to upload or local files SEO page title meta description URL handle Organisation collections product type tags Accept data from Direct conversation user describes products Spreadsheet CSV file user provides a file Website scraping1.2kinstalls24Ai Image GeneratorThe ai-image-generator skill teaches agents to produce professional images through Google Gemini and OpenAI GPT Image APIs directly from Claude Code. It documents model selection rules: Gemini for photorealistic scenes without text, GPT Image 2 for readable typography and batch variations, and GPT Image 1.5 for transparent PNG icons. A five-part prompting framework covers image type, subject, environment, camera or lighting specs, and exclusion constraints to avoid keyword soup. Workflows include Python API examples for Gemini generateContent, GPT transparent icons, and ten-variant batch exploration, plus async UX guidance for two-minute generations. Multi-turn Gemini editing requires preserving thought signatures, and quality checks can route images back to a vision model for artifact review before shipping web assets.1.1kinstalls25Github ReleaseThe github-release skill prepare and publish GitHub releases Sanitizes code for public release secrets scan personal artifacts LICENSE README validation creates version tags and publishes via gh CLI Trigger with release publish open source prepare for release create release or github release GitHub Release Sanitize and release projects to GitHub Two-phase workflow safety checks first then tag and publish Prerequisites gh CLI installed and authenticated gh auth status gitleaks installed for secrets scanning brew install gitleaks or download from GitHub Git repository with a remote configured Workflow Phase 1 Sanitize Run these checks before any public release Scan for Secrets BLOCKER bash gitleaks detect no-git source verbose If secrets found STOP Remove secrets move to environment variables Check git history with git log S secret_value if in history use BFG Repo-Cleaner If gitleaks not installed do manual checks bash Check for env files find name env not path node_modules Check config files for hardcoded secrets grep ri api_key token secret password wrangler toml wrangler jsonc dev vars 2 dev null1.1kinstalls26Design Reviewdesign-review is a jezweb claude-skills workflow marked claude-code-only that reviews web apps and pages for visual design quality rather than UX usability. The agent inspects layout, typography, spacing, colour, hierarchy, consistency, interaction patterns, and responsive behaviour, then delivers a design findings report with screenshots. Triggers include phrases like “design review,” “does this look good,” “check the layout,” “is this polished,” and “it looks off.” Developers reach for design-review after implementing UI when they want a second pair of eyes on professional polish before shipping marketing sites, dashboards, or product shells. The readme explicitly distinguishes this from UX audits that focus on workflows and friction. Output is an annotated visual review artifact teams can feed into CSS or component fixes.1.1kinstalls27Social Media PostsThe social-media-posts skill helps agents craft posts tailored to platforms such as X, LinkedIn, and Facebook with hooks, concise body copy, calls to action, and platform-specific formatting constraints. It documents character limits, hashtag usage, thread structures for X, professional tone adjustments for LinkedIn, and visual caption pairing guidance where applicable. Agents iterate variants for A/B options, localize voice for brand guidelines, and avoid engagement bait patterns that platforms penalize. The skill triggers when users need organic social copy for launches, product updates, or content distribution campaigns from Claude Code workflows.1.1kinstalls28React NativeThe react-native skill documents React Native and Expo patterns for building performant mobile applications. It covers list virtualization performance, Reanimated animation workflows, navigation architecture, UI component patterns, state management, and platform-specific iOS versus Android code paths. Agents apply these conventions when refactoring slow screens, adding gestures, or structuring Expo projects for production release. The skill targets Claude Code mobile developers shipping cross-platform apps with modern RN tooling. React Native and Expo performance patterns for lists and screens. Reanimated animation and gesture handling guidance. Navigation, state management, and UI component conventions. Platform-specific iOS and Android code split patterns. Claude Code focused mobile development playbook. Apply React Native and Expo patterns for performant lists, Reanimated animations, navigation, and platform code.1.1kinstalls29Google Chat MessagesThe google-chat-messages skill sends messages to Google Chat spaces via incoming webhooks producing plain text, rich cardsV2, and threaded replies. Workflow steps cover obtaining a webhook URL from Space Manage webhooks settings, choosing message type by complexity, and using bundled webhook-sender.ts and card-builder.ts utilities. Google Chat formatting uses asterisk bold, underscore italic, and tilde strikethrough rather than standard Markdown. Card messages support headers, sections, widgets, and buttonList actions for structured status digests. Thread keys enable ongoing conversation updates, and agents must store webhook URLs in environment variables or secrets managers instead of hardcoding credentials in source files.1.1kinstalls30Aussie Business EnglishThe aussie-business-english skill guides agents to write professional Australian business communications that are warm, direct, and naturally local without stereotypes. It enforces EN-AU spelling such as colour, organise, and centre while avoiding forced slang or overly corporate stiffness. Tone guidance balances clarity and approachability for emails, proposals, and stakeholder updates aimed at Australian audiences. Agents apply the style whenever users draft AU-facing business copy requiring culturally appropriate professional voice. Australian business English with EN-AU spelling conventions. Warm, direct, professional tone without stereotypes. Colour, organise, centre and other AU spellings enforced. Emails, proposals, and stakeholder comms guidance. Natural Australian professional voice, not forced slang. Write Australian business English with warm direct tone and EN-AU spelling for professional comms.1.1kinstalls31React Patternsreact-patterns is a Claude Code-only skill from jezweb/claude-skills packing 50+ React 19 rules ranked by impact for Vite and Cloudflare frontends. It targets eliminating request waterfalls, bundle optimization, re-render prevention, composition over boolean props, server and client boundaries, and React 19 APIs when creating, reviewing, or refactoring components. The skill uses Read, Glob, and Grep to inspect codebases and fires on triggers like react performance, reduce re-renders, fix waterfall, and composition patterns. Developers reach for react-patterns when components feel slow, prop drilling grows unwieldy, or a React review needs impact-ordered fixes instead of generic style advice.1.1kinstalls32Shopify Setupshopify-setup is a Claude skill documenting Shopify Admin API OAuth scopes for product and content management integrations. It maps scopes to capabilities: read_products and write_products for products and variants, read_product_listings for sales-channel listings, read_inventory and write_inventory for stock levels, and read_content plus write_content for pages, blogs, articles, and metaobjects. Developers reach for shopify-setup when scaffolding a Shopify custom app, configuring agent access, or avoiding over-scoped OAuth permissions during Admin API integration. The skill delivers copy-ready scope lists aligned to product management and content management tasks rather than generic Shopify onboarding.1.1kinstalls33Vite Flare Startervite-flare-starter is a project generator skill from jezweb/claude-skills that stands up a Vite React frontend alongside a Cloudflare Worker API backed by D1 and R2, with better-auth handling sessions and optional Google OAuth. The readme ships a .env template covering BETTER_AUTH_SECRET, BETTER_AUTH_URL, APP_NAME, VITE_APP_ID, VITE_TOKEN_PREFIX, and optional email provider keys, plus wrangler configuration patterns developers paste before local dev on localhost:5173. Teams reach for vite-flare-starter when they want an opinionated edge stack on Cloudflare instead of hand-rolling Worker bindings, auth plumbing, and Vite env wiring from scratch.1.1kinstalls34Git Workflowgit-workflow is a Claude Code-only skill from jezweb/claude-skills that turns ad-hoc git work into repeatable checklists for PR prep, branch cleanup, merge conflict resolution, monorepo tags, and squash-and-merge patterns. It prescribes concrete commands such as git log main..HEAD --oneline, git diff main...HEAD --stat, and git status before drafting PR titles under 70 characters and structured descriptions. Developers reach for git-workflow when an agent is asked to prepare a PR, clean stale branches, resolve conflicts, or cut a release tag and needs step-by-step git discipline instead of improvised commands.1.1kinstalls35Shopify Contentshopify-content is a Claude skill that generates accurate Shopify GraphQL and REST operations for API-managed content types. It documents pages, blogs, articles, and redirects with mutation and query examples such as pages(first: 50), pageCreate, pageUpdate, pageDelete, and blogs(first: 10). Field references include title, handle, body HTML, isPublished, seo title and description, and templateSuffix. Developers reach for shopify-content when automating Shopify content CRUD, SEO updates, or redirect management inside agents or backend scripts. The skill reduces documentation lookup time by encoding endpoint patterns and field shapes directly into agent context.1.1kinstalls36Project Docsproject-docs is a claude-code-only skill that analyzes a codebase and writes three structured docs: ARCHITECTURE.md, API_ENDPOINTS.md, and DATABASE_SCHEMA.md. It reads source files, schema definitions, routes, and configuration using Read, Write, Edit, Glob, Grep, and Bash rather than copying outdated notes. Developers reach for project-docs when onboarding contributors, starting a repo, or refreshing docs that drifted from implementation. Triggers include phrases like generate docs, document architecture, create api docs, and document schema.1kinstalls37D1 Migrationd1-migration is a jezweb Claude Code skill (claude-code-only) for Cloudflare D1 migrations powered by Drizzle ORM. The standard flow runs `pnpm db:generate` to create a new `.sql` file under `drizzle/`, then insists developers read the generated SQL before applying because Drizzle can emit destructive or surprising statements. It covers applying migrations to local and remote D1 instances, fixing stuck migrations, and handling partial failures. Developers reach for d1-migration when standing up D1 schemas, shipping schema changes on Workers, or debugging migration errors instead of improvising wrangler and Drizzle commands from memory.982installs38Deep ResearchDeep-research is a Claude Code skill from jezweb/claude-skills scoped to pre-build product discovery—not cited fact-checking harness reports. It explores local projects for reusable code, researches competitors, reads forums and reviews, analyzes plugin ecosystems, and investigates technical options before committing to implementation. Three depths are defined: focused (~30 minutes), wide (1–2 hours), and deep (3–6 hours). Triggers include phrases like research this, discovery, competitive analysis, and before I start building. Reach for deep-research when a feature direction is still ambiguous and you need a structured brief instead of a single-pass LLM summary.973installs39Proposal Writerproposal-writer is a jezweb/claude-skills document skill that generates client proposals, quotes, scope of work documents, and engagement letters for service businesses. The skill covers project understanding, deliverable scope, timeline, pricing presentation, and contractual terms for web development, consulting, trades, professional services, and creative agencies. Developers reach for proposal-writer when a prospect requests a formal quote, SOW, or engagement letter and the response must demonstrate problem understanding with a concrete plan. Output is structured proposal copy ready to send, not code artifacts.960installs40Resume Cover Letterresume-cover-letter is a Claude skill from jezweb/claude-skills that produces job application documents tailored to a specific role at a specific company—generic resumes are explicitly out of scope. The skill handles AU/NZ, US, and UK regional format differences, ATS-friendly structure, achievement-focused bullet points, and cover letter layout. It gathers required inputs before writing and activates whenever users mention job applications, resumes, CVs, cover letters, or framing experience for a role. Developers reach for resume-cover-letter when they have a target job description and need a polished, region-correct application package without manually restructuring bullets for ATS systems.951installs41Gws Setupgws-setup configures the @googleworkspace/cli gws tool from scratch for Claude Code environments that need Google Workspace automation. The skill guides GCP project creation, OAuth credential setup, authentication flows, and installation of 90+ agent skills covering Gmail, Drive, Calendar, Sheets, Docs, Chat, Tasks, and more. Compatibility is claude-code-only and Node.js is listed among prerequisites. Developers reach for gws-setup on first-time gws installs, Google API access configuration, or troubleshooting gws auth errors. The outcome is a working authenticated CLI plus skill packs agents can invoke for day-to-day Workspace operations.949installs42Roadmaproadmap is a Claude Code-only skill from jezweb/claude-skills that plans and executes entire application builds through phased delivery roadmaps. Modes include plan (generate roadmap), start (begin execution), resume (continue), and status (show progress). It commits at milestones, deploys, tests, and continues until done or blocked. Allowed tools span Read, Write, Edit, Glob, Grep, and Bash. Developers reach for roadmap when they say 'build the whole thing', 'execute the roadmap', or need autonomous phase-by-phase delivery from idea to working software.923installs43Gws Installgws-install is a quick-install skill from jezweb/claude-skills marked claude-code-only that provisions the Google Workspace CLI (gws) on an additional machine. It reuses client_secret.json produced by an earlier gws-setup instead of repeating full OAuth app registration. The workflow produces an authenticated CLI with agent skills ready for Google Workspace automation on a fresh OS, second workstation, or reinstall scenario. Developers invoke it when they already completed initial gws-setup and need the same Google API access on another development environment without rebuilding OAuth configuration from scratch.913installs44Stripe Paymentsstripe-payments is a jezweb Claude Code skill for adding Stripe payments to web applications using the Stripe npm package directly without an MCP server. It covers Checkout Sessions, Payment Intents, subscriptions, webhook verification, customer portal, and pricing page patterns while helping choose the right Stripe API for each use case. The skill is marked claude-code-only and allows Read, Write, Edit, Bash, Glob, and Grep tools to produce working integration code. Developers reach for stripe-payments when triggers include add payments, checkout, subscription, stripe webhook, or customer portal on a SaaS or ecommerce site.913installs45Uk Business Englishuk-business-english is a jezweb/claude-skills writing guide for professional British business communications. It enforces EN-GB spelling such as colour, organise, and centre while keeping tone polished, understated, polite without obsequiousness, and direct without abruptness. The skill applies to emails, chat messages, proposals, client communications, blog posts, and web copy whenever the audience is British. Developers and technical writers invoke it during drafting or editing to prevent Americanisms and overly casual startup tone in outward-facing business documents.901installs46Product Showcaseproduct-showcase is a jezweb claude-skills generator marked claude-code-only that builds comprehensive marketing websites for web applications. It browses a running app, captures real screenshots and animated GIF sequences, and assembles multi-page sites with feature deep-dives and workflow demonstrations developers can deploy. The skill targets complex or agentic products that are hard to explain in a single landing hero. Triggers include showcase site, product page, marketing site, demo site, and explain the app requests when teams need teaching-oriented distribution pages rather than static copy alone.885installs47Design Systemdesign-system is a design extraction skill from jezweb/claude-skills that analyzes existing websites, HTML files, or screenshots through browser automation and HTML inspection to produce a semantic DESIGN.md capturing colors, typography, component styles, spacing, and atmosphere. The skill is optimized for consistent page generation and triggers on phrases like extract design system, create DESIGN.md, and reverse engineer the design. Developers reach for design-system when cloning a reference site's visual language, documenting tokens before building new pages, or giving coding agents a structured style guide instead of ad-hoc CSS guesses.878installs48Team Updateteam-update is a jezweb/claude-skills discovery skill that catalogs loaded MCP tools on first run and categorizes them by capability. MCP tool names follow the mcp__<server>__<tool> pattern; the skill matches prefixes for Slack, Discord, Google Chat, Microsoft Teams, and issue-tracking servers before posting team updates. Chat detection covers Google Chat messages, Slack channel and thread tools, Discord messaging, and Teams integrations documented in the discovery table. Developers reach for team-update when an agent should post standups, PR summaries, or incident notes but must not assume which MCP servers are connected. The skill prevents failed update attempts by routing to whichever chat, git, or tracker tools are actually loaded. Use team-update at session start or before any automated team notification workflow.875installs49Onboarding Uxonboarding-ux is a Claude Code agent skill from jezweb/claude-skills that audits web applications for onboarding gaps, then produces the actual guidance content and code to fix them. The skill browses the app to find where new users stall, then generates onboarding flows, empty-state copy, tooltips, feature tours, contextual help, sensible defaults, and inline hints as implementable UI changes. Developers reach for onboarding-ux when triggers include onboarding, help content, empty states, user guidance, first-run experience, feature tours, or reports that the app feels confusing to new users. The skill pairs with ux-audit: audit surfaces problems while onboarding-ux builds solutions. Marked claude-code-only in its manifest, it focuses on making products welcoming through concrete in-app artifacts rather than external documentation alone. Agents deliver copy and component-level edits developers can commit directly into frontend codebases.862installs50Us Business Englishus-business-english is a jezweb/claude-skills writing guide that shapes agent output into competent, direct American business English. The skill enforces EN-US spelling (color, organize, center), confident but non-pushy tone, and action-oriented phrasing while explicitly avoiding Silicon Valley bro speak, Wall Street memo stiffness, and corporate buzzword overload. Developers invoke us-business-english when drafting or editing emails, chat messages, proposals, client communications, blog posts, and web copy for US customers and readers. The skill applies equally to fresh drafting, revision passes, and tone-checking existing professional text before send or publish.860installs51Db Seeddb-seed is a database seed generator skill that reads Drizzle schema files or SQL migrations and outputs idempotent TypeScript or SQL seed scripts with realistic, domain-appropriate sample data. It respects foreign key ordering, unique constraints, and Cloudflare D1 batch limits while producing fixtures suitable for local development, demos, and automated tests. Developers reach for db-seed when triggers like seed database, sample data, populate database, test data, or demo data appear and hand-written INSERT statements would drift from the live schema. The skill is marked claude-code-only in its manifest and uses Read, Write, Edit, Glob, Grep, and Bash to inspect schemas and emit maintainable seed files.857installs52Strategy Documentstrategy-document is a jezweb Claude skill that writes structured strategic documents with defined modes and quality bars for SWOT analyses, lean business plans, OKRs, and competitive analyses. Each output mode enforces falsifiable statements—such as quantified team capabilities instead of vague strengths—and recommendations concrete enough to execute. The skill triggers when users ask to articulate strategy, set growth goals, analyze competition, or produce planning artifacts for a product or service. Developers and product leads reach for strategy-document when they need decision-ready strategy memos rather than generic framework templates with placeholder bullets.853installs53App Docsapp-docs is a Claude Code-only skill from jezweb/claude-skills that automates user documentation by browsing a live web app, screenshotting screens, and writing step-by-step guides with annotated images, workflow diagrams, and reference tables. It offers 4 depth levels: quick (~10 screenshots, 10–15 min), standard (~30 screenshots, 30–60 min), thorough (~80+ screenshots, 1–3 hours), and exhaustive (~150+ screenshots, 3–6 hours with HTML output, FAQ, and admin sections). The skill triggers on phrases like "document the app", "user guide", and "screenshot docs". Developers reach for app-docs when shipping SaaS products that need customer-facing documentation faster than hand-written Confluence or Notion guides.852installs54Cloudflare Apicloudflare-api is a skill from jezweb/claude-skills cataloging REST API patterns for Cloudflare's developer platform: D1 SQL databases, R2 object storage, KV, Workers, Vectorize, Queues, and Durable Objects. All endpoints use the https://api.cloudflare.com/client/v4/accounts/{account_id}/ base path with Bearer token authorization. The skill complements Wrangler by covering bulk database listing, SQL queries, cross-database operations, and automation scripts Wrangler does not surface. Developers reach for cloudflare-api when writing curl-based ops, CI automation, or multi-service Cloudflare scripts that need direct API access across D1, R2, KV, Workers, Vectorize, Queues, and Durable Objects.846installs55Parcel TrackingParcel Tracking is an agent skill that finds tracking numbers from Gmail dispatch emails and checks delivery status for major Australian and international couriers. It responds to natural customer questions such as 'Where is my parcel?', 'Has my package arrived?', or 'Track my order from Amazon' by searching recent emails for keywords like dispatched, shipped, or tracking number. The skill extracts the consignment number, carrier, and order details then provides ready-to-use tracking links. It works for both proactive status checks and when users paste a tracking number directly. Ideal for indie builders running ecommerce stores or subscription services who want to automate parcel-status replies inside Claude, Cursor or custom agents without building separate customer portals.818installs56Award Applicationaward-application is a jezweb/claude-skills writing specialist for business awards, grants, and competition entries. The workflow gathers the organiser brief, verbatim selection criteria, word limits, and judging rubric, then builds a criterion-to-evidence mapping table before drafting. Each response follows STAR—Situation, Task, Action, Result—with impact-first openings and quantified claims such as revenue percentages, client counts, or hours saved. The skill enforces exact criterion order matching application forms, flags blank rubric rows early, and trims filler when word limits apply because many programs auto-disqualify over-limit entries. Anti-patterns explicitly ban vague superlatives, passive hedging, and company history dumps that waste scoring space. Grant sections add feasibility, budget justification, and measurable outcome alignment. Developers reach for award-application when translating shipping milestones, open-source impact, or R&D metrics into scored submissions for business awards, industry grants, or chamber of commerce programs.780installs57Design Loopdesign-loop is an autonomous multi-page site builder for Claude Code that runs a baton-passing loop: each iteration reads a task from `.design/next-prompt.md`, generates an HTML/Tailwind page, integrates it into the site, verifies the result visually, then writes the next task to continue. Developers reach for design-loop when they want an entire site built sequentially—phrases like "build all pages," "design loop," "baton loop," or "just keep going / next page" mid-flow. The skill uses Read, Write, Edit, Glob, Grep, and Bash to keep the loop alive across many pages without re-prompting for every screen.760installs58Nz Business Englishnz-business-english is a Claude Code skill that shapes professional, warm, and culturally accurate New Zealand English for client-facing and internal business writing. It applies EN-NZ spelling—colour, organise, centre—and an inclusive, approachable Kiwi professional tone across emails, chat messages, proposals, blog posts, and web copy. Developers and technical leads reach for nz-business-english when drafting or editing communications for New Zealand audiences without sounding Australian, overly corporate, or performative. The skill supports drafting, editing, and tone-checking in one pass during documentation, support, or growth content work.760installs59Nemoclaw Setupnemoclaw-setup is a Claude Code-only installation skill for NVIDIA NemoClaw, a sandboxed AI agent platform built on OpenClaw with Landlock, seccomp, and network namespace isolation running inside Docker via k3s (OpenShell). The skill automates cloudflared tunnels, Docker cgroup fixes, sandbox creation, Cloudflare Tunnel remote access, and known deployment bug workarounds on Linux hosts such as NVIDIA Spark or DGX systems. Developers reach for nemoclaw-setup when installing NemoClaw, configuring OpenClaw sandboxes, or troubleshooting failed agent-platform deployments.727installs60Fork Disciplinefork-discipline is a Claude Code-only Agent Skill from jezweb/claude-skills that enforces the core/client boundary in multi-client projects. The skill detects shared platform code tangled with client-specific logic, hardcoded client checks, config files that replace instead of merge, scattered client code, migration conflicts, and missing extension points. Developers reach for fork-discipline before forking or white-labeling another customer build to avoid compounding technical debt. Outputs include a boundary map, violation report, refactoring plan, optional FORK.md documentation, and restructuring scripts.722installs61Ux Compareux-compare is a jezweb/claude-skills module for structured UX option evaluation. It helps developers and designers compare multiple directions for the same flow—contrasting information hierarchy, navigation patterns, interaction cost, and visual layout so teams pick a direction before implementation sprints begin. Reach for it during design reviews, PRD refinement, or prototype critique when two mockups or wireframes need an explicit tradeoff matrix instead of subjective preference. Output focuses on decision-ready comparison notes engineering and design can align on.466installs62Ux ExtractHelps extract UX structure from screenshots or pages into actionable design briefs: component inventories, layout grids, interaction flows, and token hints so Claude accelerates prototype and validation work before frontend implementation begins.466installs63Codex Reviewcodex-review is a jezweb/claude-skills module that structures Codex-assisted review passes over git diffs and pull requests before merge or release. The skill organizes findings around bugs, style inconsistencies, missing tests, and risky behavioral changes so reviewers get a consistent checklist instead of ad-hoc comments. Developers reach for codex-review when a PR is large, touches critical paths, or needs a second pass beyond human skim. It fits Claude Code and Codex workflows where the agent already has repository context and can read patch files. The skill complements manual review and CI gates rather than replacing security scanners or production monitoring. Invoke it on open PRs, pre-release branches, or local diffs when structured feedback must land before approval.374installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.