# Exploring the Power of Context Engineering: Unlocking Anthropic's Skills Feature

*Context Engineering with JIT injection*

By [The Agentic World](https://paragraph.com/@theagenticworld) · 2025-10-16

ai, coding, claude, anthropic, agentic

---

Anthropic published a new feature called Skills and on the surface it sounds like a simple plugin of some sort. What it actually does is JIT context injection with increasing levels of information added as needed:

![](https://storage.googleapis.com/papyrus_images/b3c51622c95d4f2a4e0a353f47f3f46d04f563284043dc04919236b9d1d4c9d8.webp)

It uses YAML frontmatter for token efficiency and has the following anatomy:

*   Level 1: Metadata (always loaded) < 100 Tokens
    
*   Level 2: Instructions (loaded when triggered) < 5000 Tokens
    
*   Level 3: Resources and code (loaded as needed) (∞)!
    

Read their full engineering blog post:

[

Equipping agents for the real world with Skills
-----------------------------------------------

Discover how Anthropic builds AI agents with practical capabilities through modular skills, enabling them to handle complex real-world tasks more effectively and reliably.

https://www.anthropic.com

![](https://storage.googleapis.com/papyrus_images/11bdf147787b6bc0b3724359dfeb4175decb8dd034ce496817bf8235266fd9d5.png)

](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills)

Some people will consider this a proprietary approach but I have used heavily to allow for larger protocols but seeing Anthropic standardise is great validation of the concept. You can find an excerpt of my [AGENTS.md](http://AGENTS.md) that uses this approach [here](https://gist.github.com/numman-ali/c97fa2ae47d71c53f3a5c955fe9ec609)

[

AGENTS.md JIT Loading Pattern
-----------------------------

GitHub Gist: instantly share code, notes, and snippets.

http://github.com

![](https://storage.googleapis.com/papyrus_images/3805d297c498e93dc92bd3064322b192861ba99ef51d04585cb781f025743578.png)

](https://gist.github.com/numman-ali/c97fa2ae47d71c53f3a5c955fe9ec609)

Very excited to see more of this "Context Engineering" in the coming months!

---

*Originally published on [The Agentic World](https://paragraph.com/@theagenticworld/unlocking-anthropics-skills-feature)*
