agentsclimarketplace

Ai context engine

Skill ebarti/skills/ai-context-engine

πŸ“š 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-engine

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

The full Context Engine architecture: dual RAG (procedural + factual), Pinecone-based ingestion, the Planner / Executor / Tracer triad, specialist agents (Context Librarian, Researcher, Writer), the Agent Registry, production hardening (dependency injection, logging, modularization), plus an appendix-style reference guide. Use this skill when: - Building a context engine from scratch - Choosing between procedural RAG (blueprints) and factual RAG (evidence) - Setting up Pinecone ingestion (chunking, embedding, namespaces) - Designing a Planner-driven execution flow with traceability - Adding or refactoring specialist agents - Building or extending an Agent Registry - Hardening a notebook prototype for production (DI, logging, modularization) - Looking up the engine's commons library reference (helpers/agents/registry/engine/utils)

SKILL.md

2.3 KB, as published. Nobody here has run it

AI Context Engine

Knowledge from "Context Engineering for Multi-Agent Systems" (Chapters 3-5 + Appendix A). The full architecture and hardening of the glass-box Context Engine.

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
dual-ragProcedural vs factual RAG, context library vs knowledge base
rag-ingestionPinecone setup, token-aware chunking, embeddings, upsert
engine-componentsPlanner, Executor, Execution Tracer (the engine triad)
specialist-agentsContext Librarian, Researcher, Writer (initial + hardened)
agent-registryCapability descriptions, get_handler, dependency injection
hardeningDI, structured logging, proactive context mgmt, modularization
engine-referenceAppendix-style reference guide for the commons library

Workflows

WorkflowPurpose
workflows/build-context-engine.mdFull engine build (dual RAG β†’ triad β†’ agents β†’ registry β†’ run)
workflows/setup-rag-pipeline.mdPinecone ingestion (chunk β†’ embed β†’ upsert)
workflows/harden-engine.mdTake prototype to production (DI, logging, modularization)

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.