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
aps update
One-off run:
pipx run agnostic-prompt-aps init
pipx run agnostic-prompt-aps update
Commands
aps init [--repo|--personal] [--platform <id>] [--yes] [--force] [--dry-run]
aps doctor [--root <path>] [--json]
aps update [--root <path>] [--repo|--personal] [--check] [--dry-run] [--json] [--yes] [--force]
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
Update behavior
aps update checks PyPI for the latest published APS CLI release and compares it with the running CLI version.
- If a newer CLI release exists, the command can refresh the CLI package first and then re-run the update with the newer bundled APS payload.
- Installed APS skill directories are then refreshed from that payload.
- Use
--checkto report only,--dry-runto preview file updates, and--forceto refresh installed skills even when versions already match.
Examples:
# Refresh installed APS skills
aps update
# Check for updates without writing
aps update --check
# Run from the newest published package immediately
pipx run --no-cache agnostic-prompt-aps update --yes
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.2.0.dev25.tar.gz.
File metadata
- Download URL: agnostic_prompt_aps-1.2.0.dev25.tar.gz
- Upload date:
- Size: 75.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c2b9e9816cd4f58ac850909e0b5678ca70be7f4ff79f2aa0f121b2ab2bd82b7
|
|
| MD5 |
279bdd9185c4c83ccfe7ba7f9789fe96
|
|
| BLAKE2b-256 |
a7d710b66ac3e5cf9cba501a24a83c541a8f057352356d3e7154b154315ee975
|
File details
Details for the file agnostic_prompt_aps-1.2.0.dev25-py3-none-any.whl.
File metadata
- Download URL: agnostic_prompt_aps-1.2.0.dev25-py3-none-any.whl
- Upload date:
- Size: 89.5 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 |
aeff04c43940369a7c86738f1e245ceae888ec867a2890480a9cd049696b7ba5
|
|
| MD5 |
f9a3d5eefdad04c3ff8a90fe140892e9
|
|
| BLAKE2b-256 |
adf34be38b56e5f8f61a7d3d8a166637661049f3519121b76ffa72d0287b6a27
|