A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Project-agnostic, composable AI workflow automation via pi packages and Claude Code plugins.
Project-agnostic, composable AI workflow automation via pi packages and Claude Code plugins.
Primary install from the current public release tag:
pi install "git:github.com/WaterplanAI/agentic-config@v0.3.0" -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:
pi install "git:github.com/WaterplanAI/agentic-config@main" -l
If you prefer SSH transport, use the equivalent SSH git source for the same repository and ref.
The current git root install exposes the full shipped pi surface. Individual package-root installs remain useful for local package development and validation. npm publication remains future work.
claude plugin marketplace add WaterplanAI/agentic-config
# For dev branch: `claude plugin marketplace add </path/to/dev/branch>` OR `./dev.sh`
claude plugin install ac-workflow@agentic-plugins
claude plugin install ac-git@agentic-plugins
claude plugin install ac-qa@agentic-plugins
claude plugin install ac-tools@agentic-plugins
claude plugin install ac-meta@agentic-plugins
claude plugin install ac-safety@agentic-plugins
claude plugin install ac-audit@agentic-plugins
Note: Auto-updates are disabled by default for third-party marketplaces. Enable them via
/plugins> Marketplaces > agentic-plugins > Enable auto-update to stay in sync with new releases automatically.
See Getting Started for pi and Claude Code setup.
Pi is supported today through a validated root umbrella package installable from git refs, with local package-root installs for development and validation. Publishing the per-package npm surface remains future work.
For teams, prefer a committed .pi/settings.json pinned to a release tag. For local testing and development, use branch refs or direct local package paths as appropriate.
agentic-config ships third-party packages for Pi. Pi itself, including the CLI, package loader, extension API, and runtime, is maintained upstream at pi.dev and badlogic/pi-mono. The package surface here imports upstream Pi APIs such as @mariozechner/pi-coding-agent and @mariozechner/pi-ai where needed.
See Upstream Pi attribution for source links and the runtime ownership boundary.
Inside @agentic-config/pi-ac-workflow, runtime ownership is deliberate: pimux is the package-owned tmux control plane, and ac-workflow-mux, ac-workflow-mux-ospec, and ac-workflow-mux-roadmap are structured wrappers on top of it. Generic long-lived tmux work stays on pimux; the shipped pi package no longer exposes a separate managed-agent surface.
Quick chooser:
pimux for a generic long-lived tmux worker, small team, or inspectable non-mux hierarchyac-workflow-mux for scout/planner/worker orchestrationac-workflow-mux-ospec for one explicit spec-stage ownerac-workflow-mux-roadmap for roadmap -> phase -> stage nestingSee pimux Workflow Topologies.
See the Pi Package Adoption Guide for the primary git-tag install path, branch-based dev installs, local package-root testing, and future npm distribution notes.
A centralized configuration system shipped as pi packages and Claude Code plugins.
Future releases will extend the same plugin approach to additional tools (Cursor, Codex CLI, Gemini CLI, and Antigravity).
Core principles:
pi install; Claude Code via claude plugin install| Plugin | Focus | Skills |
|---|---|---|
ac-workflow | Spec workflow, pimux-backed orchestration | 6 |
ac-git | Git automation, PRs, releases | 7 |
ac-qa | QA, E2E testing, browser automation | 7 |
ac-tools | Utilities, integrations, bootstrap | 17 |
ac-meta | Meta-prompting, self-improvement | 2 |
ac-safety | Security guardrails (credential, write-scope, destructive-bash, supply-chain, playwright) | 2 |
ac-audit | Tool audit logging (JSONL append-only log) | 1 |
pimux, mux, ospec, and roadmap hierarchy guideClaude Code MUX workflows (ac-workflow plugin) delegate to background agents via Task(run_in_background=True). Background agents cannot surface interactive permission prompts -- any unapproved tool is auto-denied. In pi, the mux-family uses the package-owned pimux runtime instead; see pimux Workflow Topologies.
Recommended: Run Claude Code with --dangerously-skip-permissions for MUX workflows:
claude --dangerously-skip-permissions
Alternatively, pre-authorize specific tools via CLI:
claude --allowedTools "Skill Bash Read Write Edit Grep Glob"
All plugins in this repository are designed and tested with full tool permissions enabled.
For local pre-distribution pi package testing, start with the Pi Package Adoption Guide.
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
An AI-powered custom node for ComfyUI designed to enhance workflow automation and provide intelligent assistance
npx CLI installing 100+ agents, commands, hooks, and integrations in one command