support subdir within git url
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 1.5k
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 66
Description
so there are a few repos that function as a package repository for skills, so you'll often see instructions like npx skillfish add somtougeh/somto-dev-toolkit biome-gritql where biom-gritql is a subdir within the repo that contains a skill, often sites will link directly to the subdir containing the skill. I think a nice QoL feature would be to support git urls that point to a subdir within a repo
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI entry point and the code that parses or fetches git URLs. Trace how the existing npx skillfish add somtougeh/somto-dev-toolkit form identifies the repository, then verify behavior with a repository path followed by biome-gritql. Done means a git URL can target the requested subdirectory without breaking repository-level installs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100