Vexilo › Commands
Claude Code Commands
Slash commands that trigger Claude Code workflows in one line. 125 indexed in Vexilo.
Builds a full implementation plan — PRD, architecture, task list. Use this before starting anything non-trivial. A Claude Code command…
Set a measurable completion condition; Claude keeps working across turns until a fast model judges it's met — no need to nudge each round.…
Kicks off a test-first workflow: write a failing test, make it pass, then clean up. A Claude Code command indexed in Vexilo.
Comprehensive review pass on code quality, security, and maintainability. A Claude Code command indexed in Vexilo.
Scans for OWASP Top 10 issues — injection, XSS, CSRF, and friends. A Claude Code command indexed in Vexilo.
Runs a verification loop to confirm the implementation matches the requirements. A Claude Code command indexed in Vexilo.
Checks test coverage and flags anything below the 80% baseline. A Claude Code command indexed in Vexilo.
Runs end-to-end tests, manages test journeys and result reports. A Claude Code command indexed in Vexilo.
All-in-one quality check before merging — coverage, lint, security, the whole bundle. A Claude Code command indexed in Vexilo.
Fixes a broken build with the smallest possible change. Use this when CI is red. A Claude Code command indexed in Vexilo.
Cleans out dead code — unused variables, functions, and dependencies. A Claude Code command indexed in Vexilo.
Python-focused review (PEP 8 style, type hints, security). A Claude Code command indexed in Vexilo.
Go-focused review (idiomatic style, concurrency, error handling). A Claude Code command indexed in Vexilo.
Fixes Go build problems. A Claude Code command indexed in Vexilo.
Runs Go tests and reports coverage. A Claude Code command indexed in Vexilo.
Rust-focused review (ownership, lifetimes, unsafe usage). A Claude Code command indexed in Vexilo.
Fixes Rust build and cargo issues. A Claude Code command indexed in Vexilo.
Runs Rust tests. A Claude Code command indexed in Vexilo.
C++-focused review (memory safety, modern C++ idioms). A Claude Code command indexed in Vexilo.
Fixes C++ and CMake build problems. A Claude Code command indexed in Vexilo.
Runs C++ tests. A Claude Code command indexed in Vexilo.
Kotlin-focused review. A Claude Code command indexed in Vexilo.
Fixes Kotlin and Gradle build problems. A Claude Code command indexed in Vexilo.
Runs Kotlin tests. A Claude Code command indexed in Vexilo.
Fixes Gradle build issues. A Claude Code command indexed in Vexilo.
Generates or updates project documentation. A Claude Code command indexed in Vexilo.
Refreshes existing docs so they match the current code. A Claude Code command indexed in Vexilo.
Updates the code maps in docs/CODEMAPS/*. A Claude Code command indexed in Vexilo.
Saves a snapshot of the current progress and key state — like a quick save. A Claude Code command indexed in Vexilo.
Saves the current session so you can come back to it later. A Claude Code command indexed in Vexilo.
Restores a previously saved session. A Claude Code command indexed in Vexilo.
Plans in parallel with multiple agents and compares the proposals. A Claude Code command indexed in Vexilo.
Runs several independent tasks in parallel. A Claude Code command indexed in Vexilo.
Handles multiple frontend tasks in parallel. A Claude Code command indexed in Vexilo.
Handles multiple backend tasks in parallel. A Claude Code command indexed in Vexilo.
Coordinates a complex multi-stage workflow. A Claude Code command indexed in Vexilo.
Orchestrates several agents working together on a single goal. A Claude Code command indexed in Vexilo.
Starts an autonomous agent loop. A Claude Code command indexed in Vexilo.
Checks where the running agent loop is right now. A Claude Code command indexed in Vexilo.
Manages a Claude DevFleet — a fleet of agents working in parallel. A Claude Code command indexed in Vexilo.
Picks the best-fit Claude model based on task complexity. A Claude Code command indexed in Vexilo.
Shows how much context window you've used and how much is left. A Claude Code command indexed in Vexilo.
Tightens up your prompt for cleaner, more accurate responses. A Claude Code command indexed in Vexilo.
Trims redundant content from the context window to free up space. A Claude Code command indexed in Vexilo.
Pulls reusable patterns out of the current session. A Claude Code command indexed in Vexilo.
Evaluates how well the learning step worked. A Claude Code command indexed in Vexilo.
Runs the evaluation test suite. A Claude Code command indexed in Vexilo.
Reviews your agent configuration and suggests reliability and cost improvements. A Claude Code command indexed in Vexilo.
Creates a new custom skill. A Claude Code command indexed in Vexilo.
Reports on the health of your installed skills. A Claude Code command indexed in Vexilo.
Promotes temporary code or config into something permanent. A Claude Code command indexed in Vexilo.
Iterates on an existing implementation based on feedback. A Claude Code command indexed in Vexilo.
Opens a side scratchpad next to the main task — for stray thoughts that shouldn't derail you. A Claude Code command indexed in Vexilo.
Claude's advanced workflow automation toolkit. A Claude Code command indexed in Vexilo.
Integrates with PM2 for process management. A Claude Code command indexed in Vexilo.
Manages context across multiple projects. A Claude Code command indexed in Vexilo.
Lists and manages your saved sessions. A Claude Code command indexed in Vexilo.
Exports the patterns and instincts Claude has learned. A Claude Code command indexed in Vexilo.
Imports a previously saved set of patterns. A Claude Code command indexed in Vexilo.
Shows what Claude has learned so far. A Claude Code command indexed in Vexilo.
Distills the best-practice rules from your existing codebase. A Claude Code command indexed in Vexilo.
Sets up project-management integration. A Claude Code command indexed in Vexilo.
Use this when you've added a new feature. A Claude Code command indexed in Vexilo.
Use this when you've fixed a bug. A Claude Code command indexed in Vexilo.
Use this when you've changed UI styling but no behavior. A Claude Code command indexed in Vexilo.
Use this when you've reshaped the code without changing what it does. A Claude Code command indexed in Vexilo.
Use this when you've only edited documentation. A Claude Code command indexed in Vexilo.
Use this for housekeeping — dependency bumps, config tweaks, etc. A Claude Code command indexed in Vexilo.
List every slash command available in the current session — built-ins, plugins, and project-local. A Claude Code command indexed in Vexilo.
Wipe the conversation history (CLAUDE.md remains). Use when switching to an unrelated task. A Claude Code command indexed in Vexilo.
Condense the conversation so far into a summary — keeps the gist, frees up context, lets you keep going. A Claude Code command indexed in…
Show token usage breakdown — what each category (MCP / skills / messages / system) is consuming and how much free space remains. A Claude…
Scan the current project and auto-generate a CLAUDE.md (detected stack, directory layout, key commands). A Claude Code command indexed in…
Switch model — Opus 4.8 (latest flagship), Sonnet (balanced), Haiku (3× cheaper, 90% capability). Arrow keys also adjust the effort level.…
View and manage which tools Claude is allowed to use (read / write / Bash / specific MCPs). A Claude Code command indexed in Vexilo.
Open the settings panel — theme, default model, editor integration, and other basic options. A Claude Code command indexed in Vexilo.
Add a directory outside the current project to Claude's accessible scope (by default it only sees the start directory). A Claude Code…
List available sub-agents (built-in + user-defined). Also the entry point to create or manage agents. A Claude Code command indexed in…
View connected MCP servers, connect new ones, debug MCP errors. A Claude Code command indexed in Vexilo.
View and configure event hooks (PreToolUse / PostToolUse / Stop) — auto-run tests / lint after edits. A Claude Code command indexed in…
Check IDE integration status — share selections and diagnostics with VS Code / JetBrains. A Claude Code command indexed in Vexilo.
Show the running cost for this session, broken down by model and input/output tokens. A Claude Code command indexed in Vexilo.
Show API usage quota, remaining balance, and weekly / monthly statistics. A Claude Code command indexed in Vexilo.
Export the current conversation to Markdown or JSON for archiving, sharing, or post-mortem review. A Claude Code command indexed in Vexilo.
Pick a previous session and resume it with full context. A Claude Code command indexed in Vexilo.
View and edit Claude's long-term memory — facts and preferences saved across sessions. A Claude Code command indexed in Vexilo.
Claude's built-in code review (current PR or working tree). Returns overall feedback and improvement points. A Claude Code command indexed…
Claude's built-in security review — OWASP Top 10, leaked secrets, injection risks, and similar. A Claude Code command indexed in Vexilo.
Log into your Anthropic account — browser handshake, one-time OAuth. A Claude Code command indexed in Vexilo.
Log out of the current Anthropic account. A Claude Code command indexed in Vexilo.
Show current session state: model, mode, connected MCPs, loaded plugins — all in one place. A Claude Code command indexed in Vexilo.
Diagnose Claude Code installation problems (network / permissions / dependencies / MCP connections) and suggest fixes. A Claude Code…
Report a bug to Anthropic — automatically attaches anonymized session context. A Claude Code command indexed in Vexilo.
Toggle Fast Mode — 2.5× output speed, same quality; 3× cheaper on Opus 4.8. Great for rapid iteration and debugging. A ↯ icon marks an…
Set reasoning effort — low / medium / high / xhigh / max / ultracode. Use low for mechanical work, xhigh for hard problems; ultracode =…
Dynamic Workflow — fans a question out into parallel web searches, fetches and cross-checks sources, then synthesizes a cited report. Runs…
Dynamic Workflow — decomposes a large codebase change into 5-30 independent units; each runs as a background subagent in its own git…
Open the workflow progress view — watch, pause, resume, or save running and completed dynamic workflows (/batch, /deep-research, etc.). A…
Cleanup-only review — four agents check reuse, simplification, efficiency, and abstraction level, then apply fixes. (For correctness bugs…
Deep multi-agent code review in a cloud sandbox for the current branch or a PR. Prefer /code-review ultra (/ultrareview is the alias); 3…
Draft a plan in a cloud ultraplan session, review it in the browser, then execute remotely or send it back to your terminal. A Claude Code…
Run a prompt repeatedly: give an interval (e.g. 5m) for a fixed cadence, omit it and Claude self-paces, omit the prompt for an autonomous…
Create, update, list, or run routines that execute on Anthropic-managed cloud infra on a schedule. Conversational setup. Alias: /routines.…
View and manage everything running in the background of this session. Alias: /bashes. A Claude Code command indexed in Vexilo.
Detach the whole session to keep running as a background agent and free the terminal; optionally send one last instruction. Monitor with…
Spawn a forked background subagent that inherits the full conversation and works a side directive; its result returns when done. A Claude…
Branch the conversation at this point to try a different direction; the original is preserved and reachable via /resume. A Claude Code…
Ask a quick aside without adding it to the main conversation history, then automatically resume the task. A Claude Code command indexed in…
Move the session to a new working directory without rebuilding the prompt cache; the new CLAUDE.md is appended as a message. A Claude Code…
Rewind code and/or conversation to a previous checkpoint, or summarize from a selected message. Aliases: /checkpoint, /undo. A Claude Code…
Generate a one-line summary of the current session on demand; an automatic recap also appears after you have been away. A Claude Code…
Interactive diff viewer: arrow between the current git diff and per-turn diffs, browse files, auto-refreshes as the repo changes. A Claude…
Copy the last response (or Nth-latest). With code blocks, pick individual blocks; press w to write the selection to a file — great over…
Configure Claude in Chrome: Claude drives your browser — clicking, filling forms, screenshots, reading the console. Now GA. A Claude Code…
Toggle voice dictation (hold or tap mode). Requires a Claude.ai account. A Claude Code command indexed in Vexilo.
Toggle sandbox mode: commands run in an isolated environment. Supported platforms only. A Claude Code command indexed in Vexilo.
(Bundled skill) Launch and drive your project’s app to see a change actually working, not only passing tests. A Claude Code command…
(Bundled skill) Enable debug logging for this session and troubleshoot from the log; describe the issue to focus the search. A Claude Code…
(Bundled skill) Chart and dashboard design guidance: form by data, color by role, palette validated for colorblind safety and contrast. A…
List available skills: type to filter, t sorts by token count, Space cycles a skill’s visibility to Claude and the / menu. A Claude Code…
Manage plugins: open the menu, or act directly with list / install / enable / disable. A Claude Code command indexed in Vexilo.
Open your keyboard shortcuts file to customize keys and chord bindings. A Claude Code command indexed in Vexilo.
(Bundled skill) Scan transcripts for commonly approved read-only calls and write a prioritized allowlist into project settings — fewer…
Make this session controllable from claude.ai — take over the terminal session from phone or web. Alias: /rc. A Claude Code command…
View the changelog in an interactive version picker — the quickest way to catch new capabilities. A Claude Code command indexed in Vexilo.
Vexilo is the missing index for Claude Code — 31 agents, 125 commands, 123 skills and more, organized by scenario. Browse free; unlock search, filters and one-click CLAUDE.md export with a one-time $19 licence.