Agentic-config is a project-agnostic, composable configuration system for AI-assisted development workflows. It serves as a single source of truth for agentic tools like Claude Code, Antigravity, Codex CLI, and Gemini CLI. Benefits developers by streamlining configuration management and improving workflow consistency.
git clone https://github.com/WaterplanAI/agentic-config.gitAgentic-config is a project-agnostic, composable configuration system for AI-assisted development workflows. It serves as a single source of truth for agentic tools like Claude Code, Antigravity, Codex CLI, and Gemini CLI. Benefits developers by streamlining configuration management and improving workflow consistency.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/WaterplanAI/agentic-configCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create an agentic-config file for a [COMPANY] in the [INDUSTRY] sector. The configuration should include settings for [AI_TOOL_1], [AI_TOOL_2], and [AI_TOOL_3]. Ensure the configuration optimizes for [SPECIFIC_WORKFLOW] and includes any necessary environment variables or API keys.
# Agentic-Config for [COMPANY] in the [INDUSTRY] Sector
```yaml
# Configuration for AI-assisted development tools
version: 1.0
# Claude Code Settings
claudecode:
api_key: ${CLAUDE_API_KEY}
model: claude-2.1
temperature: 0.7
# Antigravity Settings
antigravity:
api_key: ${ANTIGRAVITY_API_KEY}
max_concurrency: 5
timeout: 30
# Codex CLI Settings
codex:
api_key: ${GITHUB_API_KEY}
repository: ${GITHUB_REPO}
branch: main
# Gemini CLI Settings
gemini:
api_key: ${GEMINI_API_KEY}
model: gemini-pro
max_tokens: 2048
# Environment Variables
env:
CLAUDE_API_KEY: "your_claude_api_key"
ANTIGRAVITY_API_KEY: "your_antigravity_api_key"
GITHUB_API_KEY: "your_github_api_key"
GEMINI_API_KEY: "your_gemini_api_key"
GITHUB_REPO: "your_github_repo"
```
## Notes
- Ensure all API keys are stored securely and not hardcoded in the configuration file.
- Adjust the temperature and max_tokens parameters based on the specific needs of your workflow.
- The configuration file should be version-controlled to maintain consistency across the team.Google's multimodal AI model and assistant
Fast, flexible flat-file CMS for modern websites
AI assistant built for thoughtful, nuanced conversation
AI-powered design tools for product teams
Identity management for agents
Design smarter sales workflows visually
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan