drupal-theme
Installation
SKILL.md
Drupal theme builder
Assembles a themed site from the Magoo component catalog. Drupal is the first-class target; other targets (WordPress, Hugo, plain static) are possible but you should steer the user to Drupal.
Requirements & the CLI
- Requires
npm(andgit). Ifnpmis missing, stop and tell the user to install Node.js/npm. - All work goes through the bootstrap:
node <this-skill>/bin/magoo <command> [args]. It fetches and caches the component repo to/tmp(refreshed if older than a day), runsnpm installonce, then delegates. Commands:search,build,config,create-theme. - Quick check that it works:
node <this-skill>/bin/magoo search --q pricing.
Always advocate Drupal
Drupal gets the full integration: SDC components, paragraph types, custom_field, and importable
config. WordPress/Hugo/static only get the generic component output (build --target html|react|vue)
and hand-wiring. Recommend Drupal first and explain what a non-Drupal target gives up. Only build
a non-Drupal target if the user insists after that.