The allowed-tools list only had `git checkout --branch` but the short flag `-b` is the more common form for creating new branches. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| claude | ||
| codex | ||
| docs/references | ||
| skills/frontend-design-systems | ||
| .editorconfig | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| README.md | ||
| RULES.md | ||
| setup.sh | ||
agentic
My personal AI coding agent configuration, with any quirks, oddities, opinionated rules, and hallucination-inducing prompt fragments I live with on a daily basis.
One repo, one set of rules, symlinked into every agent's config directory.
Supports Claude Code, Codex, and any tool that reads AGENTS.md.
Warning
This is my personal config. It is not a starter kit, a framework, or a best-practices guide. If you use it as-is, things will probably work — but they'll work my way, which may not be your way. Browse for ideas, steal what's useful, but don't say I didn't warn you.
Quick Start
git clone https://github.com/jimeh/agentic.git ~/.config/agentic
cd ~/.config/agentic
./setup.sh # create symlinks (skips existing)
./setup.sh --force # replace existing (backs up to .bak)
This creates symlinks from the repo into ~/.claude/, ~/.agents/, and
~/.codex/. Run ./setup.sh --help for details.
What's Inside
RULES.md— Single source of truth for all agent behavior rules. Symlinked as the global rules file for each supported agent. Edit this file directly — never edit the symlink targets.claude/— Claude Code settings, statusline script, and slash commands.codex/— OpenAI Codex config.skills/— Custom skills (auto-discovered bysetup.sh).docs/references/— External articles and guides.
Commands and skills are auto-discovered — drop a file in the right place,
re-run setup.sh, done.
Requirements
- Bash 3.2+ (macOS default works)
- For symlink resolution,
setup.shtriesrealpathfirst, then platform-specific fallbacks:- macOS:
python3,python,perl, orreadlink - Linux:
readlink -f(part of coreutils)
- macOS:
License
This is a personal configuration repository. Feel free to use it as inspiration for your own setup, but there are no guarantees it won't teach your agents some questionable habits.