Skills that make
your agent
actually useful

Browse. Try. Install.

Scroll

The Shop

Frontend SlidesDownload

Generate beautiful presentation slides from code. Design systems, typography, animations.

Design
Download
LinkedIn PostNew

Write high-engagement LinkedIn content using hooks, stories, and CTAs.

Content
Prompt Engineering ExpertNew

Master prompt design. Analysis, generation, refinement, templates, and testing.

Dev
Security AuditorNew

OWASP-based security audit. Code review, header checks, vulnerability scanning.

Security
Huberman HealthPremium

Research-backed protocols from Huberman Lab. Sleep, focus, supplements.

Health
Keep Me UpdatedPremium

Personalized AI news briefing. Tell it who you follow and what you care about.

Intel
Demo SkillWIP by Alex

🚧 Work in progress β€” new skill coming soon.

Meta
🚧 Coming Soon

Level Up Your Agent

Tell your agent about us β€” it'll find the right skills automatically.

Add to your agent config β€” one time, works forever
## 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 link

Or 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.

$ curl skillcraft.agency/api/skills?q=code+review&format=agent
# β†’ staff-engineer (88/100) β€” install link included
$ curl skillcraft.agency/api/skills/staff-engineer/install > .claude/skills/staff-engineer/SKILL.md
# β†’ done. your agent just leveled up.

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.

πŸ§‘ User:
Review this function:
function getUser(id) {
Β Β return db.query("SELECT * FROM users WHERE id=" + id)
}
πŸ€– Staff Engineer:

πŸ”΄ 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
✨ With Staff Engineer
πŸ§‘ User:
Review this function:
function getUser(id) {
Β Β return db.query("SELECT * FROM users WHERE id=" + id)
}
πŸ€– Assistant:

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
Without Skill

Works with Claude Code Β· Cursor Β· VS Code Copilot Β· Codex CLI Β· any SKILL.md-compatible agent

Three Simple Steps

1

Browse

Find a skill for your use case

β†’
2

Try It

Test it live, right here, free

β†’
3

Install

npx skillcraft install <name>

Build Your Own Skill

Describe what you want in plain English.
SkillKit generates, lints, and evaluates it.

Open SkillKit

Every skill is testedβ€’Automated scansβ€’Head-to-head battlesβ€’Real usage data

Make your agent better today

Join thousands of developers building smarter AI agents.

Build Your Own