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.16.dev21.tar.gz (57.5 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.16.dev21-py3-none-any.whl (69.9 kB view details)

Uploaded Python 3

File details

Details for the file agnostic_prompt_aps-1.1.16.dev21.tar.gz.

File metadata

File hashes

Hashes for agnostic_prompt_aps-1.1.16.dev21.tar.gz
Algorithm Hash digest
SHA256 f6b441d4a2781821892739f3d1d2adeab26fdb677acc4be456765150377064d4
MD5 953f18c2071b314e9719fe64422646c1
BLAKE2b-256 095c2a7ce2f5c6fc8fbfa3b6b3b447f3c84027d18d65cfa944e1eb5bd68f616b

See more details on using hashes here.

File details

Details for the file agnostic_prompt_aps-1.1.16.dev21-py3-none-any.whl.

File metadata

File hashes

Hashes for agnostic_prompt_aps-1.1.16.dev21-py3-none-any.whl
Algorithm Hash digest
SHA256 480dfbd3be456dfb27548944c501f1a3779661863d2ab19802bcf1c77493dae3
MD5 6b781d51c20bda1baa8d6f78b206e793
BLAKE2b-256 e3be22886b810c0c50ddc77e753a9240b6be6086ff54bb0a789e82e6d87dbaac

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