Top Rated
The most starred skills loved by the community. Quality guaranteed!
computer-use
by NousResearch
Drive the user's desktop in the background — clicking, typing, scrolling, dragging — without stealing the cursor, keyboard focus, or switching virtual desktops / Spaces. Cross-platform: macOS, Windows, Linux. Works with any tool-capable model. Load this skill whenever the computer_use tool is available.
creative-ideation
by NousResearch
"Generate ideas via named methods from creative practice."
evm
by NousResearch
"Read-only EVM client: wallets, tokens, gas across 8 chains."
antigravity-cli
by NousResearch
"Operate the Antigravity CLI (agy): plugins, auth, sandbox."
minecraft-modpack-server
by NousResearch
"Host modded Minecraft servers (CurseForge, Modrinth)."
pokemon-player
by NousResearch
"Play Pokemon via headless emulator + RAM reads."
baoyu-article-illustrator
by NousResearch
"Article illustrations: type × style × palette consistency."
hermes-s6-container-supervision
by NousResearch
Modify, debug, or extend the s6-overlay supervision tree inside the Hermes Agent Docker image — adding new services, debugging profile gateways, understanding the Architecture B main-program pattern.
openhands
by NousResearch
Delegate coding to OpenHands CLI (model-agnostic, LiteLLM).
baoyu-comic
by NousResearch
"Knowledge comics (知识漫画): educational, biography, tutorial."
grill-with-docs
by mattpocock
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
grill-me
by mattpocock
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
improve-codebase-architecture
by mattpocock
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
grok
by NousResearch
"Delegate coding to xAI Grok Build CLI (features, PRs)."
ubiquitous-language
by mattpocock
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".
diagnose
by mattpocock
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
write-a-skill
by mattpocock
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
zoom-out
by mattpocock
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
tdd
by mattpocock
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
scaffold-exercises
by mattpocock
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
setup-pre-commit
by mattpocock
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
pixel-art
by NousResearch
"Pixel art w/ era palettes (NES, Game Boy, PICO-8)."
pinggy-tunnel
by NousResearch
Zero-install localhost tunnels over SSH via Pinggy.
request-refactor-plan
by mattpocock
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.