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

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:

  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
    

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.1.10.dev1.tar.gz (53.1 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.1.10.dev1-py3-none-any.whl (68.9 kB view details)

Uploaded Python 3

File details

Details for the file agnostic_prompt_aps-1.1.10.dev1.tar.gz.

File metadata

File hashes

Hashes for agnostic_prompt_aps-1.1.10.dev1.tar.gz
Algorithm Hash digest
SHA256 12b6f76181b3de91b3d0349f79fa3aa9f1fd1b2a87d06d2d8108897daca71a2c
MD5 709f6d78d4b44cd8a898286fdf2cf9bf
BLAKE2b-256 dbcfa3caedcf4360b87b3b9a4735bd28c341323741aa1a6fdfce72bcefad4a15

See more details on using hashes here.

File details

Details for the file agnostic_prompt_aps-1.1.10.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for agnostic_prompt_aps-1.1.10.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 3ef84a084f1ac7088d6a6ac155f4e5cc35aabd107f675b200c77bff7588a71eb
MD5 51498707cdc2836b9dba718196e4937c
BLAKE2b-256 80c8d9b7a9c44011e7d2918ef062b234e7f42c1da632e855a8a9a18ae99dd9c4

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