account
01Command
A command set for switching between saved company and personal Claude accounts and checking their status. It uses a local script and can synchronize login data between the system keychain and a file.
Self-healing AI operations platform — Discord bot + RAG + Insight Layer + 99 automation scripts. Runs 24/7, fixes itself, gets smarter. Zero API charges.
Command
A command set for switching between saved company and personal Claude accounts and checking their status. It uses a local script and can synchronize login data between the system keychain and a file.
Command
A command for turning a complex request into a step-by-step work plan before carrying it out. It is intended for multi-step tasks, refactoring, and large migrations.
Command
A command for comparing models, prompts, or approaches by running measurements on sample tasks. It produces sample-level results and a recommendation based on the comparison.
Command
A standard procedure for coding work that covers exploring the code, planning, editing, checking the result, and reporting what changed. It is intended for new features, refactoring, and bug fixes.
Command
A command for managing a coding session when its conversation history becomes large. It explains when to compact the context, start a new session, split work, or use another agent.
Command
A crisis-response procedure for software incidents such as an outage, a stopped bot, a critical bug, or a changed external dependency. It is written in Korean.
Command
A read-only security-audit command based on OWASP and STRIDE, which are common methods for finding web and software security risks. It traces realistic attack paths through areas such as authentication, payments, data, infrastructure, and code.
Command
A deployment command for updating the Jarvis system and checking that its services still run. Deployment means applying code or configuration changes to a running system.
Command
A visual review command for finished HTML, CSS, SVG, images, documents, and interface screenshots. It checks for design patterns that can make an output look generic or obviously machine-made.
Command
A command for tracing the underlying cause of failures and reproducible bugs using a structured chain of questions. It is designed for incidents such as failed scheduled jobs, stopped bots, and unresponsive services.
Command
A command that saves reusable discoveries and lessons from a coding session as one-line JSON records. JSONL means one JSON object per line, making the file easy to append to and process.
Command
A command for switching between predefined MCP tool profiles for OpenClaw infrastructure, a Flutter/Dart app, or a Gatsby/React blog. MCP is a way of connecting an agent to external tools and services.
Command
A decision-making conversation that lays out at least three options, their trade-offs, and one recommendation. It also notes whether each choice can be undone, while leaving the final decision to you.
Command
A command for immediately adding a documented mistake to a shared Markdown file. It records the recurring pattern, what happened, verifiable evidence, and a prevention step.
Command
A command that splits a complex task into three parallel roles: research, coding, and validation. Each role handles a separate part of the work before the results are combined.
Command
A command for reviewing a feature plan, architecture document, or technical proposal through an 11-section checklist. Architecture describes how a system is organized and operates.
Command
A retrospective command that summarizes what went well, what went wrong, and what should change after a work session. It can record recurring mistakes in an error notebook using the fields pattern, actual case, evidence, and response.
Command
A code-review command that uses development and reviewer agents to inspect changed code against quality and security checklists. It is described in Korean and includes checks for shell scripts and OpenClaw setups.
Command
A guide to spec-driven development, a software process that writes and reviews requirements before implementation and acceptance testing. It organizes work from a task description through development, tests, and completion.
Command
A release command for preparing code changes as separate Git commits, creating release notes, and adding a version tag. Git is a system for tracking code changes, and a tag marks a specific release.
Command
A command that creates a daily stand-up report by summarizing recent work, planned tasks, calendar events, and blockers.
Command
A command that checks the status of a group of services and system resources, including scheduled jobs, bots, monitoring, storage, and health data. A LaunchAgent is a macOS background service that starts or runs tasks automatically.