This repo keeps a shared .agents setup and AGENTS.md for coding assistants.
Run this from inside the repo you want to configure:
curl -fsSL https://raw.githubusercontent.com/HGZahn/agentic-coding/master/get-started.sh | bashWhat it does:
- downloads this repository
- copies
.agents/,AGENTS.md, andskills-lock.json - asks before replacing anything that already exists
- installs locked third-party and repo-hosted skills
- syncs skills for Codex and opencode
If you already have a .agents/ directory or an AGENTS.md file, the script will ask before overwriting them.
just updateWhat it does:
- installs/updates the skills listed in
skills-lock.json - rebuilds
skills-lock.jsonhashes from the current.agents/skillstree
.agents/commands/contains repo-hosted slash commandsskills/contains manually hosted repo-owned skills.agents/skills/is ignored installer outputskills-lock.jsonrecords all skill sources and content hashesget-started.shinstalls this repo into another project
gitcurlnodeandnpxunzip- internet access for skill downloads
just: command not found- installjustnpx: command not found- install Node.js