Resources from David Ondrej's interview with Micky / Michael Shimeles about serious AI building and agentic engineering.
These are packaged as real SKILL.md files, not loose prompts.
-
Agentic Engineering Workflow
The full workflow: harness, context, structure, review loop, launch, and security. -
Source Code as Agent Context
How to stop guessing from docs and make the agent reference actual package/repo code. -
Code Structure Cleanup
Refactor repeated mechanics into reusable service-layer modules after a feature works. -
Grep Loop Review Workflow
Small PR, AI/human review, fix feedback, run tests, repeat until merge-ready.