feat: add agent validation and improve CI workflow#40
Merged
quuu merged 3 commits intovercel-labs:mainfrom Jan 19, 2026
Merged
Conversation
cd2a7e1 to
3c52c48
Compare
Contributor
Author
|
@quuu - addressed the conflicts from the other commits and added one more addition |
- Fix OpenCode paths to use 'skills' (plural) instead of 'skill' - Add validate-agents script to check for duplicate displayNames and skillsDirs - Rename update-readme to sync-agents (now also updates package.json keywords) - Combine workflows into single agents.yml with validate and sync jobs - Remove scripts from package.json (CI-only) - Add telemetry documentation to README - Support importing skills from non-default branches via tree URLs Closes #36 Closes #37 Closes #42
3c52c48 to
758f43f
Compare
quuu
reviewed
Jan 19, 2026
quuu
reviewed
Jan 19, 2026
quuu
reviewed
Jan 19, 2026
quuu
reviewed
Jan 19, 2026
- Fix homedir normalization to work on macOS/Windows (use os.homedir()) - Add unit tests for source-parser.ts
Contributor
Author
quuu
approved these changes
Jan 19, 2026
Collaborator
quuu
left a comment
There was a problem hiding this comment.
the revisions look good! thanks a lot
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
Fix OpenCode paths to use skills (plural) instead of skill
Add validate-agents script to prevent duplicate agent entries (checks displayName and skillsDir conflicts)
Rename update-readme to sync-agents, now updates both README and package.json keywords, multiple changes to the script structure
Single workflow for handling the agent validation and sync jobs
README and package.json kept in sync with validated agents
Added source parser unit test
Test Plan
Closes #22
Closes #36
Closes #37
Closes #42