I have workflows like the following, each defined as a skill: Skill 1
- do A
- do B
- do C Skill 2
- do X
- do B
- do Z I don’t want to define “B” independently in each skill, I’d rather have a single definition. My first thought was that I’d create a Skill B, then the skills 1 and 2 could each discover/use Skill B. But skills don’t have discovery of other skills, so I’m clearly holding it wrong. Assume for this too that what happens in B requires Claude and that it can’t simply be reduced to a reusable script. What strategies exist to do this? Part of my interest here is in making smaller, testable building blocks that I could then compose into a larger skill. Any suggestions around that are great Edit: Another use case for something like this is developing things within a team. Often within a team someone might write a good “do B” skill, and I’d like it to be consumable by other people writing their own skills submitted by /u/scribby182
Originally posted by u/scribby182 on r/ClaudeCode
You must log in or # to comment.
