#291 · Primary category: AI Agents & Automation

agent-scripts

ai-agents

Scripts for agents, shared between my repositories.

Project last updated:08/29/26

GitHub Stars

6.6K

Forks

544

Contributors

9

License

MIT

Why we included this project

Keeping coding agents like Codex and Claude Code in sync across several projects is a genuine headache, and this repo is the author's own solution: one canonical set of agent instructions plus a library of small reusable skills and helper scripts, all wired into each tool through symlinks. The clever part is the routing. Every skill carries a short trigger description in its front matter so the right one surfaces at the right time, and the sync script handles how different runtimes behave (Codex scans nested folders, while Claude Code reads only one level deep). The same setup shows how to share repo-owned skills across separate codebases without duplicating them, and the validation and guardrail helpers are easy to lift into your own configuration. It is less a finished product and more a working reference for anyone tired of managing agent setup by hand.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category