Summary
The README appears to reference the old or incorrect repository name base/base-skills, while the current repository is base/skills.
What I found
Several links and badges in README.md still use base/base-skills.
Examples:
- GitHub contributors badge/link
- GitHub commit activity badge/link
- GitHub repo size badge
- Pull requests badge/link
- Issues badge/link
- Installation command
The installation command currently says:
npx skills add base/base-skills
Expected behavior
The README should point to the current repository:
base/skills
The installation command should likely be:
npx skills add base/skills
Suggested fix
Update README references from base/base-skills to base/skills.
Impact
Users following the README may use an incorrect installation command or click badges/links that point to the wrong GitHub repository.
Summary
The README appears to reference the old or incorrect repository name
base/base-skills, while the current repository isbase/skills.What I found
Several links and badges in README.md still use
base/base-skills.Examples:
The installation command currently says:
npx skills add base/base-skillsExpected behavior
The README should point to the current repository:
base/skillsThe installation command should likely be:
npx skills add base/skillsSuggested fix
Update README references from
base/base-skillstobase/skills.Impact
Users following the README may use an incorrect installation command or click badges/links that point to the wrong GitHub repository.