Agent skill
Start/Stop App
Start or stop the user-management FastAPI app. Use when you need to tun or kill the dev server.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/start-stop-app-merlinsaw-agent
SKILL.md
Start/Stop App
Tool
- tools/start.py - Start the app with uvicorn on port 8000
- tools/stop.py - Kill any running uvicorn process
Usage
bash
# Start the app
uv run .agent/skills/start-stop-app/tools/start.py
# Stop the app
uv run .agent/skills/start-stop-app/tools/stop.py
Didn't find tool you were looking for?