Individualized skill syncing? #34
-
|
Is it possible to do something like this? assume skills a, b, and c all in skillshare and 3 ai clis, cc gemini and codex skill a just for cc Doesn't seem like it's possible from the docs, but can you let me know if I'm missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes, this is supported! There are two ways to achieve per-skill target routing: 1. Skill-level
|
Beta Was this translation helpful? Give feedback.
Yes, this is supported! There are two ways to achieve per-skill target routing:
1. Skill-level
targetsfield (set by skill author)In each skill's
SKILL.mdfrontmatter, add atargetsfield to restrict which CLIs it syncs to:2. Config-level
include/excludefilters (set by consumer)Alternatively, you can control routing from your
config.yamlusing per-target filters: