building-jant-site

Manage and customize Jant sites for local development, theming, and deployment.

69|11|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/jant-me/jant --skill building-jant-site
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: building-jant-site
Source: https://github.com/jant-me/jant/tree/main/sites/demo/.agents/skills/building-jant-site
Command: npx skills add https://github.com/jant-me/jant --skill building-jant-site

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for efficient customization and management of Jant sites, providing tools for local development, theming, deployment, and maintenance without altering the core Jant codebase.

Core Features & Use Cases

  • Site Configuration: Modify settings in wrangler.toml and customize themes with CSS.
  • Deployment: Deploy changes to Cloudflare with automated migrations and asset preparation.
  • Customization: Decide whether changes should be made in the site repo or the Jant monorepo.
  • Use Case: If you need to adjust the appearance of your Jant site or want to set up a new site from scratch, this Skill guides you through the process.

Quick Start

Use the building-jant-site skill to start local development with 'npm run dev'.

Frequently Asked Questions about building-jant-site

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

FAQPage Schema
How do I customize my Jant site without modifying the core codebase?

To start local development for your Jant site, run `npm run dev` in your project directory. This initiates the local development environment, allowing you to preview and test site configurations before deployment.

Do I need npm and Wrangler to deploy a Jant site?

Yes, you need npm and Wrangler to deploy a Jant site. Wrangler is used to deploy your site changes to Cloudflare, handling automated migrations and asset preparation during the deployment process.

How do I configure deployment settings for my Jant site?

Decide whether changes should be made directly in the site repository or the Jant monorepo based on your customization scope. If you are adjusting site appearance or setting up a new site, changes typically go in the site repo.

What is the best way to manage site-specific configurations for a Jant deployment?

The best way to manage Jant site configurations is by keeping site-specific settings and theme customizations in your site repository. This isolates your changes from the core Jant codebase, simplifying maintenance and deployment.

Can I use custom CSS for theming my Jant site?

Yes, you can use custom CSS for theming your Jant site. The customization process allows you to adjust the appearance of your site by applying CSS modifications without altering the core codebase.