Skip to content

fix(skills): use bare-repo install command in docs#10

Closed
mandarnilange wants to merge 2 commits intomainfrom
fix/skill-install-command
Closed

fix(skills): use bare-repo install command in docs#10
mandarnilange wants to merge 2 commits intomainfrom
fix/skill-install-command

Conversation

@mandarnilange
Copy link
Copy Markdown
Owner

Summary

The README and skills/README.md advertised npx skills add mandarnilange/agentforge/agentforge-workflow as 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 for agentforge-workflow/SKILL.md at 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.mdnpx skills add mandarnilange/agentforge
  • skills/README.md — same, plus a working tree-URL alternative for installing a single skill in isolation

Test plan

  • npx skills add mandarnilange/agentforge succeeds locally and installs agentforge-workflow
  • Tree-URL alternative installs the single skill

…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.
@mandarnilange
Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant