fix(skills): use bare-repo install command in docs#10
Closed
mandarnilange wants to merge 2 commits intomainfrom
Closed
fix(skills): use bare-repo install command in docs#10mandarnilange wants to merge 2 commits intomainfrom
mandarnilange wants to merge 2 commits intomainfrom
Conversation
…erpreted as a directory, not a skill filter)
… skills-lock.json) Untracks .claude/scheduled_tasks.lock that was previously committed by mistake. These paths are per-developer CLI state and shouldn't be shared via git.
Owner
Author
|
Superseded by #11 — consolidating install-command fix and gitignore hygiene with the new skills (agentforge-template-author, agentforge-debug) into a single PR. |
8 tasks
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
The README and
skills/README.mdadvertisednpx skills add mandarnilange/agentforge/agentforge-workflowas the install. The Vercel skills CLI interprets the third path segment as a directory inside the repo, not a skill-name filter, so it looked foragentforge-workflow/SKILL.mdat the repo root and reported "No skills found."The bare-repo form scans the canonical
skills/directory and finds the skill. Verified locally — Option A works.Changes
README.md—npx skills add mandarnilange/agentforgeskills/README.md— same, plus a working tree-URL alternative for installing a single skill in isolationTest plan
npx skills add mandarnilange/agentforgesucceeds locally and installsagentforge-workflow