chore: move skill into SKILL.md#55
Open
markmcd wants to merge 3 commits into
Open
Conversation
By following the [skill spec](https://agentskills.io), and putting the skill definition in a SKILL.md file, the Colab skill will be installable via community tools, e.g. `npx skills install ...` and indices like https://skills.sh/
Collaborator
|
Thanks for the PR. In the future, we'd love for contributors to open issues or start a discussion first. In general we are excited about increasing skill usage. Thanks for testing this out. Are you familiar with any other projects having their SKILL files nested in a folder? Any example from a mature project would make this an immediate merge from me. I can also look around if you don't have an example. |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By following the skill spec, and putting the skill definition in a SKILL.md file, the Colab skill will be installable via community tools, e.g.
npx skills install ...and indices like https://skills.sh/. This also allows the skill to be version managed (i.e.skills-lock.json) and updated (npx skills update).I've also added an installation instruction to the skill so that users who stumble upon the tool via the skill have a path to onboard.
Tested, compare:
with:
lmkwyt!