From starlight-intelligence-system
Distills a completed multi-step workflow into a reusable SKILL.md and optional helper script, then registers it in skill-rules.json and SKILL_REGISTRY.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starlight-intelligence-system:workflow-skill-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables the agent to package successful SAGE workflows or human interactions into reusable, config-driven agent skills under `skills/` or vertical domains.
This skill enables the agent to package successful SAGE workflows or human interactions into reusable, config-driven agent skills under skills/ or vertical domains.
orchestration/workflow-designorchestration/agent-handoff-packetTo package a workflow:
SKILL.md under skills/<domain>/<name>/.references/cli_script_template.py template, incorporating rate limiting (Rule 2) and file-based output (Rule 4).skills/SKILL_REGISTRY.md and add the trigger rule to skills/skill-rules.json.npm test test/v77-skill-rules.test.ts to verify skill rule validity.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.