ghost-theme-builder
Installation
SKILL.md
Ghost Theme Builder
Inspect the target theme before changing it. Make the smallest coherent change that satisfies the request and preserves the theme's existing conventions.
Resource routing
Search examples/ and snippets/ for the requested feature before writing code. Reuse a suitable pattern; otherwise create the smallest reusable partial, style, or utility needed.
Read only the references relevant to the task:
- Theme structure or validation:
docs/structure.mdanddocs/gscan.md - Template selection or data scope:
reference/contexts.md, then the matching file indocs/contexts/ - Handlebars helpers:
reference/helpers.md, then the exact helper file indocs/helpers/ - Responsive images and assets:
docs/responsive-images.md - Custom theme settings:
docs/custom-settings.md - Memberships, Portal, comments, or paid content:
docs/members.md - Search or sharing:
docs/search.mdordocs/share.md - Custom URLs, collections, channels, or redirects:
docs/routing.md - Rich editor cards and content styling:
docs/content.md