# SkillCraft — The Skill Store for AI Agents > Browse, try, and install skills that make your agent better. > https://skillcraft.agency ## API Endpoints - GET /api/skills — list all skills (JSON) - GET /api/skills?q={query} — search skills by use case - GET /api/skills?format=agent — agent-optimized response - GET /api/skills/{slug} — get skill details including full SKILL.md content - GET /api/skills/{slug}/install — get raw SKILL.md ready to save to disk - POST /api/skills/{slug}/try — test a skill with a prompt (body: {"prompt": "..."}) ## Featured Skills - staff-engineer: FAANG-quality code review with 7-lens framework (Score: 88/100) - agent-security: Scan skills for safety, audit sessions, harden configs (Score: 86/100) - huberman-health: Research-backed health protocols from Huberman Lab (Score: 85/100) - best-practice-clawd: Meta-skill to write better skills and configure agents (Score: 90/100) - linkedin-post: OTII framework for high-engagement LinkedIn posts (Score: 76/100) - keep-me-updated: Personalized news and intelligence briefing (Score: 74/100) - frontend-slides: Build beautiful, animation-rich HTML presentations (Score: 84/100) ## How to Install a Skill Save the SKILL.md content to your agent's skills directory: - Claude Code: .claude/skills/{name}/SKILL.md - Cursor: .cursor/skills/{name}/SKILL.md - Codex CLI: codex/skills/{name}/SKILL.md - VS Code Copilot: .github/skills/{name}/SKILL.md - General: .skills/{name}/SKILL.md Example: curl -s https://skillcraft.agency/api/skills/staff-engineer/install > .claude/skills/staff-engineer/SKILL.md ## Quality Every skill has a SkillScore (0-100) based on: - 70% Technical: automated testing + head-to-head battle vs baseline - 30% Community: usage data + GitHub activity + social mentions Only install skills scoring 75+ for production use. ## About SkillCraft evaluates, scores, and ranks AI agent skills. Contact: ariachen@berkeley.edu