ghostmind-system

Automate Ghostmind application setup with Docker, Terraform, and custom scripts.

Updated Oct 25, 2025
One-click install
npx skills add https://github.com/ghostmind-dev/system --skill ghostmind-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghostmind-system
Source: https://github.com/ghostmind-dev/system/tree/main/system/skills/system
Command: npx skills add https://github.com/ghostmind-dev/system --skill ghostmind-system

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires meta.json, Docker, Terraform, scripts, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the creation and configuration of applications within the Ghostmind development system, reducing manual setup time and ensuring consistency across projects.

Core Features & Use Cases

  • Automated Project Scaffolding: Generates the project structure, including Dockerfiles, compose files, and configuration files.
  • Meta.json Management: Provides tools for managing the system's central configuration file, enabling quick updates and configuration changes.
  • Docker Configuration: Handles Docker build and deployment configurations, with support for both local and production environments.
  • Infrastructure as Code: Supports Terraform for infrastructure setup and management.
  • Custom Script Execution: Allows for the execution of custom scripts as part of the project lifecycle.
  • Use Case: When starting a new project in the Ghostmind system, this Skill can automatically generate all necessary files and configurations, reducing the initial setup time from hours to minutes.

Quick Start

To create a new Node.js API server, run: ghostmind-system create api-server

Frequently Asked Questions about ghostmind-system

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

FAQPage Schema
How do I automate project scaffolding with Docker and Terraform configurations?

Automated project scaffolding generates your project structure, Dockerfiles, compose files, and Terraform infrastructure configurations. It uses your `meta.json` file to define the project setup, reducing manual configuration time from hours to minutes.

Do I need a meta.json file for Docker and Terraform project setup?

Yes, the `meta.json` file is required for Docker and Terraform project setup. It acts as the central configuration file, enabling the system to manage automated scaffolding, infrastructure deployment, and custom script execution.

What is the best way to manage infrastructure as code for new development projects?

The best way to manage infrastructure as code for new projects is using Terraform configurations generated during automated scaffolding. This ensures consistent infrastructure setup across local and production environments based on your `meta.json` definitions.

Can I execute custom scripts during the Docker project lifecycle?

Yes, you can execute custom scripts during the Docker project lifecycle. The system allows you to integrate and run custom scripts as part of the automated project setup and configuration process.

Does this system handle Docker configurations for both local and production environments?

Yes, this system handles Docker build and deployment configurations for both local and production environments. It automatically generates the necessary Dockerfiles and compose files during the project scaffolding process.

How do I create a new API server using automated project setup?

To create a new API server using automated project setup, you run the create command with your project name. This triggers the scaffolding process to generate all necessary Docker, Terraform, and configuration files.