dojo-config

Configure and manage Dojo project configuration files across environments.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/steebchen/proof-of-war --skill dojo-config-steebchen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dojo-config
Source: https://github.com/steebchen/proof-of-war/tree/main/.agents/skills/dojo-config
Command: npx skills add https://github.com/steebchen/proof-of-war --skill dojo-config-steebchen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dojo project configuration often involves assembling and validating multiple configuration files across Scarb.toml, development profiles, and world settings. This skill provides a centralized workflow to manage these files, reducing setup time and human error.

Core Features & Use Cases

  • Manage Scarb.toml dependencies and build settings.
  • Set up dojo_dev.toml and other environment profiles for dev, staging, and prod.
  • Configure world settings, namespaces, and permissions for deployment and runtime.

Quick Start

Configure Scarb.toml, deployment profiles, and world settings to initialize a Dojo project.

Frequently Asked Questions about dojo-config

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

FAQPage Schema
How do I configure a Dojo project for multiple deployment environments?

To configure a Dojo project for multiple environments, you manage separate dojo_<profile>.toml files. This skill sets up dev, staging, and production profiles with validation and environment-specific settings to streamline deployment.

What is the best way to update Scarb.toml dependencies and build settings for a Dojo world?

Updating Scarb.toml dependencies and build settings for a Dojo world involves editing the file to specify tool versions and configurations. This skill provides a centralized workflow to manage these dependencies and reduce human error.

How do I set up world settings and namespaces in dojo_dev.toml?

Setting up world settings and namespaces in dojo_dev.toml requires defining configuration values for deployment and runtime. This skill configures permissions and namespaces within your environment profiles to ensure correct world initialization.

Can I validate environment-specific configurations across dojo_dev.toml and production profiles?

Yes, you can validate environment-specific configurations across dojo_dev.toml and production profiles. This skill applies validation rules to your dojo_<profile>.toml files to ensure settings are correct before deployment.

Why do I need separate dojo configuration files instead of just using Scarb.toml?

You need separate dojo configuration files in addition to Scarb.toml to isolate environment-specific world settings and deployment profiles. This separation prevents configuration conflicts between development, staging, and production environments.