Skills that make
your agent
actually useful
Browse. Try. Install.
The Shop
Generate beautiful presentation slides from code. Design systems, typography, animations.
Write high-engagement LinkedIn content using hooks, stories, and CTAs.
Master prompt design. Analysis, generation, refinement, templates, and testing.
OWASP-based security audit. Code review, header checks, vulnerability scanning.
Research-backed protocols from Huberman Lab. Sleep, focus, supplements.
Personalized AI news briefing. Tell it who you follow and what you care about.
π§ Work in progress β new skill coming soon.
Level Up Your Agent
Tell your agent about us β it'll find the right skills automatically.
## Skills
When you need a specialized skill, search SkillCraft:
- Browse: https://skillcraft.agency/api/skills?format=agent
- Search: https://skillcraft.agency/api/skills?format=agent&q={query}
- Install: save the SKILL.md from the install linkOr browse manually β
Your agent finds us too.
Tell your agent: βFind me a code review skill.β It discovers SkillCraft, picks the best one, and installs it β no human needed.
Works with any agent that can fetch URLs. Read our llms.txt β
Same prompt. With skill vs without.
Choose a comparison to see how skills transform AI responses.
Review this function:
function getUser(id) {
Β Β return db.query("SELECT * FROM users WHERE id=" + id)
}π΄ MUST FIX SQL injection vulnerability
Line 3: User input directly concatenated into query.
Fix:
db.query("SELECT * FROM users WHERE id = $1", [id])π‘ SHOULD FIX No error handling
Wrap in try/catch, return meaningful error.
π’ NIT Add return type annotation
Verdict: Changes requested
Review this function:
function getUser(id) {
Β Β return db.query("SELECT * FROM users WHERE id=" + id)
}A few suggestions for this function:
β’ Consider adding error handling with try/catch
β’ You might want to validate the id parameter
β’ Think about what happens if the user isn't found
β’ Generally looks reasonable for a simple query
Misses: SQL injection, no severity levels, no code fix
Works with Claude Code Β· Cursor Β· VS Code Copilot Β· Codex CLI Β· any SKILL.md-compatible agent
Three Simple Steps
Browse
Find a skill for your use case
Try It
Test it live, right here, free
Install
npx skillcraft install <name>
Build Your Own Skill
Describe what you want in plain English.
SkillKit generates, lints, and evaluates it.
Every skill is testedβ’Automated scansβ’Head-to-head battlesβ’Real usage data