Skip to content

sssssaud/git-finder-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”­ git-finder (Claude Skill)

A Claude Skill that finds and validates open-source GitHub repos for your project β€” instead of writing boilerplate from scratch.

You describe a requirement ("real-time face-recognition camera tracker on a wrapper like supervision"); the skill discovers candidates, fetches and reads their code, checks license + activity + architecture, and returns the top 3–4 repos you can build on β€” with an honest recommendation and a fallback.

What makes it a skill (not a one-off prompt)

It auto-triggers on intent. Once installed, you don't paste a prompt β€” you just ask "find me a repo for X" or "what should I build Y on top of", and Claude loads this skill on demand. Reusable across every project.

Structure

git-finder/
β”œβ”€β”€ SKILL.md                       # trigger + operating instructions (the brain)
└── references/                    # loaded on demand
    β”œβ”€β”€ validation_gates.md         # pass/fail gates + ranking (tune thresholds here)
    β”œβ”€β”€ output_template.md          # the exact report format
    β”œβ”€β”€ requirements_intake.md      # questions asked when your ask is vague
    └── example_run.md              # a worked input β†’ output example

Hard guarantees

  • Never invents repo names, URLs, or stats β€” unverifiable values are marked UNVERIFIED.
  • License is a hard gate β€” permissive only (MIT / Apache-2.0 / BSD), split licenses flagged.
  • Only fetched repos get described β€” no imagined architecture.
  • No application code unless you ask after validation.

Tuning

Edit references/validation_gates.md to change thresholds (maintenance window, allowed licenses, commercial-use requirement). SKILL.md reads from it, so criteria change without touching the core logic.

Install

To use this skill, clone it into your Claude skills directory:

git clone https://github.com/shaikh-saud705/git-finder-skill ~/.claude/skills/git-finder

Then restart Claude Code and run /skills to confirm it loaded.

About

πŸ”­ A Claude Skill that finds & validates open-source GitHub repos for your project β€” license/activity hard gates, top 3–4 picks, and a Quickstart (install + real-API usage) for each, so you build on a proven foundation instead of boilerplate.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors