CLI to install and manage the Agnostic Prompt Standard (APS) skill and platform templates.
This package provides the aps CLI for installing the Agnostic Prompt Standard (APS) skill into:
- a repository workspace: .github/skills/agnostic-prompt-standard/ (and/or .claude/skills/agnostic-prompt-standard/)
- or as a personal skill: ~/.copilot/skills/agnostic-prompt-standard/ (and/or ~/.claude/skills/agnostic-prompt-standard/)
One-off (no global install):
``bash`
npx @agnostic-prompt/aps init
Global install:
`bash`
npm install -g @agnostic-prompt/aps
aps init
`bash`
aps init [--repo|--personal] [--platform
aps doctor [--json]
aps platforms
aps version
In interactive mode, aps init will:
- auto-detect existing adapter markers in the repo
- show a checkbox list (multi-select)
- show a confirmation summary before writing
You can also pass adapters explicitly:
`bash`
aps init --platform vscode-copilot claude-codeor
aps init --platform vscode-copilot --platform claude-code
Use --platform to specify one or more platform adapters.
`bashVS Code / Copilot (default paths: .github/skills, ~/.copilot/skills)
aps init --platform vscode-copilot