Intelligent task router that detects intent and routes to appropriate sub-workflows. Use as entry point for any development task.
0
AI 82
update-project-docs
fernando-fernandez31/25/2026
Analyzes the codebase and updates .claude/CLAUDE.md with current architecture, modules, and patterns. Use when major changes are made to the project structure.
0
AI 78
ports
fernando-fernandez31/25/2026
Show current port assignments and find next available port. Use when creating new apps or checking for conflicts.
0
AI 62
code-review
fernando-fernandez31/25/2026
Comprehensive code review for quality, security, and maintainability. Use after writing or modifying code, before commits, and before PRs.
0
refactor
fernando-fernandez31/25/2026
Safe refactoring with snapshot tests, incremental changes, and verification after each step. Rollback ready.
0
review
fernando-fernandez31/25/2026
Code review workflow for PRs and local changes. Integrates code-review and security-review agents.
0
sync-session
fernando-fernandez31/25/2026
Updates SESSION.md with current work status before ending a session. Captures progress, blockers, and context for resuming later.
0
test-writer
fernando-fernandez31/25/2026
Generate pytest tests for Python functions and classes. Use when asked to write tests, add test coverage, or create unit tests.