SnakeFlow: Dev Environment Manager

SnakeFlow is a VS Code / Cursor / Antigravity extension that unifies dev servers, Quality Hub (90+ checks), Docker Compose, database/ORM tools, GitHub Issues/PRs, Git workflows, and security scanning — in one sidebar and a handful of shortcuts.
Full documentation: snakeflow.pages.dev
Quick start
- Open a project folder in your editor.
- Press
Ctrl+Alt+M — Tools menu (servers, quality, Docker, GitHub, …).
- Press
Ctrl+Alt+F — run all Quality Hub checks in parallel.
- Press
Ctrl+Alt+S — start configured dev servers.
Search @ext:vaulttec-dev.snakeflow-dev-manager in Settings (Ctrl+,) to configure everything under devManager.*.
Installation
| Editor |
Install from |
| VS Code, Cursor, Antigravity |
VS Marketplace |
| VSCodium, Gitpod, code-server, Theia-based IDEs |
Open VSX |
Each application is separate — install SnakeFlow in every editor you use.
# Marketplace (recommended — enables auto-update)
cursor --install-extension vaulttec-dev.snakeflow-dev-manager
code --install-extension vaulttec-dev.snakeflow-dev-manager
Step-by-step guide: snakeflow.pages.dev/getting-started/installation
Key shortcuts (defaults)
| Shortcut |
Action |
Ctrl+Alt+M |
Tools quick-pick menu |
Ctrl+Alt+F |
Run Quality Hub (all enabled checks) |
Ctrl+Alt+S |
Start all configured servers |
Ctrl+Alt+G |
Create GitHub issue |
F4 |
Voice dictation (toggle) |
Status bar: SnakeFlow icon → Cloud dashboard; $(tools) → Tools.
Features
- Servers — start/stop/restart dev servers; port conflict detection; multi-server stacks.
- Quality Hub — built-in heuristics, CLI scanners (ESLint, Semgrep, Trivy, …), cloud integrations (SonarCloud, Snyk, …), and custom checks. Profiles:
vibe / balanced / strict.
- Docker Compose — up, down, logs, build from the sidebar.
- Database & ORM — Prisma, Drizzle, Alembic, Django, Rails, EF Core, and more — auto-detected.
- GitHub — Issues, PRs, CI with
act, branch management.
- Git — branch checkout, protected-branch guard, status bar.
- Voice dictation — Gemini transcription into chat or issue/PR fields.
- SnakeFlow Cloud — settings sync, team tracker, web dashboard (snakeflow.pages.dev).
Stack-neutral: tools that are not installed are skipped gracefully (not configured).
Requirements
| Tool |
Version |
Purpose |
| VS Code–compatible editor |
^1.85 |
Host IDE |
| Node.js |
>= 18 |
Extension runtime |
Optional CLIs (gh, Docker, semgrep, trivy, …) unlock additional checks — see CLI tools.
Configuration
All settings use the standard VS Code configuration UI (devManager.*). No separate config files.
Support
| |