5 Free Claude Skills That Make Your AI Actually Good
Five free skills that turn Claude Code from a generalist into an expert, plus two live-data add-ons. Copy, paste, done.
or download the PDF insteadA skill is a folder of instructions Claude loads only when it needs it. That one change turns the AI from a generalist guessing its way through a task into an expert that knows the rules of the job. All five below are free. Paste each command into the terminal where Claude Code runs, or grab the file straight from GitHub.
Prefer this as a download? The full one-page cheat sheet with every install command is attached as a PDF. Download the PDF →
1. grill-me
Stops Claude from building your bad idea perfectly. It interrogates your plan first, one sharp question at a time, until the architecture actually holds up.
- Marketplace:
claude plugin marketplace add mattpocock/skills - GitHub (store-decisions variant, logs every decision): https://raw.githubusercontent.com/vbalasu/grill-me-store-decisions/main/SKILL.md
2. karpathy-guidelines
Kills over-engineering. Forces simple, surgical edits and real tests instead of 200 lines where 50 would do.
- GitHub: https://github.com/multica-ai/andrej-karpathy-skills/blob/main/skills/karpathy-guidelines/SKILL.md
3. frontend-design
Gets Claude out of generic AI defaults and into bold type, opinionated color and real layout. Anthropic's own design skill.
- Marketplace:
claude plugin marketplace add anthropics/skills - GitHub: https://github.com/anthropics/skills
4. paper-search
No more fake citations. Pulls real papers from OpenAlex, 250M+ works, no API key needed.
- Marketplace:
claude plugin marketplace add ykdojo/paper-searchthenclaude plugin install paper-search@paper-search
5. docx & pdf core
Turns Claude into a real document engine, proper Word and PDF files instead of markdown with a renamed extension. Same Anthropic bundle as frontend-design (install the document-skills bundle).
- Marketplace:
claude plugin marketplace add anthropics/skills - GitHub: https://github.com/anthropics/skills
Bonus: give Claude live data
Context7 feeds it up-to-date library docs so it stops writing code against deprecated APIs.
claude mcp add context7 -- npx -y @upstash/context7-mcp
Firecrawl gives it the live web, search, scrape and crawl.
claude mcp add firecrawl -- npx -y firecrawl-mcp
One rule before you install anything: skills can run code on your machine. Only add ones you have read, keep them sandboxed, and never let a skill near your API keys.
5 Free Claude Skills That Make Your AI Actually Good
One-page PDF version
Want more of this?
Go one degree beyond.
We publish workflows like this one in the 361TECH newsletter — for students, founders, and self-taught builders. One short issue at a time: what we built, what we learned, and one honest opinion about where tech is heading.
Related resources
AI
Logo, Everywhere: 8 AI Scenes That Turn Your Brand Into Reels
A step-by-step tutorial for placing your logo on real-world surfaces with AI, then animating each scene into a short cinematic reel.
ReadAI
The Builder's Prompt Pack: 10 Prompts We Actually Reuse
Ten high-leverage ChatGPT & Claude prompts for founders and builders — to ship faster, think sharper, and get one degree beyond the generic answer.
ReadAI
The Prompt Engineering Cheatsheet
A one-page mental model for writing AI prompts that get you one degree beyond the generic answer — works with Claude, ChatGPT, or anything else.
Read