skill_bundled_resources
Whether the skill directory may contain arbitrary co-located files (scripts, templates, configs, checklists) beyond SKILL.md that the agent can access when the skill is invoked. Enables multi-file skill bundles without converting supporting files into separate skills or rules.
Type: bool Content type: skills
Provider Support
Section titled “Provider Support”| Provider | Supported | Mechanism |
|---|---|---|
| amp | ✓ | Arbitrary files (scripts, templates, configs) co-located alongside SKILL.md in the skill directory; agent reads them by relative path when the skill is invoked. |
| cline | ✓ | Optional docs/, templates/, scripts/ subdirectories under SKILL.md are loaded on demand when the skill is invoked. |
| pi | ✓ | Skill directories may include scripts/, references/, and assets/ subdirectories that SKILL.md references via relative paths. |
| windsurf | ✓ | Arbitrary additional files alongside SKILL.md (scripts, checklists, templates) in the skill directory; all are loaded when the skill is invoked. |
| claude-code | ✗ | not documented |
| codex | ✗ | not documented |
| copilot-cli | ✗ | not documented |
| crush | ✗ | not documented |
| cursor | ✗ | not documented |
| factory-droid | ✗ | not documented |
| gemini-cli | ✗ | not documented |
| kiro | ✗ | not documented |
| opencode | ✗ | not documented |
| roo-code | ✗ | not documented |
| zed | ✗ | not documented |