Skip to content

vor enable skills

vor enable skills

Write the vor-stream pointer skill into agent skill directories

Synopsis

Write (or update) the single vor-stream pointer skill so AI agents learn to run 'vor show skills'.

With no --agent flag it writes both skill directories: the universal .agents/skills (read by Codex, GitHub Copilot, Cursor, Cline, Gemini, and most other agents) and .claude/skills (Claude Code). Pass --agent to scope it. It is idempotent, and writes into the enclosing git repository's root unless --dir is given.

vor enable skills [flags]

Options

      --agent strings   agent(s) to enable: 'universal' (.agents/skills; codex, copilot, cursor, cline, gemini, etc. are aliases), 'claude-code' (.claude/skills), or '*' for all; repeatable or comma-separated (default: all)
      --dir string      project root to write into (default: git repository root)
  -h, --help            help for skills

Options inherited from parent commands

      --play string   playpen path
      --renew-token   renew token (default true)

SEE ALSO