agentic-config

agent
Guvenlik Denetimi
Gecti
Health Gecti
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 28 GitHub stars
Code Gecti
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested
Purpose
This tool is a project-agnostic, composable configuration system for AI-assisted development workflows. It provides a centralized suite of plugins to automate tasks like Git operations, QA testing, and meta-prompting across various CLI tools.

Security Assessment
Overall risk: Medium. The automated code scan found no dangerous patterns, hardcoded secrets, or network requests. However, the documentation explicitly recommends running Claude Code with the `--dangerously-skip-permissions` flag. While the repository includes an `ac-safety` plugin for security guardrails, bypassing native permission prompts introduces significant risk. It enables the automated execution of shell commands, file modifications, and background tasks without standard safety checks or manual approval.

Quality Assessment
The project is in active development (last pushed 0 days ago) and is cleanly licensed under the permissive MIT license. It has a small but growing community footprint with 28 GitHub stars. The documentation is comprehensive, detailing a clear plugin architecture and providing reliable uninstall instructions for legacy versions.

Verdict
Use with caution — the tool itself is safe, but the recommended execution method disables critical safety guardrails and should only be used in isolated development environments.
SUMMARY

Project-agnostic, composable configuration system for AI-assisted development workflows. Single source of truth for agentic tools (Claude Code, Antigravity, Codex CLI, Gemini CLI).

README.md

agentic-config

Project-agnostic, composable configuration system for AI-assisted development workflows.

Quick Start

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 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, Gemini 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 claude 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

Permissions

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.

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.

Contributing

See Contributing Guidelines.

License

MIT License

Yorumlar (0)

Sonuc bulunamadi