shared-content-references
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Shared Content References
Resolve "where does the shared copy live?" for prose duplicated across two or more SKILL.md or
agent files inside one plugin.
1. Scope Gate
Applies when the same prose is needed by 2+ SKILL.md or agent files in one plugin.
Does not apply — route elsewhere instead:
- One skill's own content is too long → activate the
/plugin-creator:refactor-skillskill (SK006/SK007 token thresholds). - Deciding whether content belongs in a skill's
SKILL.mdbody or its ownreferences/directory (a single-skill boundary, not a cross-skill one) → activate the/plugin-creator:optimizeskill or the/plugin-creator:agentskillsskill. - Sharing executable code (scripts, shell utilities) rather than prose → activate the
/plugin-creator:component-patternsskill, §Shared Resources (lib/at the plugin root, accessed via${CLAUDE_PLUGIN_ROOT}/lib/).