| name | jeffallan-skills |
| description | Reference to the Jeffallan/claude-skills bundle (66 full-stack pair-programmer skills covering backend, frontend, infrastructure, testing, security, documentation). Use as a catalog to cherry-pick individual skills — do NOT install all 66 at once, the context bloat is significant. |
| license | MIT |
| metadata | {"author":"Jeffallan","source":"https://github.com/Jeffallan/claude-skills","source-version":"2026-05-15","maintainer":"izo"} |
Jeffallan Claude Skills (bundle, cherry-pick reference)
The Jeffallan/claude-skills repo ships 66 full-stack skills — backend, frontend, infrastructure, testing, security, documentation. This stub is a catalog reference, not an auto-installer.
Why this is a stub
ulk already ships 87 specialised agents and a curated set of community skills. Auto-installing 66 more would:
- Bloat the skill index Claude sees on every session.
- Create overlap with ulk's specialised agents (api-builder, frontend-qa, ed209, etc.).
- Make
/context-audit warnings noisy.
Recommended approach: read the upstream catalog, identify the 2–3 skills that fill a real gap in your project, install only those.
Browsing the catalog
curl.md https://raw.githubusercontent.com/Jeffallan/claude-skills/main/README.md
Cherry-picking a single skill
SKILL=<skill-name>
mkdir -p ~/.claude/skills/jeffallan-$SKILL
curl.md https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/$SKILL/SKILL.md > ~/.claude/skills/jeffallan-$SKILL/SKILL.md
(Prefix with jeffallan- to avoid name collisions with ulk-bundled skills.)
Routing rule
When you'd consider a Jeffallan skill, first check ulk's coverage:
| Domain | ulk's coverage |
|---|
| Backend/API | happy (49) — OpenAPI doc generator; api-builder agents |
| Frontend | brique — UI generator; frontend-qa (02); visual-auditor (03) |
| Tests | test-unit, test-e2e agents |
| Infrastructure | routine (53), ci-guard (54), vps-* agents |
| Security | ed209 (52) — OWASP audit |
| Docs | shuri (01) — docs pipeline; strange (16) — reverse doc |
If no ulk agent covers your need → cherry-pick from Jeffallan.
Discouraged
Do not mirror all 66 SKILL.md files into ~/.claude/skills/. ulk's /context-audit will flag this as token waste.