Skip to content
Discussion options

You must be logged in to vote

Update — your question actually gave me the inspiration, and I ran into the exact same need myself recently, so I went ahead and built per-target include/exclude filtering. It ships in v0.12.6.

For your use case, there are two steps:

Step 1 — Install with distinct names (you may already have this from the earlier workaround):

skillshare install github.com/user/repo/.codex/skills/planning-with-files --name codex-planning
skillshare install github.com/user/repo/.gemini/skills/planning-with-files --name gemini-planning

Since both subdirectories share the same folder name (planning-with-files), --name gives each a unique identity in the source.

Step 2 — Exclude the other target's skill:

targets

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@leeeezx
Comment options

@runkids
Comment options

@leeeezx
Comment options

Comment options

You must be logged in to vote
3 replies
@leeeezx
Comment options

@leeeezx
Comment options

@runkids
Comment options

Answer selected by leeeezx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request good first issue Good for newcomers
2 participants
Converted from issue

This discussion was converted from issue #21 on February 13, 2026 08:31.