Skip to main content
Run any command with npx @getskillmd/cli <command> or, with a global install, just skillmd <command>.

Overview

CommandWhat it does
addInstall a skill into your IDE rule files
listList skills installed in this project
syncSync this project’s skills with their sources
watchWatch and keep skills up to date as you work
initScaffold a themed project from a public skill
loginSign in via the browser
logoutRemove the local CLI credentials
whoamiPrint the current account and quota status

Skill commands

add

Install a skill into your editor’s native rules location. Detects Claude Code, Cursor, Windsurf, Antigravity, and VS Code (GitHub Copilot).
skillmd add <skill>

list

Show the skills currently installed in this project.
skillmd list

sync

Reconcile the project’s installed skills with their sources — useful after pulling changes or refreshing skills.
skillmd sync

watch

Keep skills current automatically while you work.
skillmd watch

Project commands

init

Scaffold a new themed project from a public skill — a fast way to start from a design or library skill someone has already published.
skillmd init
Browse Discover first to find a skill worth scaffolding from.

Account commands

login

Authenticate through your browser. See Authentication.
skillmd login

logout

Remove locally stored credentials.
skillmd logout

whoami

Print the signed-in account and remaining quota.
skillmd whoami