Metadata-Version: 2.5
Name: overpower
Version: 0.25.1
Summary: Installs curated AI Frameworks into a repository or a machine
Project-URL: Homepage, https://panlabs-tech.github.io/overpower/
Project-URL: Documentation, https://panlabs-tech.github.io/overpower/
Project-URL: Repository, https://github.com/panlabs-tech/overpower
Project-URL: Issues, https://github.com/panlabs-tech/overpower/issues
Author: Thiago Panini
License-Expression: MIT
License-File: LICENSE
License-File: NOTICE
License-File: licenses/mattpocock-skills.LICENSE
License-File: licenses/panlabs-tech-skills.LICENSE
Keywords: agent,ai,claude,codex,cursor,skills
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.12
Requires-Dist: json-five>=1.1.2
Requires-Dist: prompt-toolkit>=3.0.53
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: questionary>=2.1
Requires-Dist: rich>=15
Requires-Dist: typer>=0.27
Description-Content-Type: text/markdown

# overpower

A CLI that installs curated **AI Frameworks** — named bodies of agent equipment
from a single upstream — into a repository or onto a machine.

```bash
uvx overpower@latest install --ai-framework matt-pocock --runtime claude-code,cursor
```

Three commands, and they answer three questions. `list` says what there is.
`install` writes it. `doctor` says whether what was written is still what was
written. Every item — a skill, a bundle, an AI Framework, an MCP server — prints
whole, never truncated, with the exact line that installs it:

```
╭─ Bundles  lists pool artifacts only ─────────────────────╮
│                                                          │
│  api-python                         229.0 KiB · 8 files  │
│    Equipment for working on a Python API.                │
│                                                          │
│      overpower install --bundle api-python               │
│      overpower list --bundle api-python                  │
│                                                          │
╰──────────────────────────────────────────────────────────╯
```

Full documentation — every command, every flag, the runtime table, how content
is curated and how a release ships — lives at
**[panlabs-tech.github.io/overpower](https://panlabs-tech.github.io/overpower/)**.
