1 Repo
Interception layers that process and modify prompts or responses before they reach the model or user.
Distinct from Prompt Engineering: Distinct from general prompt engineering: focuses on the architectural implementation of an interception pipeline rather than the design of the prompts themselves.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Middleware. Refine with filters or upvote what's useful.
This project is an extension framework and orchestration system for Claude Code that uses lifecycle hooks to intercept and augment the execution flow of agents. It serves as a management layer for automating session startup, handling project context loading, and performing cleanup routines during AI coding sessions. The framework provides an orchestration system to spawn and manage specialized sub-agents with distinct prompts and toolsets to decompose complex technical tasks. It functions as a prompt engineering middleware to validate and inject context into user requests and as a tool guardr
Functions as prompt engineering middleware to validate and inject context into user requests before they reach the model.