AI & Automation
AI & Automation Overview
How AI agents integrate with the Cookest ecosystem for development, documentation, and operations
AI & Automation
Cookest embraces AI-assisted development as a first-class concern. This section documents how AI agents work with the codebase, what tools and context they have, and how automation keeps documentation synchronized with code.
Philosophy
- AI is a contributor, not a replacement. AI agents follow the same standards as human contributors — same commit format, same PR process, same quality bar
- Context is everything. Agents work best with explicit, structured context. Every repo provides an
AGENTS.mdthat tells agents what they need to know - Documentation drives development. The docs site is the single source of truth. Agents read it before making changes and update it after
- Automation reduces drift. GitHub Actions detect when code and documentation diverge and open PRs to fix it
Components
What's in This Section
| Page | Description |
|---|---|
| Agentic Skills | Full deck of skills, capabilities, and patterns for AI agents working on Cookest |
| Agent Instructions | Detailed instructions each agent receives when working on any Cookest repo |
| MCP Server | Model Context Protocol server that provides documentation context to AI tools |
| Auto-Documentation | GitHub Actions workflow that keeps docs synchronized with code changes |