agentic-coding is a curated .agents configuration and skills source for coding assistants.
The workflow is intentionally simple:
- Command A: update this repository itself (including Impeccable
i-*skills and lock file). - Command B: install/update
.agentsin any other project from this repository.
gitcurlnode+npxunzip- internet access (for upstream skill sources and GitHub downloads)
Run from the root of this repository:
just updateWhat it does:
- refreshes curated upstream skills (
agent-browser,justfile,value-realization,skill-creator,ruff,uv,systematic-debugging) - downloads the pre-prefixed Impeccable Codex bundle from
https://impeccable.style/api/download/bundle/universal-prefixed - refreshes mapped local Impeccable
i-*skills from that bundle - rebuilds
skills-lock.jsonfrom current.agents/skills+skills.sources.json
Run this inside the target project directory:
get-started.shWhat it does:
- downloads
HGZahn/agentic-coding - replaces local
.agents/in the current working directory - copies
AGENTS.mdandskills-lock.json - runs
npx -y skills experimental_install -yin the current project
Also run this inside the target project directory:
curl -fsSL https://raw.githubusercontent.com/HGZahn/agentic-coding/master/get-started.sh | bash- Command B is destructive for
.agents/in the target repo (it replaces it).