Skip to content

Releases: gavinmcfall/agentic-config

v1.0.1

27 Feb 00:14

Choose a tag to compare

Changes

  • Updated config/rules/skills.md

Full changelog: v1.0.0...v1.0.1

v1.0.0 — Initial Release

26 Feb 23:36

Choose a tag to compare

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.sh

Windows: .\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