docs: add creative and security to skill proposal categories - #279
Merged
rosspeili merged 1 commit intoAug 6, 2026
Merged
Conversation
Contributor
|
Thanks @UroojFatima-052, this LGTM. Not blocking, what would be nice ot have in the same PR: a one-line note in CONTRIBUTING to update Welcome aboard, and thanks for picking up a good first issue. <3 |
rosspeili
added a commit
that referenced
this pull request
Aug 6, 2026
Document maintainer checklist for new skill categories, fix security in agent workflow category list, and note #279 under [Unreleased].
Contributor
Author
|
Thanks so much for the review and the welcome !! And for CONTRIBUTING.md I am happy to open a follow-up PR if you'd like to. |
Contributor
|
Hey @UroojFatima-052, that is covered in the maintainer chore, but thanks for offering. <3 Feel free to browse more good first issues that are up for grabs on Skillware, or explore some of our other repos that have good first issues and help wanted. Good luck! |
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.
Closes #277
Syncs the New Skill Proposal template with the current registry by adding the two missing categories (
creative,security) that already have shipped skills.Changes
.github/ISSUE_TEMPLATE/01_skill_proposal.ymlcreativeandsecurityto the category dropdown, sorted alphabetically alongside the existing options.github/labels.jsoncreativelabel matching the format/style of the existingsecuritylabelNotes
CONTRIBUTING.mdand the skill folder layout alone since they were marked out of scopescripts/sync_labels.pylocally per your earlier note, CI will sync the new label on mergeLet me know if any adjustments are needed!