Shared configuration for AI coding agents, deployed via GNU Stow.
- Claude Code (
~/.claude/) — settings, commands, Claude-only skills - Codex (
~/.codex/) — instructions, execution rules - Shared (
~/.agents/) — skills available to both agents
agentics/
├── claude/.claude/ # Stow package → ~/.claude/
│ ├── CLAUDE.md # Global instructions
│ ├── settings.json # Settings
│ ├── commands/ # Slash commands
│ └── skills/ # Claude-only skills
├── codex/.codex/ # Stow package → ~/.codex/
│ ├── AGENTS.md # Global instructions
│ └── rules/default.rules # Execution policy
│ # config.toml is NOT stowed — machine-owned (path-specific trust levels)
├── agents/.agents/ # Stow package → ~/.agents/
│ └── skills/ # Shared skills (linked into both agents)
│ ├── reflect/
│ └── smart-commit/
├── bin/agstat # Status dashboard and skill linker
├── SETUP.md # Full install guide
└── CLAUDE.md # Repo-level instructions
- smart-commit — conventional commits with intelligent staging
- reflect — end-of-session review and reflection
- firecrawl — scrape, search, crawl, and interact with web pages
- firecrawl-agent — autonomous structured data extraction to JSON
- agent-browser — browser automation CLI for AI agents
- playwright-cli — browser automation via Playwright
- frontend-design — production-grade frontend interfaces
- next-best-practices — Next.js file conventions, RSC, data patterns
- vercel-composition-patterns — React composition patterns that scale
- vercel-react-best-practices — React/Next.js performance optimization
- web-design-guidelines — UI accessibility and UX audit
- find-docs — library documentation lookup via Context7
- deploy-to-vercel — deploy apps to Vercel
- remotion-best-practices — video creation in React
- writing-clearly-and-concisely — Strunk's writing rules for prose
- ctx7 — up-to-date library documentation for agents
- firecrawl — web scraping and search
- agent-browser — browser automation
- playwright-cli — browser automation via Playwright
- vercel — deployment CLI
git clone <repo-url> ~/agentics
cd ~/agentics
stow --no-folding claude
stow --no-folding codex
stow --no-folding agents
bin/agstat --linkSee SETUP.md for the full install guide — CLI tools, community skills, and verification.
bin/agstat # check everything
bin/agstat --link # create missing symlinks for shared skills