| 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 | 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. |
| 6.8 | skills.sh | firecrawl-scraper firecrawl-scraper converts web content to llm-ready formats via seven endpoints covering page scraping, site crawling, url discovery, search, and autonomous agents with javascript rendering and anti-bot bypass. |
| 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.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. |
| 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 | 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.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.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 | 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. |
| 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.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 | 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.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 | 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 | 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. |
| 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.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 | ux-audit Walk through a live web app AS a real user to find usability + behavioural bugs that static reviews miss. REQUIRES proof of interaction (typing, clicking,… |
| — | skills.sh | image-processing Process images for web development — resize, crop, trim whitespace, convert formats (PNG/WebP/JPG), optimise file size, generate thumbnails, create OG card… |
| — | skills.sh | favicon-gen Generate custom favicons from logos, text, or brand colours. Produces favicon.svg, favicon.ico, apple-touch-icon.png, icon-192/512.png, and web manifest. Use… |
| — | 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 | color-palette Generate complete, accessible colour palettes from a single brand hex. Produces 11-shade scale (50-950), semantic tokens, dark mode variants, Tailwind v4 CSS… |
| — | skills.sh | fastapi | |
| — | skills.sh | tailwind-theme-builder Set up Tailwind v4 + shadcn/ui themed UI with dark mode. Install deps, configure CSS variables via @theme inline, wire dark mode toggle, verify. Use whenever… |
| — | skills.sh | tanstack-query | |
| — | skills.sh | tailwind-v4-shadcn | |
| — | skills.sh | shadcn-ui Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with… |
| — | 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 | d1-drizzle-schema Generate Drizzle ORM schemas for Cloudflare D1 databases with correct D1-specific patterns. Produces schema files, migration commands, type exports, and… |
| — | 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 | 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 | wordpress-content Create and manage WordPress posts, pages, media, categories, tags, and menus via WP-CLI or the REST API. Use whenever the user wants to publish a blog post on… |
| — | skills.sh | vitest Set up Vitest testing in any project — detects type (Cloudflare Workers, React, Node, library), generates vitest.config.ts, test setup, utilities, and a sample… |
| — | skills.sh | react-native React Native and Expo patterns for building performant mobile apps. Covers list performance, animations with Reanimated, navigation, UI patterns, state… |
| — | skills.sh | openai-assistants | |
| — | skills.sh | wordpress-setup Connect to a WordPress site via WP-CLI over SSH or the REST API. Check CLI, test SSH, set up auth, verify access, save config. Use whenever the user wants to… |
| — | skills.sh | shopify-content Create and manage Shopify pages, blog posts, navigation menus, redirects, and SEO metadata via the Admin API or browser automation. Use whenever the user wants… |
| — | skills.sh | project-docs Generate project documentation from codebase analysis — ARCHITECTURE.md, API_ENDPOINTS.md, DATABASE_SCHEMA.md. Reads source code, schema files, routes, and… |
| — | skills.sh | app-docs Generate complete user documentation for a web app with screenshots. Browses the app via browser automation, screenshots every screen, and produces a… |
| — | skills.sh | shopify-products 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… |
| — | skills.sh | tiptap | |
| — | skills.sh | social-media-posts Create platform-specific social media posts for LinkedIn, Facebook, Instagram, and Reddit. Handles character limits, hashtag strategies, hook placement, and… |
| — | skills.sh | seo-local-business Generate complete SEO setup for local business websites — HTML head tags, JSON-LD LocalBusiness schema, robots.txt, sitemap.xml. Australian-optimised with +61… |
| — | skills.sh | google-apps-script Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches,… |
| — | skills.sh | project-health All-in-one project configuration and health management. Sets up new projects (settings.local.json, CLAUDE.md, .gitignore), audits existing projects… |
| — | skills.sh | icon-set-generator Generate cohesive, project-specific SVG icon sets for websites and applications. Use this skill whenever the user needs custom icons, an icon set for a website… |
| — | skills.sh | elevenlabs-agents Build conversational AI voice agents on the ElevenLabs platform. Configure agent + tools + knowledge base, integrate SDK (React / React Native / Swift / JS /… |
| — | skills.sh | react-hook-form-zod | |
| — | skills.sh | sveltia-cms | |
| — | skills.sh | tinacms | |
| — | skills.sh | web-design-methodology Universal web design implementation methodology — BEM, responsive, accessibility, CSS architecture, spacing systems, dark mode. The HOW of building… |
| — | skills.sh | vercel-kv | |
| — | skills.sh | typescript-mcp | |
| — | skills.sh | vercel-blob | |
| — | skills.sh | OpenAI Apps MCP | |
| — | skills.sh | snowflake-platform | |
| — | 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 | clerk-auth | |
| — | 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 | google-gemini-file-search | |
| — | skills.sh | email-gateway | |
| — | skills.sh | cloudflare-hyperdrive | |
| — | skills.sh | cloudflare-agents | |
| — | skills.sh | cloudflare-vectorize | |
| — | skills.sh | cloudflare-mcp-server | |
| — | skills.sh | cloudflare-images | |
| — | skills.sh | cloudflare-durable-objects | |
| — | skills.sh | sub-agent-patterns | |
| — | skills.sh | openai-responses | |
| — | skills.sh | cloudflare-workers-ai | |
| — | skills.sh | cloudflare-queues | |
| — | skills.sh | cloudflare-browser-rendering | |
| — | skills.sh | cloudflare-workflows | |
| — | skills.sh | neon-vercel-postgres neon-vercel-postgres — an installable skill for AI agents, published by jezweb/claude-skills. |
| — | skills.sh | walkthrough-video Generate professional walkthrough videos from app screenshots or live sites using Remotion. Smooth transitions, zoom effects, text overlays, and optional… |
| — | skills.sh | cloudflare-turnstile | |
| — | skills.sh | agent-development | |
| — | skills.sh | image-gen Generate website images with Gemini 3 Native Image Generation. Covers hero banners, service cards, infographics with legible text, and multi-turn editing.… |
| — | 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 | firebase-auth | |
| — | skills.sh | project-session-management | |
| — | skills.sh | skill-creator Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's… |
| — | 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 | cloudflare-worker-base | |
| — | 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 | claude-agent-sdk | |
| — | 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 | google-gemini-api | |
| — | skills.sh | ai-sdk-core | |
| — | skills.sh | accessibility | |
| — | skills.sh | cloudflare-r2 | |
| — | skills.sh | nz-business-english New Zealand business English writing style for professional communications — warm, inclusive, EN-NZ spelling (colour, organise, centre). Use whenever the user… |
| — | skills.sh | ai-sdk-ui | |
| — | skills.sh | playwright-local | |
| — | skills.sh | brains-trust > |
| — | skills.sh | project-planning | |
| — | 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 | resume-cover-letter Write a resume / CV or cover letter tailored to a specific role. Handles regional format differences (AU/NZ, US, UK), ATS-friendly formatting,… |
| — | 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 | drizzle-orm-d1 | |
| — | skills.sh | react-patterns React 19 performance patterns and composition architecture for Vite + Cloudflare projects. 50+ rules ranked by impact — eliminating waterfalls, bundle… |
| — | 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 | vite-flare-starter Scaffold a full-stack Cloudflare app from the vite-flare-starter template — React 19 + Hono + D1+Drizzle + better-auth + Tailwind v4+shadcn/ui + TanStack Query… |
| — | skills.sh | aussie-business-english Australian business English writing style for professional communications — warm, direct, EN-AU spelling (colour, organise, centre). Use whenever the user is… |
| — | skills.sh | motion | |
| — | 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… |
| — | skills.sh | github-release Prepare and publish GitHub releases. Sanitizes code for public release (secrets scan, personal artifacts, LICENSE/README validation), creates version tags, and… |
| — | skills.sh | mcp-builder Build MCP servers in Python with FastMCP. Define tools / resources / prompts, build the server, test locally, deploy to FastMCP Cloud or Docker. Use whenever… |
| — | skills.sh | responsiveness-check Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each width, and detects… |
| — | skills.sh | tailwind-patterns | |
| — | skills.sh | cloudflare-worker-builder Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Describe project, scaffold structure, configure bindings, deploy. Use… |
| — | skills.sh | nextjs | |