Add plugin entry to marketplace.json and README.md catalogue. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "ktg-plugin-marketplace",
|
|
"owner": {
|
|
"name": "Kjell Tore Guttormsen",
|
|
"email": "ktg@fromaitochitta.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Open-source Claude Code plugins for AI-assisted development, security, and planning",
|
|
"version": "1.0.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "llm-security",
|
|
"source": "./plugins/llm-security",
|
|
"description": "Security scanning, auditing, and threat modeling for Claude Code projects. OWASP LLM Top 10 (2025) and Agentic AI Top 10."
|
|
},
|
|
{
|
|
"name": "config-audit",
|
|
"source": "./plugins/config-audit",
|
|
"description": "Multi-agent workflow for analyzing, reporting, and optimizing Claude Code configuration across your entire machine"
|
|
},
|
|
{
|
|
"name": "ultraplan-local",
|
|
"source": "./plugins/ultraplan-local",
|
|
"description": "Deep implementation planning with interview, specialized agent swarms, external research, adversarial review, session decomposition, and headless execution support"
|
|
},
|
|
{
|
|
"name": "linkedin-thought-leadership",
|
|
"source": "./plugins/linkedin-thought-leadership",
|
|
"description": "Build LinkedIn thought leadership with algorithmic understanding, strategic consistency, and authentic engagement. Updated for the January 2026 360Brew algorithm change."
|
|
}
|
|
]
|
|
}
|