redhat-et / redhat-et/skillimage
Support sub-folders and additional arbitrary files in a skill
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9
- Forks
- 3
- Avg merge
- 18m
- Merged PRs (30d)
- 1
Description
I would like to be able to include arbitrary additional content like scripts, templates, and references in my skills.
AgentSkills.io describes this format:
my-skill/
├── SKILL.md # Required: metadata + instructions
├── scripts/ # Optional: executable code
├── references/ # Optional: documentation
├── assets/ # Optional: templates, resources
└── ... # Any additional files or directories
Is it possible to use this in skillimage? I didn't see an example with anything other than the SkillCard yaml and the SKILL.md.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining how skillimage currently handles the SkillCard YAML and SKILL.md files, then compare that behavior with the proposed skill layout. Add support for sub-folders and arbitrary files such as scripts, references, and assets, and verify that a skill containing those entries is included correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown, yaml
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100