Type once:/code-review

Claude forgets.
OpenSkill doesn't.

Turn your best prompts into permanent slash commands. Create once, invoke forever, never explain yourself twice.

curl -fsSL openskill.online/api/install | bash

or read the docs · how to install

OpenSkill - Because Claude has short-term memory, but you don't have to | Product Hunt
openskill
$ openskill init
New to Skills?

What are Claude Skills?

Skills are reusable instructions that teach Claude how to behave. Think of them as recipes for AI behavior.

Without Skills

Every time you ask:

"Review my code and check for security issues, also make sure error handling is good, and follow our team's coding standards which are..."

Repeat every single time...

With OpenSkill

Just type:

/code-review

Claude already knows what to do!

Works with Claude Code — Anthropic's official CLI

Get Claude Code
Live Demo

See it in action

Watch how /code-review catches vulnerabilities in real-time

payment.js
1function processPayment(amount, card) {
2 const result = eval(card.data);
3 db.query(`SELECT * FROM users WHERE id=${userId}`);
4 if (amount > 0) {
5 return charge(amount);
6 }
7}
>
Waiting for command...

Powered by your favorite AI providers

Groq
OpenAI
Anthropic
Ollama

Everything you need

OpenSkill combines the power of AI with a simple CLI interface to streamline your Claude workflow.

Skill Templates

8 pre-built templates for code review, testing, debugging, API design, and more.

AI-Powered

Test, improve, and explain skills using AI. Get suggestions to make your skills better.

Tags & Groups

Organize skills with tags and groups. Filter by category, find skills instantly.

Git Sync

Back up skills to Git repositories. Share with your team, sync across machines.

Import/Export

Export to JSON, YAML, or Markdown. Import from files, URLs, or other sources.

Version History

Track every change with auto-versioning. Diff and rollback to any previous version.

Context Providers

Define files, globs, commands, and URLs that skills use to gather context.

Workspaces

Project-specific skill configuration. Override variables per project.

Pre/Post Hooks

Run commands before and after skill execution. Integrate with your workflow.

Get Started Fast

Popular skill templates

Start with battle-tested templates or create your own from scratch

code-review

Review code for quality, bugs, and best practices

codereview
testing

Write comprehensive test suites

testingquality
debugging

Systematic debugging and root cause analysis

debuggingtroubleshooting
security-review

Review code for security vulnerabilities

securityowasp
Use a template:openskill template use code-review

Your workflows deserve to be remembered.

Stop re-explaining yourself. Start in under a minute.

macOSLinuxARM64x86_64
curl -fsSL openskill.online/api/install | bash

Supports Groq, OpenAI, Anthropic, and Ollama (local)