From starlight-intelligence-system
Scaffolds and registers specialist agent profiles following strict naming conventions. Validates frontmatter and runs conformance tests to prevent phantom/orphan references.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starlight-intelligence-system:agent-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill allows the agent to dynamically create and register new specialist agents inside the Starlight Intelligence System (or custom vertical sub-stacks) while ensuring that the repository's strict symmetry tests remain fully green.
This skill allows the agent to dynamically create and register new specialist agents inside the Starlight Intelligence System (or custom vertical sub-stacks) while ensuring that the repository's strict symmetry tests remain fully green.
orchestration/workflow-designmemory/vault-managementTo create a new agent:
space-orbit-tracker).agents/starlight-{name}.md (or vertical sub-path) using the standard agent template.agents/AGENT_REGISTRY.md and root AGENTS.md.npm test test/v76.test.ts to ensure no phantoms or orphans are introduced.Every agent profile markdown file must contain:
name: starlight-{slug}, tier: specialist, domain, and voice.tier: or voice: will break the validation parser.AGENT_REGISTRY.md without writing the markdown file to disk.starlight- prefix for core agents.npx claudepluginhub frankxai/starlight-intelligence-systemProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.