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
- runs
npx -y skills experimental_install -y
If you already have a .agents/ directory or an AGENTS.md file, the script will ask before overwriting them.
just updateWhat it does:
- refreshes the upstream skills listed in
skills.sources.json - downloads the Impeccable
i-*bundle - rebuilds
skills-lock.jsonfrom the current.agents/skillstree
skills.sources.jsonlists where each skill comes fromskills-lock.jsonrecords the current contents of each skill directoryget-started.shinstalls this repo into another project
gitcurlnodeandnpxunzip- internet access for skill downloads
just: command not found- installjustnpx: command not found- install Node.js