@selfxyz/skills
v0.1.1
Published
Install Self Agent Skills (self.xyz) into Claude Code — npx @selfxyz/skills add <skill>
Readme
@selfxyz/skills
Install Self Agent Skills into Claude Code.
Self ships a root skill plus one detailed skill per product (Enterprise, Pass, Connect, Agent ID). Each is a SKILL.md + reference files that teach a coding agent how to integrate Self correctly. This CLI downloads them into your Claude Code skills directory.
Usage
# List available skills
npx @selfxyz/skills list
# Install the root skill (routes your agent to the right product)
npx @selfxyz/skills add self
# Install specific product skills
npx @selfxyz/skills add self-pass self-enterprise
# Install everything
npx @selfxyz/skills add --all
# Install into the current repo's ./.claude/skills instead of ~/.claude/skills
npx @selfxyz/skills add self --projectBy default skills install to ~/.claude/skills/<name>/. Restart Claude Code (or run /skills) to pick them up.
Without npm
Prefer a one-liner? The docs site hosts an equivalent installer:
curl -fsSL https://docs.self.xyz/skills.sh | bash # all skills
curl -fsSL https://docs.self.xyz/skills.sh | bash -s -- self-passEvery skill is also downloadable as raw Markdown — see the registry at https://docs.self.xyz/skills.json and the docs at https://docs.self.xyz/skills/.
