jant-site-ops

Manage local and remote Jant blog site operations with Node.js and npm.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, yarn, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the operational management of Jant blog sites, including local development, deployment, migrations, password resets, and site backup/export.

Core Features & Use Cases

  • Local Development and Deployment: Execute local and remote migrations with a single command, and deploy sites to Cloudflare.
  • Site Management: Perform site exports and imports, snapshot recovery, SQL export, and static asset preparation.
  • Use Case: If you're working on a Jant site and need to perform a password reset or export your entire site for backup or migration, this skill provides the necessary tools.

Quick Start

From the site root, run 'npm run reset-password' to generate a password reset token for the local site.

Frequently Asked Questions about jant-site-ops

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

FAQPage Schema
How do I deploy a blog site to Cloudflare from the command line?

You can deploy your blog site to Cloudflare by running command line scripts that coordinate with Jant's Wrangler service, executing remote migrations and pushing static assets directly from the site root.

Do I need Node.js and npm to manage Jant site operations?

Yes, Node.js and npm are required dependencies. The skill executes local and remote site management scripts, including migrations and password resets, within a Node.js npm environment.

What is the best way to back up and export a Jant blog site?

To back up and export a Jant blog site, use command line scripts to perform full site exports, SQL exports, and snapshot recovery, ensuring your data is safely archived and portable.

How do I reset a local blog password from the command line?

To reset a local blog password, run 'npm run reset-password' from the site root directory, which generates a secure password reset token for the local site using npm command line scripts.

Can I migrate a blog site locally and remotely using npm scripts?

Yes, you can execute local and remote migrations with a single command line script, facilitating seamless database transitions and site migrations across different development environments.

Does Jant site management work with GitHub for site backups?

Yes, Jant site management coordinates with GitHub services to handle site backup functionality, allowing you to export and import site data alongside deployment and migration operations.