aiox-master
<!-- ACORE-CLAUDE-AGENT-COMMAND: legacy-shim --> <!-- Canonical Skill: .claude/skills/AIOX/agents/aiox-master/SKILL.md --> <!-- Source:…
Analyzes a rule and suggests the ideal SYNAPSE domain for it.
$ npx -y skills add SynkraAI/aiox-core --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/suggest-domainContext preview
What this command does when you run it.
Analyzes a rule and suggests the ideal SYNAPSE domain for it.
Analyzes a rule and suggests the ideal SYNAPSE domain for it.
---
Help users place rules in the most appropriate domain by analyzing the rule's content, matching it against existing domain keywords, and considering domain purposes.
---
---
| Parameter | Required | Description | |-----------|----------|-------------| | `rule-text` | Yes | The rule text to analyze |
---
Read `.synapse/manifest` and build a list of all domains with their:
Examine the rule text for:
For each existing domain, calculate a relevance score:
| Factor | Weight | Points | Description | |--------|--------|--------|-------------| | RECALL keyword match | High | 3 | Rule text contains a domain's RECALL keyword | | Domain name word match | Medium | 2 | Rule text contains words from domain name | | Agent trigger match | High | 3 | Rule mentions an agent that triggers a domain | | Existing rule similarity | Low | 1 | Rule is similar to existing rules in domain |
Sum the points for each domain. Maximum possible score is 9 (round up to 10 if all factors match). Present as `{score}/10`.
Display the top suggestion(s):
Suggested domain for rule: "{rule-text}"
1. {domain-name} (score: {score}/10)
Reason: {justification}
RECALL keywords: {keywords}
Current rules: {count}
2. {domain-name} (score: {score}/10)
Reason: {justification}
[NEW] Create new domain "{suggested-name}"
If no existing domain fits well.After displaying the suggestion, offer:
Quick actions:
1. Add rule to {suggested-domain} now
2. Create new domain and add rule
3. Cancel (do nothing)If user selects 1: Follow the add-rule task for the suggested domain. If user selects 2: Follow the create-domain task, then add-rule. If user selects 3: Exit without changes.
---
---
| Error | Message | |-------|---------| | No domains exist | `No domains found in manifest. Use "create" to create your first domain.` | | Empty rule text | `Error: Please provide the rule text to analyze.` | | Manifest not found | `Error: .synapse/manifest not found. SYNAPSE must be initialized first.` |
---
*Suggest Domain — SYNAPSE CRUD Command C7* *Source: SYNAPSE-HOOK-SKILL-COMMAND-ANALYSIS.md section 2.3*
🌐 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:…