synthesize_skills
Merge rules from multiple community skills into one cross-source playbook. Use for broad tasks to obtain combined guidance from the field.
Instructions
Pull the BEST rules across the top matching community skills and merge them into one cross-source playbook - use for broad "how should I approach X / current best practices" tasks that span multiple skills, or when you want the field's combined guidance rather than one skill's. For a single specific skill (and its bundled scripts/files), use load_skill instead. Pass your task as query and your stack + constraints as context (required). Returns a deduped, provenance-tagged rule digest plus each source skill materialized on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The topic/task to synthesize across skills (e.g. "playwright e2e testing best practices"). | |
| context | Yes | REQUIRED. What you are actually doing + your stack + constraints. Ranks candidates and fits them to your repo. |