agentsclimarketplace

Craft plugins

Skill michtio/craftcms-claude-skills/skills/craft-plugins

Production-ready Claude Code skills, agents, and project templates for Craft CMS 5 development

Install
npx -y skills add michtio/craftcms-claude-skills --skill craft-plugins

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Index and router for plugin-specific Craft CMS 5 guidance — configuration, Twig API, PHP/programmatic API, migrations, deployment, and pitfalls for the third-party plugins this pack documents. A plugin task routes here at any altitude: front-end (Twig/styling), back-end (PHP, content migrations, events), content modeling, or deployment. Triggers whenever a task names one of these plugins in ANY context (build, configure, style, render, query, import, migrate, deploy, translate, cache, debug): Formie (forms, submissions, File Upload field, form in a migration, notifications, translation overrides), SEOmatic (meta, sitemaps, JSON-LD, SEO field), Blitz (static/page caching, purge), Feed Me (XML/JSON/CSV import), Imager-X (transforms, srcset), ImageOptimize (OptimizedImages, responsive images), CKEditor (rich text, nested entries), Sprig (reactive, htmx), Element API (JSON endpoints), Retour (redirects, 404s), Navigation (nav menus), Hyper (link field), Colour Swatches, Password Policy (HIBP), Typogrify, Cache Igniter, Knock Knock (staging password), Elements Panel (N+1 debug), Sherlock (security scan), Amazon SES (SES/SNS bounce), Embedded Assets (oEmbed), Timeloop (recurring dates), Vite (craft.vite.*, asset bundling). Always load when a task names one of these plugins, even for PHP/migration/deployment — read references/<plugin>.md first. Do NOT trigger for Craft core with no plugin named (craftcms), general template architecture (craft-site), or general content modeling (craft-content-modeling).

SKILL.md

7.8 KB, as published. Nobody here has run it

Craft CMS 5 — Plugin References (Index & Router)

This skill is a router, not a tutorial. Its job is to make per-plugin guidance discoverable from any task framing — front-end, back-end PHP, content migration, deployment, or config — and point you at the right reference file.

Each plugin's curated reference lives in references/<plugin>.md and covers configuration, the Twig and/or PHP API, and the real-world pitfalls. Read the matching reference before implementing anything plugin-specific.

How to use this skill

  1. Identify the plugin(s) named in the task (by name, package, or feature).
  2. Open the matching references/<plugin>.md from the table below.
  3. If the task is back-end (PHP, content migration, events, deployment), check the reference's back-end / programmatic sections specifically — several plugins (Formie, Feed Me, Element API, Amazon SES) are primarily or substantially back-end despite historically living under the front-end skill.

Routing table

ReferencePlugin (vendor)Primary altitudeKey surface
references/formie.mdFormie (verbb)Front-end and back-endForm rendering (one-line/granular), theme config; programmatic form creation in a content migration, editing an existing form's field in a migration, forms as DB elements (not project config), cross-environment deployment, multi-site/static translation, overriding Formie's bundled strings (server + client window.FormieTranslations), native min/max length validation & its two message keys, required+min interaction, File Upload volume + file renaming, notification attachments, captcha & caching
references/seomatic.mdSEOmatic (nystudio107)Front-end + configMeta cascade, Twig get/set API, JSON-LD, custom element SEO bundles, sitemaps, GraphQL
references/blitz.mdBlitz (putyourlightson)Mixed (front-end + ops)Refresh modes, Twig dynamic content, driver architecture (storage/purger/deployer), Nginx rewrite, Cloudflare integration
references/feed-me.mdFeed Me (craftcms)Back-end / opsData import from XML/JSON/CSV, field mapping, duplicate handling, CLI automation, scheduled imports
references/imager-x.mdImager-X (spacecatninja)Front-end + configAdvanced image transforms, batch generation, named presets, effects, optimizers, external storage
references/image-optimize.mdImageOptimize (nystudio107)Front-end + field configOptimizedImages field, imgTag()/pictureTag() builders, loading strategies, transform methods, console commands
references/ckeditor.mdCKEditor (craftcms)Mixed (field config + front-end)Field settings (toolbar, headings, image mode), nested entries with chunk rendering and value helpers, link configuration, GraphQL Mode, ES-module custom plugins, HTML Purifier, Redactor migration
references/sprig.mdSprig (putyourlightson)Front-endReactive Twig components (htmx), live search, load more, pagination, filtering, form submissions without JS
references/element-api.mdElement API (craftcms)Back-end / configJSON API via config file, Fractal transformers, endpoint routing, pagination, caching
references/retour.mdRetour (nystudio107)Ops / configRedirect types (exact/regex), 404 tracking, CSV import, auto slug-change redirects, config
references/navigation.mdNavigation (verbb)Front-endNode querying, custom rendering, active states, custom fields on nodes, GraphQL
references/hyper.mdHyper (verbb)Front-end + field configLink types, getLinkAttributes(), getText(), single/multi-link, element access, button atom integration
references/colour-swatches.mdColour Swatches (craftpulse)MixedPalette config, multi-colour swatches, Tailwind class mapping, Twig model API
references/password-policy.mdPassword Policy (craftpulse)Back-end / configValidation rules, HIBP check, retention/expiry, console commands, recommended settings
references/typogrify.mdTypogrify (nystudio107)Front-end|typogrify, |widont, |truncateOnWord, smart quotes, widow prevention
references/cache-igniter.mdCache Igniter (putyourlightson)OpsGlobalPing warmer, geographic locations, refresh delay, Blitz companion
references/knock-knock.mdKnock Knock (verbb)Ops / configStaging password protection, environment-aware config, URL exclusions
references/timeloop.mdTimeloop (craftpulse)MixedRepeating date field, craft.timeloop variable API, recurringDates() function, GraphQL, period frequencies
references/elements-panel.mdElements Panel (putyourlightson)Dev toolingDebug toolbar panels for element population counts, duplicate detection, eager-loading opportunities
references/sherlock.mdSherlock (putyourlightson)Ops / configSecurity scanning, HTTP headers, CMS config checks, scheduled scans, IP restriction, monitoring
references/embedded-assets.mdEmbedded Assets (spicyweb)MixedoEmbed as first-class assets, craft.embeddedAssets.get(), iframe customization, GraphQL
references/amazon-ses.mdAmazon SES (putyourlightson)Back-end / configSES mail transport adapter, AWS credential config, SNS bounce tracking (no Twig API)
references/vite.mdVite (nystudio107)Front-end + buildchaincraft.vite.* Twig API (script, register, entry, asset, integrity, inline, includeCriticalCssTags, devServerRunning), vite.php config keys. Buildchain/vite.config.ts detail in the craft-site skill's references/vite-buildchain.md

Companion skills

  • craftcms — for the Craft core APIs a plugin task builds on: element saving, events, migrations, queue jobs, field-value storage. Load alongside this skill for any plugin PHP/migration work.
  • craft-site — for front-end template architecture the plugin output slots into (components, layouts, image presets). Load alongside this skill for plugin rendering/styling work.
  • craft-content-modeling — when the plugin interacts with sections, fields, volumes, or multi-site propagation.
  • craft-cloud / servd — when the plugin task involves deployment, edge caching, or ephemeral-filesystem constraints.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.