@polyskill/getting-started
Learn how to use the PolySkill CLI to search, install, create, and publish skills
Install
Add @polyskill/getting-started to Claude Code with the PolySkill CLI: polyskill add @polyskill/getting-started
Instructions
# PolySkill PolySkill is an open marketplace for LLM-agnostic skills. A skill is a portable package containing instructions (prompts), optional tool definitions, and adapter outputs for different LLM platforms. There are two ways to consume skills: - **CLI** (requires Node.js) — Installs skill files to disk in the location your coding assistant auto-discovers (e.g., `~/.claude/skills/` for Claude Code). Skills persist across sessions. - **REST API** (works from any environment) — Returns skill data as JSON for immediate, in-memory use. Nothing is written to disk. Use this when you can make HT…
Keywords: getting-started, tutorial, cli, guide