Metadata-Version: 2.4
Name: harness-ai-kit
Version: 0.1.0
Summary: Package manager for AI agent assets (skills / CLIs / MCPs / loops) across Codex, Claude Code, Cursor and Kiro.
Author: SeedForge
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: filelock>=3.16.1
Requires-Dist: httpx>=0.27.2
Requires-Dist: packaging>=24.2
Requires-Dist: platformdirs>=4.3.6
Requires-Dist: pydantic>=2.9.2
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: resolvelib>=0.5.3
Dynamic: license-file

# ai-kit

Package manager for AI agent assets (skills / CLIs / MCPs / loops).

Install skills from any GitHub repository into Codex, Claude Code, Cursor or Kiro
with dependency resolution, lockfiles, checksums and rollback.

- Repository: https://github.com/seed-forge/ai-kit
- License: Apache-2.0

```bash
pip install ai-kit
ai-kit init
ai-kit add skill https://github.com/OWNER/REPO/tree/main/path/to/skill
ai-kit sync
```
