AgentSkillsCN

Start/Stop Demo App

启动或停止端口为 2026 的演示服务器(FastAPI)。当您需要运行或终止开发服务器时,可使用此技能。

SKILL.md
--- frontmatter
name: Start/Stop Demo App
description: Start or stop the demo server (FastAPI) on port 2026. Use when you need to run or kill the development server.
model: zai-coding-plan/glm-4.5-air

Start/Stop Demo App

Manage the demo FastAPI development server running on port 2026.

Tools

  • tools/start.py - Start the demo server (apps/server/main.py)
  • tools/stop.py - Stop the server running on port 2026

Usage

bash
# Start the app
python3 .opencode/skill/start-stop-app/tools/start.py

# Stop the app
python3 .opencode/skill/start-stop-app/tools/stop.py