The operator pointed at ~/repos/claude-code-100x/claude-code-100x/build-site.js
as the annotation reference from the start. v4.2/v4.3 built a bespoke
playground instead. v5.0.0 deleted it. v5.0.1 pointed at /playground
document-critique (Claude-leads, wrong direction). v5.0.2 was operator-led
but too thin (line-click + freeform note, no intent). v5.0.3 finally
matches the reference.
scripts/annotate.mjs rewritten:
- Markdown rendered as proper article HTML (h1/p/li/ul/table/blockquote/pre)
instead of line-numbered raw lines.
- Pencil-toggle annotation mode in the topbar, default ON.
- Select text OR click any element → form popover at cursor.
- Three intent buttons: Fiks (red) / Endre (orange) / Spørsmål (blue).
- Comment textarea. Save (Cmd+Enter), Cancel (Esc).
- Section context auto-detected from nearest h1/h2.
- Sidebar panel: annotations grouped by section, intent badges,
snippet quotes, delete buttons, click-to-scroll with flash highlight.
- Copy Prompt: structured markdown export with intent labels.
- localStorage persistence keyed on absolute artifact path
(voyage-annotate:v2: prefix to avoid colliding with v5.0.2 state).
Tests: 12 (up from 10), all passing. npm test: 518 / 516 pass / 0 fail / 2 skipped.
Reference: ~/repos/claude-code-100x/claude-code-100x/build-site.js
lines 1431–2255 (annotation UI section).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
59 lines
3.1 KiB
JSON
59 lines
3.1 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": "voyage",
|
|
"source": "./plugins/voyage",
|
|
"description": "Voyage — brief, research, plan, execute, review, continue. Contract-driven Claude Code pipeline with specialized agent swarms, external research triangulation, adversarial review, post-hoc independent review with Handover 6 feedback loop, multi-session resumption, session decomposition, and headless execution. /trekbrief, /trekplan, and /trekreview each end by building a self-contained operator-annotation HTML (scripts/annotate.mjs, modelled on claude-code-100x): pencil-toggle annotation mode, select text or click any element, pick intent (Fiks/Endre/Spørsmål), comment, Copy Prompt, paste back, Claude revises the .md."
|
|
},
|
|
{
|
|
"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."
|
|
},
|
|
{
|
|
"name": "graceful-handoff",
|
|
"source": "./plugins/graceful-handoff",
|
|
"description": "Produce session-handoff artifacts, commit and push pending work, and print a copy-paste prompt for the next session. Designed for context-constrained models like Opus 4.7."
|
|
},
|
|
{
|
|
"name": "ai-psychosis",
|
|
"source": "./plugins/ai-psychosis",
|
|
"description": "Meta-awareness tools for healthy AI interaction patterns. Detects reinforcement loops, scope escalation, narrative crystallization, and other compulsive patterns."
|
|
},
|
|
{
|
|
"name": "ms-ai-architect",
|
|
"source": "./plugins/ms-ai-architect",
|
|
"description": "Microsoft AI Solution Architect — structured architecture guidance for the full Microsoft AI stack."
|
|
},
|
|
{
|
|
"name": "okr",
|
|
"source": "./plugins/okr",
|
|
"description": "Expert OKR guidance for Norwegian public sector. Write, review, cascade, track and govern OKR based on Google/Doerr methodology adapted for 4-month tertial cycles."
|
|
},
|
|
{
|
|
"name": "human-friendly-style",
|
|
"source": "./plugins/human-friendly-style",
|
|
"description": "Shared Claude Code output style for the ktg-plugin-marketplace. Plain-language tone — explains what and why, hides paths/JSON/stack traces by default, matches the user's language."
|
|
}
|
|
]
|
|
}
|