feat: integrate auplc-skills into the repository as a bundled plugin#180
Open
KerwinTsaiii wants to merge 3 commits into
Open
feat: integrate auplc-skills into the repository as a bundled plugin#180KerwinTsaiii wants to merge 3 commits into
KerwinTsaiii wants to merge 3 commits into
Conversation
Bring the auplc-skills catalog into aup-learning-cloud so the whole repo is the plugin (marketplace source "./"), installable directly from GitHub via claude-code/cursor. Skills, templates, docs, plugin manifests, and the validation scripts now live at the repo root; the skills README is kept as README-SKILL.md and linked from the main README. - Add .claude-plugin/ and .cursor-plugin/ manifests (plugin "auplc") - Add skills/, templates/, plugin-metadata.json and skill authoring docs - Merge skill validation workflow into .github/workflows/validate-skills.yml and scripts under .github/scripts/ - Add scripts/check_skills_version.py to keep version fields in sync with pyproject.toml (strategy A + C: shared project version, pinned via git tags) - Point skill install instructions at AMDResearch/aup-learning-cloud Co-authored-by: Cursor <cursoragent@cursor.com>
…lc-skills Co-authored-by: Cursor <cursoragent@cursor.com> # Conflicts: # README.md
- gen_configs.py: drop quoted `-> None` annotation (ruff UP037) - gen_configs.py, validate.py: apply ruff formatter style - verify_monitoring.sh: use if/then/else instead of `A && B || C` (SC2015) - hub-api-env.sh: annotate intentional source/exec guard (SC2317) Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
source: "./"), installable directly from GitHub via claude-code / cursor..claude-plugin/and.cursor-plugin/manifests (pluginauplc), plusskills/(13 skills),templates/,plugin-metadata.json, and skill-authoring docs..github/workflows/validate-skills.ymlwith scripts under.github/scripts/.scripts/check_skills_version.pyto keep version fields in sync withpyproject.toml(strategy A + C: shared project version, pinned via git tags).README-SKILL.md, linked from the mainREADME.md; install instructions point toAMDResearch/aup-learning-cloud.Test plan
claude plugin validate .passesmarketplace add->install auplc@auplc-skills-> all 13 skills discovered -> cleaned upvalidate_skills.py(13 skills, 0 errors),--marketplace-only, andgenerate_cursor_marketplace.py --checkpassscripts/check_skills_version.pyreports all version fields at0.1.0validate-skillsworkflow green on PR