@mattpocockuk: The outrageous effectiveness of Leitwörter I've realised that all of the great skills I've written share one thing in c…
Summary
Matt Pocock introduces the concept of 'Leitwörter' (leading words) — repeated phrases in AI agent skill definitions that guide agent behavior by encoding desired approaches concisely, drawing on examples like 'zone of proximal development' to improve code quality and teaching outcomes.
View Cached Full Text
Cached at: 06/16/26, 05:38 PM
The outrageous effectiveness of Leitwörter
I’ve realised that all of the great skills I’ve written share one thing in common.
They make heavy use of Leitwörter - leading words.
A leitwort comes from literary theory. It’s a repeated word or phrase used throughout a text to establish a theme or anchor meaning.
In skills, a leitwort is a word or phrase the agent uses to guide its own behavior. In other words, it’s a word that leads the agent in a certain direction.
Let’s take the leitwort “zone of proximal development” from my /teach skill. It’s a phrase from the study of education. It means the “zone where the user feels challenged but not overwhelmed”.
I use this only a couple of times throughout the skill’s SKILL.md, but I’ve seen it almost every time the agent invokes the skill.
- “Let me adjust the lesson so it’s in the user’s zone of proximal development.”
- “I’ll read the learning records to establish the user’s zone of proximal development.”
In other words, that single phrase encodes how the agent should behave, in a concise token the agent can itself repeat to reinforce its own behavior.
Not only that, but it also likely tickles the agents’ parameters related to educational research and “being a good teacher”.
For engineering, leading words like “tracer bullets”, “deep modules”, “test seams”, “clean code” are outrageously effective for leading the agent to produce better code.
So a leitwort in AI is any word or phrase you use that appears in the agents’ thinking traces and guides its behavior.
Enjoy finding your own.
If you want to keep up to date with my skills, this is the place:
Exactly the same
I’m doing more thinking about what good skills are and I’ll definitely be encoding that into /write-a-skill once I’m done
You look at my output and you’ll see them everywhere
Similar Articles
mattpocock/skills
This open-source repository provides a composable set of AI agent skills and prompts designed to improve alignment, reduce verbosity, and optimize workflows for coding assistants like Claude Code and Codex.
@nurijanian: my favorite ways to "write requirements" with AI 1. /grill-me by @mattpocockuk https://github.com/mattpocock/skills… 2.…
Discusses favorite tools and methods for writing requirements with AI, highlighting the /grill-me skill by Matt Pocock and a new skill based on business analyst literature to improve alignment and reduce verbosity in AI coding agents.
@mattpocockuk: /writing-great-skills is quickly becoming my most often-invoked skill It's just really good at writing skills, guys. np…
Matt Pocock announces that his 'writing-great-skills' tool, invoked via npx, is becoming his most frequently used skill for writing skills.
@mattpocockuk: Yesterday, I shipped v1 of mattpocock/skills, including: - /ask-matt: ask me how best to use the skills, from right in …
Matt Pocock released v1 of mattpocock/skills, a tool for creating and managing AI agent skills with features like /ask-matt and writing best practices.
@mattpocockuk: Uncle Bob gets it
Robert C. Martin (Uncle Bob) shares his experience that using AI agents significantly boosts productivity, though 30-40% of time is spent tuning and hardening the output.