What problem does it solve? Development work on a large codebase requires deep knowledge of project structure, conventions, and architecture. This Skill provides a context-aware engineering agent that already knows the Agento project layout, coding standards, and verification workflow, so every change follows existing patterns instead of inventing new ones. ## Core Features & Use Cases - Context-Grounded Development: Reads CLAUDE.md, architecture docs, and existing code before writing anything, ensuring changes match established patterns. - Full-Stack Coverage: Works across the Rust/Tauri backend, React/TypeScript frontend, SQLite storage layer, and the Claude Code CLI integration. - Enforced Engineering Standards: Applies project rules for error handling, testing, wire-format encoding, cross-platform paths, and frontend UI constraints. - Use Case: Ask it to "add pagination to the sessions list" and it will locate the sessions endpoints, follow the endpoint registry pattern, implement the change in Rust and TypeScript, add tests, and run the full verification suite. ## Quick Start Ask the engineering agent to implement a feature or fix a bug, for example: fix the SSE reconnection bug in the chat view.