WaterplanAI/agentic-config

28 stars · Last commit 2026-04-24

Project-agnostic, composable AI workflow automation via pi packages and Claude Code plugins.

README preview

# agentic-config

Project-agnostic, composable AI workflow automation via pi packages and Claude Code plugins.

## Quick Start

### Pi

Primary install from the current public release tag:

```bash
pi install "git:github.com/WaterplanAI/[email protected]" -l
```

The `-l` flag installs it into the local project config. For a global/user install, remove `-l`.

For teams and automation, prefer the tagged git ref in committed `.pi/settings.json` so the rollout stays reproducible.

For local testing or development, use a branch ref instead of a tag, for example:

View full repository on GitHub →