Resources

Agent Skills

Install the Portr CLI skill for Claude Code and Codex

Portr ships a portr-cli agent skill for using the Portr CLI with Claude Code or Codex. The skill gives agents the command map, safety notes, config shape, request-log and replay workflows, and app-server API guidance needed to expose services from an AI harness.

Install

Install the skill into both Claude Code and Codex:

npx skills add amalshaji/portr --skill portr-cli -a claude-code -a codex -y

To install it globally instead:

npx skills add amalshaji/portr --skill portr-cli -a claude-code -a codex -g -y

You do not need an npm package named amalshaji/portr. npx runs the skills CLI, and amalshaji/portr points the CLI at the GitHub repository that contains the skill.

Local Development

When testing changes before they are pushed, install from the local checkout:

npx skills add . --skill portr-cli -a claude-code -a codex -y

The skill source lives in skills/portr-cli/SKILL.md, with a compact command reference in skills/portr-cli/references/commands.md.