agentsclimarketplace

Ai context engineering

Skill ebarti/skills/ai-context-engineering

📚 Agent skills distilled from technical books — AI Engineering, Context Engineering, Designing Data-Intensive Applications, and more. Agent-agnostic, plain Markdown. Give your AI agent a bookshelf.

Install
npx -y skills add ebarti/skills --skill ai-context-engineering

Assembled 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.

What its author says it does

Copied from the file, not written here

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"

SKILL.md

1.6 KB, 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

  1. Check guidelines.md to find which files to load
  2. Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
  3. Apply guidance to your work

Contents

References

CategoryPurpose
semantic-blueprintThe 5 levels of context, semantic blueprint definition, SRL theory
srl-implementationPython implementation of SRL with matplotlib visualization
meeting-analysisThe 3-layer (scope/investigation/action) analysis pattern with worked example

Workflows

WorkflowPurpose
workflows/build-3-layer-pipeline.mdEnd-to-end build of a scope→investigation→action analysis pipeline

Guidelines

See guidelines.md for task-based file selection.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.