Slash Command1.7k repo starsupdated yesterday
restart
Restart the Nimbalyst application
Install in Claude Code
Copymkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nimbalyst/nimbalyst/HEAD/.claude/commands/restart.md -o ~/.claude/commands/restart.mdThen start a new Claude Code session; the slash command loads automatically.
Definition
restart.md
Restart the Nimbalyst application using the `mcp__nimbalyst-extension-dev__restart_nimbalyst` MCP tool. This will close all windows and relaunch the app. Only run this command when directly instructed to by the user!
More from this repository
e2e-runnerSubagent
Run E2E tests in a dev container for isolated, reproducible test execution. Use proactively when asked to run Playwright tests, E2E tests, or when in a worktree. Handles the full Docker container lifecycle automatically.
android-releaseSlash Command
Prepare and execute an Android release (patch/minor/major)
bug-reportSlash Command
Gather details and draft an actionable bug report for developers.
commitSlash Command
Create a git commit with concise, bullet-point commit message
designSlash Command
Create a new plan document for tracking work.
e2e-devcontainerSlash Command
Run E2E tests in a dev container (isolated environment)
implementSlash Command
Execute a plan document while keeping progress synchronized.
investigate-performanceSlash Command
Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evidence before proposing a fix.