ghost

Implement Ghost theme routes, templates, and member access with deployment checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dewittn/dotfiles --skill ghost-dewittn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghost
Source: https://github.com/dewittn/dotfiles/tree/main/.claude/skills/ghost
Command: npx skills add https://github.com/dewittn/dotfiles --skill ghost-dewittn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ghost theme development patterns and gotchas can trip up teams building Ghost themes, especially around routes, templates, member access, and deployment.

Core Features & Use Cases

  • Patterns & Best Practices: Guidance for routing, template structure, and member access behavior.
  • Deployment Readiness: Checklists for safe deployment and versioned theme updates.
  • Troubleshooting: Common gotchas with error handling and replica constraints.

Quick Start

Apply Ghost theme development best practices when starting a new Ghost theme project.

Frequently Asked Questions about ghost

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure routes.yaml correctly for a Ghost theme?

Configuring routes.yaml correctly for a Ghost theme requires following best practices for routes order to ensure proper page resolution and avoid common routing gotchas during development and deployment.

What are the best practices for implementing member access in Ghost templates?

Implementing member access in Ghost templates involves structuring .hbs files to handle gated content safely, applying correct access levels, and managing error handling to avoid common member access gotchas.

How do I validate a Ghost theme before deployment using gscan?

Validating a Ghost theme before deployment using gscan requires running the tool to check for errors and enforce best practices, ensuring templates and routes configuration are safe for staging and production environments.

What are common Ghost theme deployment gotchas and how do I avoid them?

Common Ghost theme deployment gotchas include incorrect routes order, unsafe error handling, and replica constraints, which you can avoid by following deployment checklists and validation steps before updating your theme.

Can I use bun tests to validate Ghost theme templates and routes?

You can use bun tests to validate Ghost theme templates and routes by running validation steps before deployment, ensuring .hbs files and routes.yaml configuration adhere to best practices and avoid errors.