jko-claude-plugins CLAUDE.md

jko-claude-plugins CLAUDE.md is an instructions file for coding agents from mathisk2095/jko-claude-plugins. It costs 531 tokens per session, scanned A, original, MIT.

A local marketplace for installing specialized Claude Code and GitHub Copilot plugins, including tools for SwiftUI, Rust, ESP32 C++, Python, .NET, and dead-code detection.

In plain words
What is it for?
Use it to develop, publish, and install plugins for specific programming languages and tasks through Claude Code or GitHub Copilot CLI.
Why use it?
It gives developers one place to register and install plugins from a local checkout or a published repository, without configuring each plugin separately.

Instructions file

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

Install

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.

agentmods
npx agentmods add instructions/mathisk2095/jko-claude-plugins/claude-md
Clone the repo
git clone --depth 1 https://github.com/mathisk2095/jko-claude-plugins

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jko-claude-plugins CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mathisk2095/jko-claude-plugins/claude-md.svg)](https://agentmods.dev/instructions/mathisk2095/jko-claude-plugins/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/mathisk2095/jko-claude-plugins/claude-md"><img src="https://agentmods.dev/badge/instructions/mathisk2095/jko-claude-plugins/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 531 This file is loaded in full into every session.
When invoked 531 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00531 $0.00531
Opus 5 $0.00266 $0.00266
Sonnet 5 $0.00106 $0.00106
Haiku 4.5 $0.00053 $0.00053

Measured 4d ago against content hash 42307e183653, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

jko-claude-plugins CLAUDE.md 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 4d 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.

CLAUDE.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

jko-claude-plugins

Multi-CLI plugin marketplace with specialized skills and commands.

Project Structure

myClaudeSkills/
├── .github/plugin/marketplace.json    # GitHub Copilot CLI marketplace manifest
├── .claude-plugin/marketplace.json    # Claude Code marketplace manifest
├── plugins/
│   ├── swiftui/                       # SwiftUI expert plugin
│   ├── rust/                          # Rust expert plugin
│   ├── esp32-cpp/                     # ESP32 C++ firmware plugin
│   ├── python-backend/                # Python backend plugin
│   ├── dotnet-backend/                # .NET backend plugin
│   └── dead-code/                     # Dead code detection plugin

Installing This Marketplace

# Register as a marketplace for local development
claude plugin marketplace add /Users/john/Repos/myClaudeSkills

# Then install any plugin from the local checkout
claude plugin install <plugin-name>@jko-claude-plugins

After publishing or updating the GitHub-hosted marketplace, end users should use:

claude plugin marketplace add johnkozaris/jko-claude-plugins
claude plugin install <plugin-name>@jko-claude-plugins

Or load a single plugin for one session:

claude --plugin-dir /Users/john/Repos/myClaudeSkills/plugins/<plugin-name>

Local Iteration

  • In Claude Code, run /reload-plugins after installing, enabling, disabling, or updating plugins in the current session.
  • In GitHub Copilot CLI, reinstall a local plugin after edits because installed plugins are cached.

Conventions

  • Plugin names: kebab-case
  • Keep GitHub Copilot CLI component paths in .github/plugin/plugin.json; when both manifest styles exist, Copilot reads the .github/plugin/* manifests.
  • Keep .claude-plugin/plugin.json metadata-only unless Claude needs non-default paths; Claude Code can use default discovery for skills/, commands/, and hooks/ without duplicating those component paths.
  • One type per file in skills
  • Skills: lean SKILL.md (1,500-2,000 words), detailed references/ on-demand
  • Commands: instructions FOR Claude, not messages to user
  • Always use ${CLAUDE_PLUGIN_ROOT} for portable paths
  • Skill descriptions: third-person with specific trigger phrases
  • Skill bodies: imperative form (verb-first)

Read the full file on GitHub · 58 lines

Changes

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.

  1. 4d ago First seen · 58 lines · 531 tokens per session scan A 42307e183653

Subscribe to this mod's changes

jko-claude-plugins CLAUDE.md is an instructions file published in the GitHub repository mathisk2095/jko-claude-plugins (3 stars, last pushed 6d ago), licensed MIT. It adds 531 tokens to every session, about $0.0027 per session on Opus 5. 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.

Related

Other instructions, from other repositories

jko-claude-plugins CLAUDE.md

Claude Code instructions for johnkozaris/jko-claude-plugins, covering jko-skills, project structure, installing this marketplace, register as a marketplace for local development and then install any plugin from the local checkout.

johnkozaris/jko-claude-plugins · 832 tokens

director-mode-lite copilot-instructions.md

Copilot instructions for claude-world/director-mode-lite: This is a Shell/Markdown toolkit for Claude Code Director Mode. Keep shell scripts POSIX-compatible where possible. Markdown files are the primary deliverable.

claude-world/director-mode-lite · 30 tokens

cc-thingz AGENTS.md

AGENTS.md instructions for alexei-led/cc-thingz, covering cc-thingz — coding companion, build, writing agent/skill instructions, agents and platform coverage.

alexei-led/cc-thingz · 2,377 tokens

openalgo-claude-plugin CLAUDE.md

Instructions for marketcalls/openalgo-claude-plugin, covering openalgo marketplace - claude code plugin marketplace, repository structure, philosophy: unified trading api for indian markets, working with this repository and adding a new skill.

marketcalls/openalgo-claude-plugin · 1,861 tokens

cc-thingz CLAUDE.md

Claude Code instructions for alexei-led/cc-thingz, a project described as: Portable skills, agents, hooks, and Pi extensions for Claude Code, Codex CLI, Copilot, Cursor, Grok, and Pi.

alexei-led/cc-thingz · 5 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens