Skip to main content

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:

  1. Use pipx install instead (recommended):

    pipx install agnostic-prompt-aps
    aps init
    
  2. Use Python module syntax:

    python -m aps_cli init
    
  3. Try the full-name entry point:

    pipx run agnostic-prompt-aps agnostic-prompt-aps init
    
  4. 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 --check to report only, --dry-run to preview file updates, and --force to 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

agnostic_prompt_aps-1.2.1.dev30.tar.gz (77.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agnostic_prompt_aps-1.2.1.dev30-py3-none-any.whl (91.7 kB view details)

Uploaded Python 3

File details

Details for the file agnostic_prompt_aps-1.2.1.dev30.tar.gz.

File metadata

File hashes

Hashes for agnostic_prompt_aps-1.2.1.dev30.tar.gz
Algorithm Hash digest
SHA256 b9692f35a6cfd9f3e6c386d77b6e625e4aee4c456f188697acf89242742a5fb4
MD5 6343c14f9f0402f749066d36ef45269a
BLAKE2b-256 43657ef49a1d8c8073b0bf4131f1b84a01b674921834dd14e2332f8f0e5eae18

See more details on using hashes here.

File details

Details for the file agnostic_prompt_aps-1.2.1.dev30-py3-none-any.whl.

File metadata

File hashes

Hashes for agnostic_prompt_aps-1.2.1.dev30-py3-none-any.whl
Algorithm Hash digest
SHA256 aa7ac28d581bd6f75ee348ddf9a772b88637564832f2de6173733b3a683f5dce
MD5 4bdff6998df22353bfba10b7092c892f
BLAKE2b-256 8a9241556dbd55f90a780f7e77185b4ecfa660f2aff3e52f117120eb5ddf4a0a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page