alfredang

Start App — Development skill for Claude Code

Development community

Clear all Streamlit cache, kill ALL running Streamlit processes, and start a fresh Streamlit instance using the uv .venv environment.

How to install Start App

Installs to ~/.claude/commands/alfredang-wsq-courseware-generator-claude-streamlit-start-app.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alfredang/wsq-courseware-generator-claude-streamlit/HEAD/.claude/commands/start-app.md -o ~/.claude/commands/alfredang-wsq-courseware-generator-claude-streamlit-start-app.md

Restart Claude Code, or start a new session, for it to be picked up.

What Start App does

Clear all Streamlit cache, kill ALL running Streamlit processes, and start a fresh Streamlit instance using the uv .venv environment.

Steps:

  1. Clear Streamlit cache by removing the .streamlit/cache directory if it exists
  2. Kill ALL running streamlit processes using pkill -f streamlit (ensures no orphan instances)
  3. Wait 1 second for processes to terminate
  4. Start uv run streamlit run app.py in the background (this ensures the .venv environment and all dependencies are used)
  5. Wait

Alternatives in Development

  • /triage — Quick triage to decide: submit or kill 1.8k ★
  • Hive — Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real 473 ★
  • Claude Cognitive — Working memory for Claude Code - persistent context and multi-instance coordination 440 ★

Full documentation available on GitHub

View Source Repository