| 8.4 | skills.sh | color-palette color-palette generates wcag-compliant 11-shade palettes from a single hex, producing tailwind v4 css with semantic tokens, dark mode variants, and contrast verification. includes working code for conversion and validation. |
| 8.4 | skills.sh | google-apps-script google-apps-script enables server-side automation for google sheets and workspace apps with custom menus, triggers, email notifications, and pdf exports. covers installation, authorization, batch operations, and common patterns with explicit quota limits. |
| 8.3 | skills.sh | mcp-builder mcp-builder scaffolds deployable fastmcp python servers from tool/resource/prompt specifications, with step-by-step workflows for local testing, pre-deployment validation, and cloud/docker/workers hosting options. |
| 8.2 | skills.sh | tailwind-theme-builder tailwind-theme-builder guides setup of tailwind v4 with shadcn/ui theming, dark mode via css variables and @theme inline mapping, includes 18 common gotchas with fixes and prevention checklists. |
| 8.2 | skills.sh | tiptap tiptap covers react-based rich text editing with detailed setup patterns for ssr safety, image uploads, and collaborative features. addresses 7 documented failure modes including hydration mismatches and prosemirror version conflicts. |
| 7.8 | skills.sh | accessibility accessibility covers wcag 2.1 aa compliance through semantic html, aria patterns, focus management, and screen reader support with code examples for dialogs, tabs, skip links, and form validation. |
| 7.6 | skills.sh | gws-install gws-install provisions the google workspace cli on a new machine by importing existing oauth credentials, then authenticates and loads 90+ agent skills. prerequisite is client_secret.json from prior setup. |
| 7.3 | skills.sh | shopify-content shopify-content manages store pages, blog posts, navigation, redirects, and seo metadata via graphql admin api or browser automation. supports bulk operations with rate-limit awareness. |
| 7.3 | skills.sh | shopify-products shopify-products covers creation, update, and bulk import of shopify store inventory via graphql mutations or csv. handles variants, images, collections, and inventory across single and batch workflows. |
| 7.3 | skills.sh | wordpress-plugin-core wordpress-plugin-core teaches secure plugin development across three architecture patterns (simple, OOP, PSR-4) with 29 documented vulnerability prevention patterns, real CVE examples, and breaking change guidance for WordPress 6.7-6.9. |
| 7.2 | skills.sh | openai-assistants openai-assistants covers the deprecated v2 api for building stateful multi-turn assistants with threads, code execution, rag, and function calling. sunset august 2026, maintenance mode only. |
| 7.2 | skills.sh | wordpress-setup wordpress-setup establishes verified access to wordpress sites via wp-cli over ssh or rest api, stores connection config, and validates working access for content management and elementor editing workflows. |
| 7.2 | skills.sh | favicon-gen favicon-gen produces complete favicon packages across all modern formats (svg, ico, png) from logos, monograms, or brand shapes. includes manifest generation and ios-safe rendering rules. |
| 7.2 | skills.sh | github-release github-release automates two-phase project publication with mandatory sanitization (secrets, artifacts, licenses) followed by git tagging and gh release creation. targets projects already in git with npm tooling. |
| 7.2 | skills.sh | project-docs project-docs generates architecture, api endpoints, and database schema documentation by analyzing source code. produces accurate reflection of actual codebase rather than aspirational design, with templated output for multiple project types. |
| 7.1 | skills.sh | cloudflare-workflows cloudflare-workflows provides durable, long-running task orchestration on workers with automatic state persistence, configurable retries, and event handling across 10,000 concurrent instances at $0.30 per million steps. |
| 6.8 | skills.sh | react-native react native covers performance patterns for lists, animations, navigation, and ui across expo projects. provides ranked patterns by impact with concrete code examples and a troubleshooting section for common build issues. |
| 6.6 | skills.sh | hono-api-scaffolder hono-api-scaffolder generates structured api routes, middleware, and endpoint documentation for cloudflare workers projects, following resource-grouped patterns with zod validation and typed bindings. |
| 6.5 | skills.sh | image-gen image-gen generates and iteratively edits website visuals (hero banners, service cards, infographics) via gemini 3 native image generation, supporting multi-turn workflows across 10+ aspect ratios and up to 4k resolution. |
| 6.4 | skills.sh | claude-agent-sdk claude-agent-sdk enables autonomous agent construction with structured json validation, hook-based event handling, and mcp server integration. covers 14 documented failure modes including context overflow and permission enforcement. |
| 6.3 | skills.sh | cloudflare-worker-base cloudflare-worker-base covers production cloudflare workers setup with hono, vite, and static assets, addressing 10 documented issues including routing conflicts, export syntax errors, and free tier rate limits through tested configuration patterns. |
| 6.2 | skills.sh | email-gateway email-gateway abstracts four transactional email providers (resend, sendgrid, mailgun, smtp2go) behind a unified interface, handling batch sends, dynamic templates, attachments, webhooks, and rate limiting for workers and node.js environments. |
| 6.2 | skills.sh | firecrawl-scraper firecrawl-scraper converts websites to llm-ready formats using javascript rendering and bot detection bypass, with seven core endpoints for page scraping, site crawling, data extraction, and batch operations. |
| 6.2 | skills.sh | award-application award-application guides structured collection of submission brief metadata including criteria, word limits, rubric, and achievements. it maps user evidence to scorecard requirements but stops short of the full writing workflow. |
| 6.2 | skills.sh | ai-sdk-ui ai-sdk-ui wraps vercel ai sdk v6 react hooks (useChat, useCompletion, useObject) with message .parts streaming, tool approval workflows, and 18 documented error solutions for common integration failures. |
| 6.2 | skills.sh | ux-audit ux-audit conducts interaction-first user experience evaluations across three operating modes (walkthrough, qa sweep, targeted check) with emotional friction tracking, click efficiency metrics, and form resilience testing, producing severity-ranked markdown reports with explicit verdict gates. |
| 6.1 | skills.sh | vercel-kv vercel-kv covers redis-compatible caching for next.js apps using upstash, with ttl management, rate limiting, and session handling. includes known quirks around monorepo setup and json serialization limits. |
| 6.1 | skills.sh | web-design-methodology web-design-methodology documents implementation patterns for production html/css using bem naming, css tokens, mobile-first responsive design, and accessibility standards. covers dark mode, contrast ratios, spacing systems, and anti-generic layout practices. |
| 6.1 | skills.sh | drizzle-orm-d1 drizzle-orm-d1 establishes type-safe database patterns for Cloudflare Workers using Drizzle ORM with D1-specific transaction handling via batch API, migrations, and documented constraint rules. |
| 6.1 | skills.sh | cloudflare-queues cloudflare-queues provides async message processing with configurable batching, retries, and dead letter queues. supports producer-consumer patterns up to 5,000 msg/s per queue with explicit acknowledgement for safe non-idempotent operations. |
| 6.1 | skills.sh | cloudflare-images cloudflare-images handles image storage, transformation, and delivery at scale via API and URL parameters, with support for variants, ai-powered face detection, and content credentials for provenance tracking. |
| 5.8 | skills.sh | google-workspace google-workspace provides authentication patterns and quota/rate-limit handling across 11 google apis, covering oauth 2.0 and service accounts with batch request support. |
| 5.8 | skills.sh | fork-discipline fork-discipline audits the core/client boundary in multi-client projects by identifying tangled shared and client-specific code, then guides remediation using a decision-tree approach. |
| 5.8 | skills.sh | skill-creator skill-creator documents the mechanics of packaging modular capability extensions for claude, covering yaml frontmatter, resource organization, and a six-step creation workflow. self-contained by design, it distinguishes web and cli environments. |
| 5.8 | skills.sh | openai-agents openai-agents wraps openai's sdk for building text and voice agents with tool definitions, multi-agent handoffs, guardrails, and human approval workflows across node/deno/workers runtimes. |
| 5.7 | skills.sh | walkthrough-video walkthrough-video generates mp4 videos from screenshots or live sites using remotion, including transitions, zoom effects, text overlays, and optional voiceover, but lacks detailed procedural steps and failure handling. |
| 5.5 | skills.sh | db-seed db-seed generates database population scripts from schema definitions (drizzle, sql, prisma). respects foreign key constraints and produces idempotent output, though lacks explicit failure recovery patterns. |
| 5.4 | skills.sh | icon-set-generator icon-set-generator helps create cohesive svg icon sets from a style spec, with five preset visual treatments and industry-specific suggestions. output includes svgs, html preview, and a style manifest. |
| 5.4 | skills.sh | google-gemini-api google-gemini-api covers multimodal ai interactions via gemini 2.5/3 models with support for text, images, video, audio, pdfs, function calling, and real-time web grounding across node.js, rest, and chat deployment patterns. |
| 5.4 | skills.sh | project-session-management project-session-management tracks progress across work sessions by converting implementation phases into a living SESSION.md document with git checkpoints, emoji status markers, and concrete next-action pointers. |
| 5.3 | skills.sh | image-processing image-processing wraps a cli tool for standard image operations (resize, convert, trim, optimize, thumbnails, og cards) and falls back to pillow script generation for custom workflows. decision logic on when to use each path is stated but thin. |
| 5.3 | skills.sh | firebase-auth firebase-auth covers email/password, oauth, phone, and custom token flows for user authentication, with client and server-side patterns for session management and mfa. |
| 5.3 | skills.sh | google-gemini-file-search google-gemini-file-search provides managed rag with automatic document chunking, embeddings, and citations. supports 100+ file formats with content-type-optimized strategies and prevents 12 common indexing/quota errors. |
| 5.2 | skills.sh | design-system design-system extracts visual language from existing websites into a structured design.md file covering colors, typography, components, and spacing. workflow starts with source identification but lacks clarity on execution depth and error handling. |
| 5.2 | skills.sh | gws-setup gws-setup documents initial configuration of the google workspace cli with oauth and 90+ agent skills. incomplete procedure and minimal edge case handling reduce utility for first-time users. |
| 5.2 | skills.sh | cloudflare-durable-objects cloudflare-durable-objects documents stateful coordination primitives (sqlite-backed storage, websocket hibernation, alarms, rpc) with known failure modes but lacks actionable procedures and concrete trigger phrases. |
| 5.2 | skills.sh | project-planning project-planning generates multi-phase implementation docs for web projects. asks clarifying questions upfront, outputs verification checkpoints and session-bounded tasks, assumes cloudflare/vite/react stack with fallback customization. |
| 5.2 | skills.sh | google-gemini-embeddings google-gemini-embeddings exposes the gemini-embedding-001 model for text vectorization with flexible dimensions (768-3072), eight specialized task types, and cloudflare vectorize integration; batch processing documented but fragile above 500 texts. |
| 5.1 | skills.sh | nemoclaw-setup nemoclaw-setup automates deployment of nvidia's sandboxed ai agent platform with docker, k3s orchestration, and optional remote access via cloudflare tunnels. covers isolation layers (landlock, seccomp, namespaces) and model configuration. |
| 5.1 | skills.sh | resume-cover-letter resume-cover-letter generates tailored job application documents (resume, cover letter, or both) with regional formatting awareness (AU/NZ, US, UK). requires manual gathering of candidate background and job requirements before document generation begins. |
| 5.1 | skills.sh | cloudflare-browser-rendering cloudflare-browser-rendering provides headless chrome automation on cloudflare workers via puppeteer and playwright, covering screenshots, pdfs, web scraping, and multi-tab browser context management with production patterns for caching and error handling. |
| 5.1 | skills.sh | clerk-auth clerk-auth documents next.js 16 middleware migration, api versioning breaking changes (2025-11-10), and 15 error prevention patterns including jwks race conditions and jwt size limits. covers user/org-scoped api keys, webhook verification, and test credentials. |
| 4.9 | skills.sh | deep-research deep-research provides a structured research process with three depth levels (focused, wide, deep) to inform product decisions before implementation, grounded in competitive analysis, ecosystem exploration, and community signals. |
| 4.9 | skills.sh | vite-flare-starter vite-flare-starter automates full-stack cloudflare app scaffolding with react, hono, and better-auth, including config templating and a troubleshooting guide for common setup failures. |
| 4.8 | skills.sh | vercel-blob vercel-blob provides presigned token uploads and multipart support for next.js, handling files to 500mb with cursor pagination, deletion, and content-type management across server and client contexts. |
| 4.8 | skills.sh | ts-agent-sdk ts-agent-sdk generates typed typescript clients from mcp server tool definitions, enabling ai agents to call web services with clean function signatures and built-in error types. practical for claude code interactions, but lacking concrete procedural steps. |
| 4.8 | skills.sh | team-update team-update orchestrates project status communications via chat, handles feedback triage, and adapts tool availability through a user-editable playbook file for repeatability. |
| 4.8 | skills.sh | aussie-business-english aussie-business-english codifies australian english writing conventions and tone for professional contexts, covering spelling rules, formality ladders, jargon avoidance, and seven core principles with worked examples. |
| 4.8 | skills.sh | onboarding-ux onboarding-ux audits web apps for new user friction and generates guidance content - empty states, tooltips, tours, contextual help - to eliminate blank-screen paralysis. relies on browser tooling for app inspection. |
| 4.8 | skills.sh | sub-agent-patterns sub-agent-patterns describes delegating tasks to isolated ai assistants with custom tools and system prompts, including three built-in agents and custom agent creation via yaml frontmatter. useful for context hygiene and multi-phase workflows. |
| 4.3 | skills.sh | app-docs app-docs automates screenshot-driven documentation generation by browsing web apps and capturing screens, but lacks procedural clarity, concrete failure handling, and specific invocation guidance. |
| 4.3 | skills.sh | oauth-integrations oauth-integrations documents github and microsoft entra oauth flows for edge runtimes like cloudflare workers, covering provider-specific quirks, token lifetime differences, and common configuration pitfalls. |
| 4.2 | skills.sh | snowflake-platform snowflake-platform covers cortex ai functions, native app development, snowpark python, and jwt authentication on snowflake's cloud. includes documented error prevention patterns and rest api integration patterns. |
| 4.2 | skills.sh | streamlit-snowflake streamlit-snowflake covers building and deploying streamlit apps natively in snowflake with snowpark integration, two runtime options, and marketplace publishing capabilities. error prevention documented for 14 failure modes. |
| 4.2 | skills.sh | social-media-posts generates platform-specific social media copy for linkedin, facebook, instagram and reddit from scratch, existing content, or campaign briefs, but the procedure cuts off mid-documentation and lacks error handling. |
| 4.2 | skills.sh | developer-toolbox developer-toolbox bundles seven specialized agents for code review, testing, debugging, documentation, commits, and build verification. agents auto-trigger on pattern-matched requests but lack step-by-step guidance or failure mode coverage. |
| 4.1 | skills.sh | react-patterns react-patterns outlines performance principles for react 19 and cloudflare workers deployment, covering waterfalls, async composition, and bundle optimization. incomplete as shipped - lacks actionable procedures and failure mode coverage. |
| 3.8 | skills.sh | cloudflare-agents cloudflare-agents enables building stateful ai agents on workers using websockets, persistent sqlite storage, and durable objects. covers multi-agent coordination, scheduling, and browser automation with rag support. |
| 3.5 | skills.sh | seo-local-business seo-local-business generates meta tags, structured data, and sitemaps for australian local businesses, but the procedure is incomplete and lacks actionable implementation steps. |
| 3.2 | skills.sh | uk-business-english uk-business-english documents british english spelling conventions and tone guidelines for professional writing. it covers orthography patterns (colour vs color, organise vs organize) and stylistic principles but lacks actionable procedure. |
| 2.8 | skills.sh | nz-business-english nz-business-english documents tone and spelling conventions for new zealand professional writing, covering vocabulary choices, phonetic patterns, and stylistic guidance without actionable procedures or triggers. |
| 2.8 | skills.sh | motion motion is a react animation library providing gestures, scroll effects, layout transitions, and spring physics. it offers three bundle sizes and works across next.js and vite, but the skill.md lacks procedural guidance. |
| 2.3 | skills.sh | zustand-state-management zustand-state-management lacks substantive skill content; only shows a package installation and incomplete code snippet without actionable workflow, decision logic, or outcome measurement. |
| — | skills.sh | tanstack-start Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind… |
| — | skills.sh | fastapi Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package… |
| — | skills.sh | wordpress-elementor Edit Elementor pages and manage templates on WordPress sites via browser automation (for visual / structural changes) or WP-CLI (for safe text replacements).… |
| — | skills.sh | tanstack-query Manage server state in React with TanStack Query v5. Covers useMutationState, simplified optimistic updates, throwOnError, network mode (offline/PWA), and… |
| — | skills.sh | tailwind-v4-shadcn Set up Tailwind v4 with shadcn/ui using @theme inline pattern and CSS variable architecture. Four-step pattern: CSS variables, Tailwind mapping, base styles,… |
| — | skills.sh | shadcn-ui Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with… |
| — | skills.sh | wordpress-content wordpress-content — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | vitest vitest — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | responsiveness-check responsiveness-check — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | tailwind-patterns tailwind-patterns — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | cloudflare-worker-builder cloudflare-worker-builder — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | nextjs nextjs — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | d1-drizzle-schema d1-drizzle-schema — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | project-health project-health — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | elevenlabs-agents elevenlabs-agents — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | react-hook-form-zod react-hook-form-zod — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | landing-page Generate a complete, deployable landing page from a brief. Produces a single self-contained HTML file with Tailwind CSS (via CDN), responsive design, dark… |
| — | skills.sh | cloudflare-api Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cache purge, WAF rules,… |
| — | skills.sh | parcel-tracking Track parcels and check delivery status for Australian and international couriers. Searches Gmail for dispatch/shipping emails and provides tracking links for… |
| — | skills.sh | project-workflow | |
| — | skills.sh | strategy-document Write structured strategic documents for small and medium businesses: SWOT analyses, lean business plans, OKRs, competitive analyses. Each mode has a defined… |
| — | skills.sh | responsive-images | |
| — | skills.sh | shopify-setup Set up Shopify CLI auth and Admin API access for a store. Install CLI, authenticate, create custom app, store access token, verify. Use whenever the user wants… |
| — | skills.sh | d1-migration Cloudflare D1 migration workflow: generate with Drizzle, inspect SQL for gotchas, apply to local and remote, fix stuck migrations, handle partial failures. Use… |
| — | skills.sh | agent-browser Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking… |
| — | skills.sh | git-workflow Guided git workflows: prepare PRs, clean up branches, resolve merge conflicts, handle monorepo tags, squash-and-merge patterns. Use when asked to prepare a PR,… |
| — | skills.sh | design-review Review a web app or page for visual design quality — layout, typography, spacing, colour, hierarchy, consistency, interaction patterns, and responsive… |
| — | skills.sh | sveltia-cms | |
| — | skills.sh | tinacms | |
| — | skills.sh | typescript-mcp | |
| — | skills.sh | OpenAI Apps MCP | |
| — | skills.sh | MCP OAuth Cloudflare | |
| — | skills.sh | google-spaces-updates | |
| — | skills.sh | firebase-storage | |
| — | skills.sh | open-source-contributions | |
| — | skills.sh | google-chat-api | |
| — | skills.sh | mcp-cli-scripts | |
| — | skills.sh | claude-api | |
| — | skills.sh | cloudflare-python-workers cloudflare-python-workers — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | azure-auth | |
| — | skills.sh | cloudflare-hyperdrive | |
| — | skills.sh | cloudflare-vectorize | |
| — | skills.sh | cloudflare-mcp-server | |
| — | skills.sh | openai-responses | |
| — | skills.sh | cloudflare-workers-ai | |
| — | skills.sh | neon-vercel-postgres neon-vercel-postgres — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | cloudflare-turnstile | |
| — | skills.sh | agent-development | |
| — | skills.sh | dev-session Manage long development sessions with structured progress tracking. Creates SESSION.md files for multi-session handoff, checkpoints progress with WIP commits,… |
| — | skills.sh | docs-workflow docs-workflow — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | auto-animate | |
| — | skills.sh | cloudflare-kv | |
| — | skills.sh | web-design-patterns Design patterns for website sections — heroes, cards, CTAs, trust signals, testimonials. Principle-based patterns that avoid AI-generated aesthetics. Pair with… |
| — | skills.sh | tanstack-table | |
| — | skills.sh | office | |
| — | skills.sh | design-loop design-loop — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | fastmcp | |
| — | skills.sh | cloudflare-d1 | |
| — | skills.sh | flask | |
| — | skills.sh | firebase-firestore | |
| — | skills.sh | tanstack-router | |
| — | skills.sh | icon-design | |
| — | skills.sh | better-auth | |
| — | skills.sh | openai-api | |
| — | skills.sh | ai-sdk-core | |
| — | skills.sh | cloudflare-r2 | |
| — | skills.sh | playwright-local | |
| — | skills.sh | brains-trust > |
| — | skills.sh | us-business-english American business English writing style for professional communications — direct, action-oriented, EN-US spelling (color, organize, center). Use whenever the… |
| — | skills.sh | seo-meta | |
| — | skills.sh | product-showcase Generate a comprehensive marketing website for a web app — multi-page with real screenshots, animated GIF walkthroughs, feature deep-dives, and workflow… |
| — | skills.sh | stripe-payments Add Stripe payments to a web app — Checkout Sessions, Payment Intents, subscriptions, webhooks, customer portal, and pricing pages. Covers the decision of… |
| — | skills.sh | roadmap Plan and execute entire application builds. Generates phased delivery roadmaps, then executes them autonomously — phase by phase, committing at milestones,… |
| — | skills.sh | hono-routing | |
| — | skills.sh | proposal-writer Write a client proposal, quote, scope of work, or engagement letter for a service business. Covers project understanding, scope, timeline, pricing… |
| — | skills.sh | react-native-expo | |
| — | skills.sh | ai-image-generator Generate AI images using Gemini or GPT APIs directly. Covers model selection (Gemini for scenes; GPT Image 2 for text rendering, batch variations,… |
| — | skills.sh | google-chat-messages Send Google Chat messages via incoming webhooks — text, rich cards (cardsV2), threaded replies. TypeScript types, card builder utility, widget reference… |