ai-coding-agents-command-runtime

Featured

Designs slash-command runtimes for coding-agent CLIs. Use when modeling command registries, lazy loading, aliases, forked commands, or remote-safe dispatch.

AI & Automation 80 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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`](../ai-coding-agents/SKILL.md). ## ASCII Flow ```text command sources built-ins + skills + plugins + workflows + dynamic discoveries | v registry composition typed command contract + source tags + deterministic precedence plugin-namespaced skills: plugin-name:skill-name | v availability + enablement feature gates + auth + mode filters + aliases /agents as first-class tabbed command surface (background agent management) | v dispatch prompt command | local text | local UI | forked subagent | remote-safe /reload-skills (in-session reload) | SessionStart reloadSkills hook --safe-mode (disables CLAUDE.md, plugins, skills, hooks, MCP) | v execution result or unavailable-command error ``` ## Quick Reference | Question | Read | Outcome | |----------|------|---------| | How should commands be represented and discovered? | [`references/command-registry-and-discovery.md`](references/command-registry-and-discovery.md) | Registry model, command kinds, load order, source precedence | | How should commands execute across inline,...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
9 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category