docs: add ai-psychosis README and update marketplace index

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-06 20:56:41 +02:00
commit 4dc8529bf6
2 changed files with 382 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Open-source Claude Code plugins for AI-assisted development, security, and plann
| **llm-security** | Security scanning, auditing, and threat modeling aligned to OWASP LLM Top 10 (2025) |
| **config-audit** | Multi-agent workflow for analyzing and optimizing Claude Code configuration |
| **ultraplan-local** | Deep implementation planning with agent swarms, adversarial review, and headless execution |
| **ai-psychosis** | Meta-awareness tools for healthy AI interaction patterns — detects reinforcement loops, scope escalation, and compulsive patterns |
## Installation
@ -40,7 +41,8 @@ Add the plugins you want to `~/.claude/settings.json`:
"enabledPlugins": {
"llm-security@ktg-plugin-marketplace": true,
"config-audit@ktg-plugin-marketplace": true,
"ultraplan-local@ktg-plugin-marketplace": true
"ultraplan-local@ktg-plugin-marketplace": true,
"ai-psychosis@ktg-plugin-marketplace": true
}
}
```