Ai context engine production
π 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.
npx -y skills add ebarti/skills --skill ai-context-engine-productionAssembled 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
Production deployment of the Context Engine: moderation gatekeepers (two-stage protocol), policy-driven meta-control (the 5 principles), reusable control-deck templates, domain adaptation (legal + marketing case studies), API + worker + Docker + observability deployment topology, and business-value framing for stakeholders. Use this skill when: - Adding moderation gatekeepers (input + output) - Encoding compliance policy outside the model - Building applications on top of the engine via control decks - Adapting the engine to a new vertical (legal, medical, marketing, etc.) - Deploying to production (FastAPI + worker + Docker + observability) - Presenting ROI / business value to non-technical stakeholders
SKILL.md
2.2 KB, as published. Nobody here has run it
AI Context Engine Production
Knowledge from "Context Engineering for Multi-Agent Systems" (Chapters 8-10). The safeguards, applications, and deployment topology that take the engine to production.
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 |
|---|---|
moderation | Two-stage moderation protocol, gatekeeper integration, fail-safe |
policy-driven-control | The 5 principles, policy as outermost context layer |
control-decks | Reusable templates: high-fidelity RAG / context reduction / grounded reasoning |
domain-applications | Legal compliance + strategic marketing case studies |
production-deployment | FastAPI orchestration, async workers, Docker, observability |
business-value | 5 enterprise capabilities, ROI framing, stakeholder messaging |
Workflows
| Workflow | Purpose |
|---|---|
workflows/add-moderation.md | Wire two-stage moderation gatekeeper into the engine |
workflows/adapt-to-domain.md | Adapt the engine to a new vertical (legal, medical, marketing, etc.) |
workflows/deploy-to-production.md | Full go-live (env β API β workers β Docker β observability) |
Guidelines
See guidelines.md for task-based file selection.