aiox-master
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/aiox-master/SKILL.md --> <!-- Source:…
Creates a new star-command block in the SYNAPSE commands domain file.
$ npx -y skills add SynkraAI/aiox-core --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/create-commandContext preview
What this command does when you run it.
Creates a new star-command block in the SYNAPSE commands domain file.
Creates a new star-command block in the SYNAPSE commands domain file.
---
Add a new star-command definition to `.synapse/commands`, allowing users to define custom commands that the SYNAPSE engine's L7 layer will detect and process.
---
---
| Parameter | Required | Description | |-----------|----------|-------------| | `command-name` | Yes | Star-command name without `*` prefix (e.g., `review`) | | `rules` | Yes | One or more instruction rules for the command (at least 1) |
---
If invalid: `Error: Command name must be lowercase kebab-case (e.g., "review"). Got: "{name}"`
Read `.synapse/commands` and check if a block header `[*{command-name}]` already exists.
If it exists: `Error: Star-command "*{command-name}" already exists in .synapse/commands. Edit the file directly to modify it.`
Convert the command name to uppercase for rule keys:
Full key prefix: `COMMANDS_{CMD_KEY}`
Append the new command block to `.synapse/commands`:
[*{command-name}] COMMAND:
COMMANDS_{CMD_KEY}_0={first-rule}
COMMANDS_{CMD_KEY}_1={second-rule}Created star-command "*{command-name}" with {count} rules.
The SYNAPSE engine's L7 layer will detect "*{command-name}" in user prompts
and inject the associated rules into the context.---
---
| Error | Message | |-------|---------| | Invalid name | `Error: Command name must be lowercase kebab-case (e.g., "review"). Got: "{name}"` | | Duplicate command | `Error: Star-command "*{name}" already exists in .synapse/commands.` | | No rules provided | `Error: At least one rule is required for a star-command.` | | Commands file missing | `Error: .synapse/commands not found. SYNAPSE must be initialized first (SYN-8).` |
---
*Create Command — SYNAPSE CRUD Command C6* *Source: SYNAPSE-HOOK-SKILL-COMMAND-ANALYSIS.md section 2.3, DESIGN-SYNAPSE-ENGINE.md section 15*
🌐 README por idioma: EN | PT | ES | ZH Devolvendo às pessoas o poder de criar — Framework open source de orquestração de IA que devolve o controle a quem tem coragem de construir.
Repo: SynkraAI/aiox-core
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/aiox-master/SKILL.md --> <!-- Source:…
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/analyst/SKILL.md --> <!-- Source:…
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/architect/SKILL.md --> <!-- Source:…
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/data-engineer/SKILL.md --> <!-- Source:…
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/dev/SKILL.md --> <!-- Source:…
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/devops/SKILL.md --> <!-- Source:…