Releases: gavinmcfall/agentic-config
Releases · gavinmcfall/agentic-config
v1.0.1
v1.0.0 — Initial Release
agentic-config v1.0.0
An opinionated Claude Code configuration with 26 skills, 3 hooks, 2 rule files, 1 output style, 1 custom agent, an Ethos document, and a pre-configured settings template.
What's Included
Skills across 4 tiers:
- Core (8): code-review, domain-expert, mermaid-diagrams, research, review-responder, skill-builder, using-skills, writing-documents
- Game Dev (14): Solo game development workflows with ADHD-adapted productivity patterns
- Infrastructure (3): Kubernetes homelab management with GitOps workflows
- Templates (1): inner-ally skeleton for building your own personal mentor skill
Hooks: git-safety (block destructive operations), init-project (bootstrap new projects), session-journal (survive context compaction)
Ethos: Layered priority system — Hard Rules > Guidance > Values
Output Styles: thinking-partner reasoning mode
Custom Agents: researcher agent with evidence hierarchy and citation requirements
Documentation:
- Outcome-Driven Agentic Design methodology
- Customization guide
- Skill tier explanations
- Guide for creating your own inner-ally
Install
git clone https://github.com/gavinmcfall/agentic-config.git
cd agentic-config
chmod +x install.sh
./install.shWindows: .\install.ps1
Cross-Platform
| Platform | Installer | Status |
|---|---|---|
| Linux | install.sh | Full support |
| macOS | install.sh | Full support |
| WSL | install.sh | Full support |
| Windows | install.ps1 | Full support |