The bait, then the rug-pull.
Austin Marchese walked out of the AIE/Code summit with a finding most Claude Code users won't stumble on by accident: the engineers who built the thing aren't writing prompts at all. They're building skills -- reusable, tool-backed, self-improving slash commands that get sharper every session. Four rules. No technical experience required.
What the video promised.
stated at 00:10 "I uncovered four rules for how they actually prompt Claude code. And it turns out you don't need any technical experience to implement these rules." delivered at 10:25
Where the time goes.
01 · Cold open + promise
Pattern-interrupt claim: everyone is prompting wrong. Four rules from Anthropic engineers, no technical experience required.
02 · Rule 1 -- Prompt skills, not Claude
Mental model shift from one-off prompts to reusable skills. Skills = folders of composable procedural knowledge. Layer diagram: AI models -> agents/prompts -> skills (the app layer). Frame: Anthropic builds the phone, you build the apps.
03 · Rule 2 -- Skills are more than prompts
Three layers inside a skill: description (when to invoke), instructions (how to execute), tools (scripts/APIs/files). Most users stop at layer 2. Eric Schluntz (Anthropic) clip mocking bare-bones tool definitions. Live domain-checker skill demo.
04 · Rule 3 -- Composable skills, not custom skills
Composable, portable, efficient, powerful. One giant skill became unmanageable; split into focused skills. Three benefits: issues are easy to spot, improvements compound, reuse instead of rebuild.
05 · Pattern 1 -- Save scripts inside skills
Barry Zhang (Anthropic): Claude kept rewriting the same Python slide-styling script. Save it in the skill folder once. Code is deterministic; AI is not. Trading tokens for code compute = cheaper, faster, repeatable.
06 · Pattern 2 -- Control who invokes what
Two YAML frontmatter flags: user-invocable: false (agent-only) and disable-model-invocation: true (human-gated for high-risk actions like deploy or send-message).
07 · Rule 4 -- Skills get smarter every session
Barry Zhang: Claude on day 30 is better than day 1. After every run: one-time fix or permanent rule? If permanent, update the skill. The compounding loop: Use skill -> Get output -> Update skill.
Visual structure at a glance.
Named ideas worth stealing.
The Three Layers of a Skill
- Description (metadata -- when to invoke)
- Instructions (playbook -- how to execute)
- Tools (scripts, APIs, files -- what it can do)
Layer 3 (tools) is where all the leverage lives and where most users stop short.
The Composability Rules
- Issues are easy to spot in focused skills
- Improvements compound across every workflow using that skill
- Reuse instead of rebuild
Keep skills small and single-purpose so they chain cleanly instead of collapsing into monoliths.
The Session Compounding Loop
- Use skill
- Get output
- Ask: one-time fix or forever?
- If forever: update the skill
- Next session starts smarter
Skills accumulate institutional knowledge across sessions. The loop turns day 1 AI into day 30 AI.
The Two Invocation Flags
- user-invocable: false -- agent-only, hidden from slash menu
- disable-model-invocation: true -- human-gated, model cannot auto-run
Fine-grained control over who triggers what. Essential for high-risk skills.
Lines you could clip.
"Stop thinking in traditional prompts. Start thinking in prompting Claude skills."
"A skill is more than a prompt."
"People obsess over the prompt and skip the tools, the third layer of a skill. Anthropic engineers do the opposite."
"Code is deterministic. If you give it the same input, it will give you the same output every single time. Whereas in the AI world, that's not necessarily the case."
"Claude on day 30 of working with you is gonna be a lot better on Claude on day one."
"Is this a one-time fix or should this be in the skill forever?"
How they spent the runtime.
Things they pointed at.
How they asked for the click.
"if you like this, you will love this video where I break down how Boris Churney, the creator of Claude code, uses Claude skills"
Clean next-video CTA with explicit relevance bridge. Subscribe ask buried inside an anti-slop agreement bit mid-video at 8:42 rather than at the end -- unusual placement but effective for watch time.
Word for word.
Build skills, not prompts. Then make the skills smarter.
The Anthropic engineers who built Claude Code are not writing prompts -- they are accumulating a library of self-improving slash commands backed by real tools and scripts.
- Audit every existing skill for layer 3: does it have scripts or API calls, or just instructions? Add the tools.
- Any script Claude regenerates every session: save it inside the skill folder once, then rerun it forever.
- Flag high-risk skills (deploy, commit, send-message) with disable-model-invocation: true -- you probably have some that should be human-gated.
- After every skill run, ask one question: one-time fix or permanent rule? If permanent, update the skill before closing the session.
- The day 30 framing is a JoeFlow/MCN+ content angle: your skill library is the asset, not the AI.
How to get Claude to stop forgetting everything.
The reason Claude feels inconsistent session to session is that you are starting from scratch every time -- skills are the fix.
- Create a skill for any task you do more than twice: draft an email, research a topic, summarize a doc.
- After a session where Claude did something exactly right, tell it: save this approach as a skill I can reuse.
- Ask Claude to review your last conversation and update the skill with what it learned -- one prompt, permanent improvement.
- Use the three-layer check: does your skill have a clear description (when to use it), clear steps (what to do), and any supporting files or scripts?


































































