Skip to content

Commit 5b4e4f3

Browse files
author
Your Name
committed
Add trilogy links and Claude Code skill install to README
1 parent 7bc2a6f commit 5b4e4f3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ def call_llm(user_input: str):
1919
return client.messages.create(...) # blocked if injection detected
2020
```
2121

22+
Part of the **AI Agent Infrastructure Stack**:
23+
- [ai-cost-guard](https://github.com/manja316/ai-cost-guard) — budget enforcement
24+
- **ai-injection-guard** — prompt injection scanner ← you are here
25+
- [ai-decision-tracer](https://github.com/manja316/ai-trace) — local agent decision tracer
26+
27+
**Claude Code users** — install the whole stack in one command:
28+
```
29+
/plugin marketplace add manja316/ai-agent-stack-skill
30+
```
31+
2232
---
2333

2434
## Why this exists

0 commit comments

Comments
 (0)