#554 · Primary category: AI Coding Assistants
hof
A developer experience platform that unifies schemas, data models, and code generation using CUE and AI-powered workflows.
Project last updated:05/05/26
GitHub Stars
613
Forks
48
Contributors
14
License
Apache-2.0
Why we included this project
hof builds on CUE, using it as the single source of truth for schemas and data models, then generating code, workflows, and environments from those definitions. If your team already writes configuration in CUE, this fits right in, but the generator is technology-agnostic about what it emits, so you can scaffold Go services, Kubernetes manifests, or anything else. The interesting part for AI-assisted development is the chat command: it pairs an LLM with hof's deterministic generators, so the model proposes changes that still go through your validated CUE pipeline instead of producing free-form output. There's also a task engine for DAG-style workflows and a TUI for poking at models interactively. For anyone who wants code generation anchored to a declarative schema rather than letting a model improvise everything, hof is a solid option.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.