Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add MSApps-Mobile/claude-pluginsnpx agentmods add plugins/msapps-mobile/claude-plugins/kotlin-lspgit clone --depth 1 https://github.com/MSApps-Mobile/claude-pluginsGrade A, and why
kotlin-lsp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "kotlin-lsp",
"version": "1.0.0",
"description": "Real-time Kotlin code intelligence for Claude \u2014 instant diagnostics, go-to-definition, find references, and type info via kotlin-language-server.",
"author": {
"name": "MSApps",
"email": "[email protected]",
"url": "https://msapps.mobi"
},
"homepage": "https://msapps.mobi/plugins",
"repository": "https://github.com/MSApps-Mobile/claude-plugins",
"license": "MIT",
"privacy_policy": "https://opsagents.agency/privacy",
"terms_of_service": "https://opsagents.agency/terms",
"keywords": [
"kotlin",
"lsp",
"android",
"jetbrains",
"gradle",
"code-intelligence",
"diagnostics",
"sosa-agents"
],
"lspServers": "./.lsp.json",
"sosa": {
"compliant": true,
"level": 1,
"impact": "low",
"methodology": "https://github.com/MSApps-Mobile/claude-plugins/blob/main/docs/SOSA.md",
"whitepaper": "https://github.com/MSApps-Mobile/claude-plugins/blob/main/docs/sosa-whitepaper.pdf",
"pillars": {
"supervised": "Fully autonomous \u2014 read-only code analysis, no external calls or side effects",
"orchestrated": "LSP protocol handles diagnostics, navigation, and hover automatically on file changes",
"secured": "No credentials, no network access, no file writes \u2014 pure code analysis via local binary",
"agents": "R=kotlin-code-intelligence, T=kotlin-language-server, M=none, P=analyze-on-edit"
}
},
"topics": [
"sosa-agents"
]
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 43 lines scan A 4f5378d5fec6
kotlin-lsp is a plugin published in the GitHub repository MSApps-Mobile/claude-plugins (9 stars, last pushed 6d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
the-unofficial-swift-concurrency-migration-skill marketplace
Unofficial packaging of the Swift Concurrency Migration Guide as a Skill.
the-unofficial-swift-programming-language-skill marketplace
Unofficial packaging of The Swift Programming Language book as a Skill.
kortex
Kotlin Agent Skills — Kotlin Toolchain (Amper), Kotlin/JVM, Multiplatform, and more.
rad-a11y
WCAG 2.2 AA accessibility toolkit for Claude Code. Six skills covering semantic HTML, ARIA patterns, keyboard/focus, forms, automated testing setup, and a static-analysis review pass; one autonomous reviewer agent. Four pure-stdlib Python validators (scan-jsx-patterns, check-tailwind-contrast with real WCAG sRGB ma.
rad-chrome-extension
MV3 Chrome extension development standards (WXT, React, TypeScript) with two pure-stdlib Python validators that catch what LLM eyeballing misses. Skills cover architecture, MV3 security (CSP, remote code ban, content script isolation), permission minimization and CWS compliance, typed messaging, storage selection…
cantrips
The core engineering loop for coding agents (Claude Code, Codex CLI): grill, spec, tickets, implement with TDD at agreed seams, review, commit, plus a user-gated compound step that turns session learnings into durable project memory. Basic spells a caster always has prepared.