Agent skill
Start/Stop App
Start or stop the user-management FastAPI app. Use when you need to tun or kill the dev server.
Install this agent skill to your Project
npx add-skill https://github.com/merlinsaw/.agent/tree/main/skills/start-stop-app
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
# 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Database Migration
Executes database migrations using the postgres MCP server. Use when applying schema changes, running migrations, or updating databese structure.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Didn't find tool you were looking for?