Markus Löning

Software Engineering & Machine Learning

Agentic engineering and skills

Posted at Jun 5, 2026 14:23:23 — Last modified at Jul 5, 2026 10:26:05

AI agents like Claude Code or Codex are non-deterministic tools, which can be modified, tweaked and used in many different ways. Using them effectively requires mastering them and making them your own to some degree, even when agents and the LLMs they rely on are still evolving.

Skill are one way to reuse prompts (besides, for example, defining custom agents or AGENTS.md files). I started writing my own skills, based on popular skill libraries like obra/superpowers, mainly to:

For now, I ended up with the following skills (see on GitHub), one for each of my repetitive workflows:

Skills let me easily change how agents operate, including:

There a few things to keep in mind when writing skills:

Related resources: