Metadata-Version: 2.4
Name: agnostic-prompt-aps
Version: 1.1.2
Summary: CLI to install and manage the Agnostic Prompt Standard (APS) skill and platform templates.
Author: Agnostic Prompt Standard contributors
License: Apache-2.0
Project-URL: Homepage, https://github.com/chris-buckley/agnostic-prompt-standard
Project-URL: Repository, https://github.com/chris-buckley/agnostic-prompt-standard.git
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.12.0
Requires-Dist: rich>=13.0.0
Requires-Dist: questionary>=2.0.1
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: build>=1.0.0; extra == "dev"
Dynamic: license-file

# 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):

```bash
pipx install agnostic-prompt-aps
aps init
```

One-off run:

```bash
pipx run agnostic-prompt-aps init
```

## Commands

```bash
aps init [--repo|--personal] [--platform <id>] [--templates] [--yes] [--force]
aps doctor [--json]
aps platforms
aps version
```

## Claude platform path

If you need the Claude platform `.claude/skills` location, pass `--claude`:

```bash
aps init --claude
```
