https://github.com/rben01/agentic-coder-config
Agentic coder config
https://github.com/rben01/agentic-coder-config
agentic-workflow claude-code codex-cli llm
Last synced: 1 day ago
JSON representation
Agentic coder config
- Host: GitHub
- URL: https://github.com/rben01/agentic-coder-config
- Owner: rben01
- Created: 2025-08-27T00:10:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-01-27T16:26:02.000Z (5 months ago)
- Last Synced: 2026-01-28T02:58:34.164Z (5 months ago)
- Topics: agentic-workflow, claude-code, codex-cli, llm
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM Agent Configuration
This repository contains configuration files for LLM agents, currently
[Claude Code](https://github.com/anthropics/claude-code)
and [Codex CLI](https://github.com/openai/codex).
## Claude
Includes statusline customization and specialized agents. PRs are welcome for
interesting and/or useful agents. MCP servers (of which we currently have none) are also
welcome.
Status line currently reads:
```text
cwd | git-branch | v1.x.y (+123|-456)
```
with colors:
```text
blue | cyan/magenta | yellow (green|red)
```
The git branch is cyan when clean, magenta when dirty.
## Codex
Configures permissions to be a bit more lax than the default, and allow network access.