deploy-stoa

Automate Stoa substrate deployment and updates with prerequisite checks.

Updated May 2, 2026
One-click install
npx skills add https://github.com/denson/the-stoa --skill deploy-stoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-stoa
Source: https://github.com/denson/the-stoa/tree/main/skills/deploy-stoa
Command: npx skills add https://github.com/denson/the-stoa --skill deploy-stoa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill solves the problem of deploying or updating the Stoa substrate in a project, ensuring the correct setup and synchronization of the agent architecture.

Core Features & Use Cases

  • Deployment: Sets up the Stoa substrate in a new project.
  • Update: Updates an existing Stoa substrate in a project to the latest version.
  • Pre-requisite Check: Checks if the necessary prerequisites are met (e.g., git, bw).
  • Dry Run: Performs a dry run of the deployment to show what would happen without actually applying changes.
  • Consent-Gated Apply: Allows the user to apply changes after reviewing potential updates.

Quick Start

Use the deploy-stoa skill to install the Stoa substrate into your project with the command: !deploy-stoa --target project --project-dir /path/to/project

Frequently Asked Questions about deploy-stoa

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

FAQPage Schema
How do I deploy the Stoa substrate in a new project?

To deploy the Stoa substrate, use the deploy-stoa command targeting your project directory. The skill automates fresh installations by detecting existing setups and applying the agent architecture synchronization.

What prerequisites are needed to set up the Stoa agent architecture?

Setting up the Stoa agent architecture requires proper installation and configuration of git and bw. The skill performs a pre-requisite check to ensure these tools are available before attempting deployment.

Can I preview Stoa substrate updates before applying them to my project?

Yes, you can perform a dry run to preview Stoa substrate updates. This shows exactly what changes will occur without applying them, followed by a consent-gated apply step to execute the update.

How does the Stoa deployment process handle existing installations?

The Stoa deployment process automatically detects existing installations in the target project. It differentiates between fresh installations and updates, applying changes based on diffs and user consent.

What is the best way to update an existing Stoa substrate to the latest version?

The best way to update an existing Stoa substrate is using the deploy-stoa skill. It evaluates version diffs and applies updates securely through a consent-gated mechanism to ensure safe synchronization.