CLI to install and manage the Agnostic Prompt Standard (APS) skill and platform templates.
Project description
APS CLI (Python)
This package provides the aps CLI for installing the Agnostic Prompt Standard (APS) skill into:
- a repository workspace:
.github/skills/agnostic-prompt-standard/ - or as a personal skill:
~/.copilot/skills/agnostic-prompt-standard/
Install / run
Global install (recommended):
pipx install agnostic-prompt-aps
aps init
One-off run:
pipx run agnostic-prompt-aps init
Commands
aps init [--repo|--personal] [--platform <id>] [--yes] [--force]
aps doctor [--json]
aps platforms
aps version
Platform-specific paths
Use --platform <id> to specify a platform adapter:
# VS Code / Copilot (default paths: .github/skills, ~/.copilot/skills)
aps init --platform vscode-copilot
# Claude Code (paths: .claude/skills, ~/.claude/skills)
aps init --platform claude-code
Windows troubleshooting
On Windows, pipx run agnostic-prompt-aps may fail with FileNotFoundError due to a known pipx bug with .exe launcher paths.
Workarounds:
-
Use
pipx installinstead (recommended):pipx install agnostic-prompt-aps aps init
-
Use Python module syntax:
python -m aps_cli init
-
Try the full-name entry point:
pipx run agnostic-prompt-aps agnostic-prompt-aps init
-
Upgrade pipx to the latest version:
python -m pip install --upgrade pipx
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agnostic_prompt_aps-1.1.15.tar.gz.
File metadata
- Download URL: agnostic_prompt_aps-1.1.15.tar.gz
- Upload date:
- Size: 57.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd82a468df3e0f32635509e5e0c76e6ea1cf8c55a7f6deb7334a8c63e6036e42
|
|
| MD5 |
616b865d3f6731a72a34ac2af59462d7
|
|
| BLAKE2b-256 |
af0b750b66cab633adb31481f37c56f236e53f5135c0ed9acadeee68716a04f8
|
File details
Details for the file agnostic_prompt_aps-1.1.15-py3-none-any.whl.
File metadata
- Download URL: agnostic_prompt_aps-1.1.15-py3-none-any.whl
- Upload date:
- Size: 69.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c56f9654f73abbee33c2ab2574c5260e971658e9475cd89415d53862bee98372
|
|
| MD5 |
62a8d58b0871e9b274ee7a1b07a16d68
|
|
| BLAKE2b-256 |
6f20aaf580ee9f9504ad2d2d2255aa435554b908fdf79dc61b9533428a1c9d47
|