skill-group
Installation
SKILL.md
Skill Group
A Group Skill composes multiple sub-skills into a single orchestrated workflow. All sub-skills share a common context object (Blackboard pattern) — each skill reads from and writes to it, so information flows naturally between steps.
Trigger
Syntax:
/skill-group <skill-name-1>, <skill-name-2>[, <skill-name-3> ...]
Examples:
/skill-group google-news-seo, insight-pdf
/skill-group git-intelligence, insight-pdf
/skill-group google-news-seo, seo-review, insight-pdf