Individualized skill syncing? #34
Answered
by
runkids
TyceHerrman
asked this question in
Q&A
|
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? |
Answered by
runkids
Feb 21, 2026
Replies: 1 comment
|
Yes, this is supported! There are two ways to achieve per-skill target routing: 1. Skill-level
|
0 replies
Answer selected by
runkids
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: