Open-source Claude Code plugins for AI-assisted development, security, and planning
  • JavaScript 67.8%
  • HTML 24%
  • CSS 2.9%
  • Shell 2.8%
  • TypeScript 2.3%
  • Other 0.2%
Find a file
Kjell Tore Guttormsen 4dc8529bf6 docs: add ai-psychosis README and update marketplace index
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 20:56:41 +02:00
.claude-plugin feat: initial open marketplace with llm-security, config-audit, ultraplan-local 2026-04-06 18:47:49 +02:00
plugins docs: add ai-psychosis README and update marketplace index 2026-04-06 20:56:41 +02:00
.gitleaksignore feat: initial open marketplace with llm-security, config-audit, ultraplan-local 2026-04-06 18:47:49 +02:00
README.md docs: add ai-psychosis README and update marketplace index 2026-04-06 20:56:41 +02:00

ktg-plugin-marketplace

Open-source Claude Code plugins for AI-assisted development, security, and planning.

Plugins

Plugin Description
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

Step 1: Add this marketplace

Add the following entry to your ~/.claude/plugins/known_marketplaces.json:

{
  "ktg-plugin-marketplace": {
    "source": {
      "source": "git",
      "url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace.git"
    },
    "installLocation": "<your-home>/.claude/plugins/marketplaces/ktg-plugin-marketplace",
    "autoUpdate": true
  }
}

Replace <your-home> with your actual home directory path.

Step 2: Enable plugins

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,
    "ai-psychosis@ktg-plugin-marketplace": true
  }
}

Step 3: Verify

Open a new Claude Code session and run /plugin to see available plugins.

License

MIT