Project-agnostic, composable configuration system for AI-assisted development workflows. Single source of truth for agentic tools (Claude Code, Antigravity, Codex CLI, Gemini CLI).
# agentic-config Project-agnostic, composable configuration system for AI-assisted development workflows. ## Quick Start ```bash cursor plugin marketplace add WaterplanAI/agentic-config # For dev branch: `cursor plugin marketplace add </path/to/dev/branch>` OR `./dev.sh` cursor plugin install ac-workflow@agentic-plugins cursor plugin install ac-git@agentic-plugins cursor plugin install ac-qa@agentic-plugins cursor plugin install ac-tools@agentic-plugins cursor plugin install ac-meta@agentic-plugins cursor plugin install ac-safety@agentic-plugins cursor 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](docs/getting-started.md) for full setup. ## What is agentic-config? A centralized configuration system with a Claude Code plugin architecture first in v0.2.0. Future releases will extend the same plugin approach to additional tools (Cursor, Codex CLI, Cursor CLI, and Antigravity). Core principles: 1. **Project-agnostic** -- Works in any codebase without modification 2. **Composable** -- Skills invoke other skills, creating compounding automation 3. **CC-native distribution** -- Install via `cursor plugin install`, no symlinks ## Plugins | Plugin | Focus | Skills | |--------|-------|--------| | `ac-workflow` | Spec workflow, MUX 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 | ## Documentation - [Getting Started](docs/getting-started.md) -- Install, setup, first use - [Plugin C
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.