nimbu-themes
Installation
SKILL.md
Nimbu Themes
Nimbu themes are written in Liquid (Shopify's templating language) plus a Nimbu-specific layer of tags, filters, and drops. A theme is a directory of .liquid files plus assets that ships to a Nimbu site via nimbu themes push and renders pages, blogs, channel collections, customer accounts, and the storefront.
Docs are the source of truth
Always fetch the relevant doc page before writing or modifying a theme. This skill summarizes shape, conventions, and gotchas; the docs at docs.nimbu.io/themes/ are authoritative and change more often than this skill.
Use the .md variant of every URL. Every Nimbu doc page has a sibling markdown file at the same path. WebFetch returns these as plain markdown — far cheaper and more accurate to parse than the HTML.
docs.nimbu.io/themes/concepts/templates.html → docs.nimbu.io/themes/concepts/templates.md
docs.nimbu.io/themes/filters-tags.html → docs.nimbu.io/themes/filters-tags.md
Themes docs
Related skills