read the repo
skill-gate scans your project — languages, frameworks, recent commits, what you keep asking Claude about. No upload; everything happens in your Claude Code session.
the marketplace for Claude Code skills — browse, search, install. or just ask Claude to pick.
Every skill is AI-reviewed for safety, scored 0–10, and admin-accepted before it goes public. Install with one git clone. Or just ask: /skill-gate find me a skill for <X>.
Want one? Submit a request — anything with three upvotes gets fast-tracked for review.
$ request this skill →Install one skill, type one prompt. /skill-gate reads your project + recent prompts and picks the matches from the catalogue above.
git clone https://github.com/amineorion/skill-gate-skill.git ~/.claude/skills/skill-gate
skill-gate scans your project — languages, frameworks, recent commits, what you keep asking Claude about. No upload; everything happens in your Claude Code session.
Workflow signals go to /v1/recommend. The recommender ranks accepted skills by domain match, dependency overlap, and observed success rate across similar repos.
The top picks are cloned into ~/.claude/skills/ and Claude prints a one-line usage explainer per skill. Nothing runs without your okay.
Every skill in the marketplace was reviewed by Claude on the way in: scored, summarized, domain-tagged, safety-flagged. Admins accept before anything goes public.
The skill makes one call to the marketplace API: recommend. Everything else (scan, install, run) happens against your filesystem. Your code never leaves your machine.
Built a skill? Submit it. The AI reviewer runs first, then an admin accepts or rejects. Accepted skills appear in the marketplace with attribution.
Three commands. The whole skill is <80 KB. The marketplace lives in the cloud — the skill talks to it via one API call.
git clone https://github.com/amineorion/skill-gate-skill.git ~/.claude/skills/skill-gate
# restart Claude Code, then type /skills to verify
Then in any project:
/skill-gate set me up based on what I'm working on
Or, for a specific domain:
/skill-gate find me a skill for marketing copy
POST /v1/recommend with anonymized workflow signals (language, framework names, public dep names). Source is never uploaded.git clone from the canonical URL in the marketplace. You can pin or fork.