Do GSD subagents follow "read from absolute path" instructions in bridge SKILL.md files? #838
Unanswered
anas-yousef
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Do GSD subagents follow "read from absolute path" instructions in bridge SKILL.md files?
I have globally-installed skills under
~/.agents/skills/(installed vianpx skills addon macOS), and project-specific skills under.claude/skills/in my repo.To avoid duplicating skill content, I created "bridge" SKILL.md files in my project that reference the global skills by absolute path. For example,
.claude/skills/code-reviewer/SKILL.mdcontains:I can confirm from the executor logs that GSD subagents do discover
.claude/skills/*/SKILL.mdfiles — I see themls-ing the directory and reading into the skill folders.My question: Is this bridge pattern sufficient? Will a gsd-executor or gsd-planner agent actually follow the instruction to
Readthe full skill from the absolute path (~/.agents/skills/...), or does it just read the local SKILL.md and stop there?If this doesn't work reliably, should I instead:
Any guidance on the recommended way to make globally-installed skills available to GSD subagents would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions