Ai context engineering
Foundational context engineering theory and practice for LLM applications. Covers the 5 levels of context (zero/linear/goal-oriented/role-based/semantic blueprint), semantic role labeling (SRL) for visualizing structured prompts, and the layered (scope → investigation → action) analysis pattern. Use this skill when: - Choosing between prompt engineering and context engineering for a task - Designing context that includes role, goals, and structured intent - Building a meeting / document / interview analysis pipeline - Visualizing the semantic structure of a prompt with SRL - Deciding when to upgrade a prompt's "context level"From its SKILL.md
npx -y skills add ebarti/skills --skill ai-context-engineeringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 213 tokens by cl100k_base, as published. Nobody here has run it
AI Context Engineering
Knowledge from "Context Engineering for Multi-Agent Systems" (Chapter 1). Foundational theory for moving from prompts to engineered context.
Quick Start
- Check
guidelines.mdto find which files to load - Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
- Apply guidance to your work
Contents
References
| Category | Purpose |
|---|---|
semantic-blueprint | The 5 levels of context, semantic blueprint definition, SRL theory |
srl-implementation | Python implementation of SRL with matplotlib visualization |
meeting-analysis | The 3-layer (scope/investigation/action) analysis pattern with worked example |
Workflows
| Workflow | Purpose |
|---|---|
workflows/build-3-layer-pipeline.md | End-to-end build of a scope→investigation→action analysis pipeline |
Guidelines
See guidelines.md for task-based file selection.
What ships with it: 15 files
70.3 KB alongside SKILL.md
references/
- meeting-analysis/examples-layer1.md3.7 KB
- meeting-analysis/examples-layer2.md6.2 KB
- meeting-analysis/examples-layer3.md4.8 KB
- meeting-analysis/examples.md3.6 KB
- meeting-analysis/knowledge.md4.3 KB
- meeting-analysis/patterns.md4.6 KB
- meeting-analysis/rules.md4.0 KB
- semantic-blueprint/examples.md6.4 KB
- semantic-blueprint/knowledge.md6.2 KB
- semantic-blueprint/rules.md4.1 KB
- srl-implementation/examples.md5.0 KB
- srl-implementation/knowledge.md4.6 KB
- srl-implementation/rules.md4.2 KB
workflows/
- guidelines.md4.4 KB