← ClaudeAtlas

skills-curator-litelisted

The intelligence layer for Claude skills — without Python. Maintains a trust-rated catalog (curated entries + live GitHub topic search via curl), identifies what fits your project (stack, deps, CLAUDE.md), recommends with pros/cons and per-project customization advice, persists every decision, and migrates across 55 supported agent platforms. Same model as the full version, no engine — the agent does the work via Bash, Read, Glob, Grep, Write. Use when the user mentions a skill, asks "should I install X", asks to evaluate / recommend / audit / check a skill, asks "what skills fit this project", asks for a list of supported platforms, or wants to migrate skills to another agent. Choose this over the full version when you don't have Python, want zero dependencies, or prefer transparent agent reasoning.
captkernel/Skills_Curator · ★ 2 · AI & Automation · score 79
Install: claude install-skill captkernel/Skills_Curator
# Skills Curator Lite **Install the skill. Customize it to your stack. Decide once, never re-decide. — without Python.** The intelligence layer for Claude skills, implemented as pure agent instructions. Same judgment-first model as the full [Skills Curator](https://github.com/captkernel/Skills_Curator) — evaluate before installing, persist your decisions, recommend by project fit, migrate across agent platforms — but the agent does the work directly using Bash, Read, Glob, Grep, and Write. **The headline capability is CUSTOMIZE** (see the dedicated section below): take any external skill, scan the project, and produce a project-tailored fork with examples rewritten for the user's actual stack. Nothing else in the ecosystem does this. Recommendation and evaluation are how you *get* to the right skill; customization is what makes adopting it painless. **Choose this when:** Python isn't available, you want zero dependencies, or you prefer agent reasoning you can read line-by-line. **Choose the full version when:** you have 100+ skills (single Python pass beats N agent calls), you want regression-tested code, or you need cross-device Gist sync. --- ## First activation in a session The first time this skill activates in a session, open with this two-line orientation **before** answering, then continue with whatever was asked: > 🧭 *Skills Curator Lite loaded — your intelligence layer for Claude skills (Python-free).* > *I maintain a trust-rated catalog (curated entries +