Agent Skill
2/7/2026

jquery-4

Migrate jQuery 3.x to 4.0.0 safely in WordPress and legacy web projects. Covers all breaking changes: removed APIs ($.isArray, $.trim, $.parseJSON, $.type), focus event order changes, slim build differences, ES modules migration, and Trusted Types support. Use when: upgrading jQuery to 4.0, fixing "$.isArray is not a function" errors, WordPress jQuery migration, updating legacy JavaScript, or troubleshooting focus/blur event order issues.

J
jezweb
487GitHub Stars
2Views
npx skills add jezweb/claude-skills

SKILL.md

Namejquery-4
DescriptionMigrate jQuery 3.x to 4.0.0 safely in WordPress and legacy web projects. Covers all breaking changes: removed APIs ($.isArray, $.trim, $.parseJSON, $.type), focus event order changes, slim build differences, ES modules migration, and Trusted Types support. Use when: upgrading jQuery to 4.0, fixing "$.isArray is not a function" errors, WordPress jQuery migration, updating legacy JavaScript, or troubleshooting focus/blur event order issues.

Claude Code Skills

MIT License

Workflow skills for Claude Code that produce tangible output. Each skill guides Claude through a recipe — scaffold a project, generate assets, deploy to production.

Plugins

PluginSkillsWhat it produces
cloudflarecloudflare-worker-builder, vite-flare-starter, tanstack-start, hono-api-scaffolder, d1-drizzle-schemaDeployable Cloudflare Workers, full-stack apps, TanStack Start SSR dashboards, Hono APIs, D1 schemas
web-designweb-design-methodology, web-design-patterns, seo-local-businessProduction HTML/CSS, component patterns, local business SEO
frontendtailwind-theme-builder, shadcn-uiThemed Tailwind v4 + shadcn/ui setup with dark mode
design-assetscolor-palette, favicon-gen, icon-set-generator, gemini-image-gen, image-processingColour palettes, favicons, SVG icons, AI image generation, image processing
integrationsgoogle-chat-messages, google-apps-script, elevenlabs-agents, mcp-builderGoogle Chat webhooks, Apps Script, ElevenLabs agents, MCP servers
dev-toolsproject-health, dev-session, github-release, gemini-peer-review, gemini-guide, claude-capabilities, ux-audit, responsiveness-checkProject health audits, session tracking, releases, Gemini peer review, API guide, UX audits, responsive testing
shopifyshopify-setup, shopify-products, shopify-contentShopify API setup, product management, content pages, blog posts
wordpresswordpress-setup, wordpress-content, wordpress-elementorWordPress WP-CLI access, content management, Elementor page editing
writingaussie-business-englishAustralian business English writing style

Install

# Add the marketplace
/plugin marketplace add jezweb/claude-skills

# Install individual plugins
/plugin install cloudflare@jezweb-skills
/plugin install frontend@jezweb-skills
/plugin install dev-tools@jezweb-skills
/plugin install web-design@jezweb-skills
/plugin install design-assets@jezweb-skills
/plugin install integrations@jezweb-skills
/plugin install shopify@jezweb-skills
/plugin install wordpress@jezweb-skills
/plugin install writing@jezweb-skills

Create Your Own

Use Anthropic's official skill-creator or ask Claude: "Create a new skill for [use case]"

Philosophy

Every skill must produce something. No knowledge dumps — only workflow recipes that create files, projects, or configurations. Claude's training data handles the rest.

See CLAUDE.md for development details.

History

This repo started as a collection of 105 skills — many were informational reference guides (CSS patterns, API docs, framework cheatsheets). With Claude's expanded training data and built-in capabilities, those reference skills became redundant.

v2 restructured into 7 installable plugins containing 24 skills that produce tangible output. Each one earns its place.

The full v1 collection is preserved and usable:

# Browse the v1 skills
git log v1-final -- skills/

# Use a specific v1 skill locally
git checkout v1-final -- skills/css-grid/
claude --plugin-dir ./skills/css-grid
  • Tag v1-final — all 105 skills at the point of transition
  • Branch archive/low-priority-skills — 13 previously archived skills

License

MIT

Skills Info
Original Name:jquery-4Author:jezweb