@tickpick/skills
v0.1.4
Published
Install Claude Code skills shared by the TickPick PM team
Readme
@tickpick/skills
Install Claude Code skills shared by the TickPick PM team.
Usage
# List available skills
npx @tickpick/skills list
# Install a skill (project-local)
npx @tickpick/skills add write-prd
# Install globally (available in all projects)
npx @tickpick/skills add write-prd --global
# Update all installed skills
npx @tickpick/skills update
# Remove a skill
npx @tickpick/skills remove write-prdUsing installed skills
Once installed, skills are available in Claude Code via the / command:
/write-prd Payment confirmation redesignConfiguration
By default, skills are fetched from the TickPick PM Companion registry. Override with:
# Environment variable
SKILLS_REGISTRY_URL=https://your-app.vercel.app/api/skills/registry npx @tickpick/skills list
# CLI flag
npx @tickpick/skills list --registry=https://your-app.vercel.app/api/skills/registry