Agent skill · vasilyu1983
ai-coding-agents-command-runtime
Designs slash-command runtimes for coding-agent CLIs. Use when modeling command registries, lazy loading, aliases, forked commands, or remote-safe dispatch.
What it needs
About 11k tokens when loaded.
What this skill does
AI Coding Agents Command Runtime Use this skill to design or review the slash-command layer of a coding-agent CLI: command registry shape, typed command kinds, lazy loading, source-aware discovery, and safe dispatch across local, remote, and bridge modes. This skill owns command-runtime architecture for coding agents. For broader agent creation, start with ../ai-coding-agents/SKILL.md. ASCII Flow Quick Reference Question Read Outcome ---------- ------ --------- How should commands be represented and discovered? references/command-registry-and-discovery.md Registry model, command kinds, load order, source precedence How should commands execute across inline, forked, and remote flows? references/command-dispatch-forking-and-remote-safety.md Dispatch rules, forked execution, remote-safe filtering, bridge gating How does OpenAI Codex model slash-command availability? references/openai-codex-command-state-machine.md Command metadata, inline-arg support, active-task availability, side-conversation availability When To Use Design slash-command architecture for a coding-agent CLI or REPL Add commands from built-ins, skills, plugins, workflows, or MCP-backed sources Define command kinds such as prompt, local text, and local JSX or TUI commands Review aliasing, immediacy, availability gates, or source-aware command formatting Separate bridge-safe, remote-safe, and terminal-only commands in hybrid runtimes Use Other Skills Need Use Instead ------ ------------- Broader coding-agent architecture ../ai-coding-agents/SKILL.md Plugin package and extension architecture ../ai-coding-agents-plugins/SKILL.md Tool registry and tool execution semantics ../ai-coding-agents-tools/SKILL.md Session lifecycle and resume ../ai-coding-agents-sessions/SKILL.md Terminal REPL interaction design ../ai-coding-agents-terminal-ui/SKILL.md Generic CLI design outside agent runtimes ../software-devtools/SKILL.md Default Workflow 1. Classify command surfaces. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills vasilyu1983/ai-coding-agents-command-runtime