run-slateflow

Orchestrate local SlateFlow deployment and run automated smoke tests.

6|3|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ather-techie/SlateFlow --skill run-slateflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-slateflow
Source: https://github.com/ather-techie/SlateFlow/tree/main/.claude/skills/run-slateflow
Command: npx skills add https://github.com/ather-techie/SlateFlow --skill run-slateflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the complex setup and verification process for the SlateFlow project management platform, ensuring the environment is correctly configured for development and testing.

Core Features & Use Cases

  • Environment Orchestration: Handles the concurrent startup of the React frontend and Hono backend API.
  • Automated Smoke Testing: Executes a driver script to verify API endpoints, database connectivity, and authentication flows.
  • Use Case: Quickly spin up a local instance of the project management tool to validate new features or perform integration testing without manual configuration.

Quick Start

Execute the run-slateflow skill to build the application and perform a full system smoke test.

Frequently Asked Questions about run-slateflow

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

FAQPage Schema
How do I automate local deployment and smoke testing for an agile project management platform?

Automating local deployment and smoke testing for an agile project management platform is done by orchestrating concurrent service startup and executing automated verification scripts against the API and frontend.

What's the best way to spin up a local project management tool instance for integration testing?

Spinning up a local project management tool instance for integration testing is best handled by a driver script that manages concurrent startup of the React frontend and Hono backend API.

Do I need Node.js 20+ to run automated smoke tests on a Hono backend API?

Yes, you need Node.js 20+ and npm to manage dependencies and execute the internal driver script for running automated smoke tests on a Hono backend API.

Why does my concurrent service startup fail when testing a React frontend and Hono backend?

Concurrent service startup for testing a React frontend and Hono backend fails without proper environment orchestration, which manages simultaneous builds, database connectivity, and authentication flow verification.

Can I verify database connectivity and authentication flows with an automated smoke test?

Yes, you can verify database connectivity and authentication flows using an automated smoke test driver script that checks API endpoints and validates the full stack service response.

Does environment orchestration handle concurrent startup for both API and frontend services?

Yes, environment orchestration handles the concurrent startup of the React frontend and Hono backend API, ensuring both services are correctly configured for development workflows.