Back to Discover

jko-claude-plugins

artifact

johnkozaris

Claude Code plugin marketplace — Rust, ESP32 C++, Python backend, SwiftUI, dead code detection

View on GitHub
11 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add johnkozaris/jko-claude-plugins

README

jko-claude-plugins

License: MIT Plugins: 8 Commands: 10

Focused plugins and skills for Claude Code, GitHub Copilot CLI, Codex CLI, and OpenCode.

This marketplace deliberately avoids generic language handbooks. Modern agents can inspect a repository, run its tools, and research current framework APIs. Plugins earn their context by contributing one of two things:

  • opinionated domain knowledge that is difficult to infer from the code alone;
  • an executable interface for verification, probing, or automation.

Detailed material lives behind progressive disclosure. Commands are thin entry points rather than alternate copies of a skill.

Plugins

PluginSkillCmdsPurpose
backend-architecturebackend-architecture0Small cross-stack guide for consequential production architecture decisions
swiftuiswiftui-expert1SwiftUI-specific state, lifecycle, platform, accessibility, and architecture judgment
esp32-cppesp32-expert1ESP32 hardware, FreeRTOS, memory, peripheral, and field-failure judgment
backend-validatorbackend-validation3Authenticated HTTP and WebSocket validation with Hurl, websocat, and oauth2c
maestro-mobile-validatormobile-flows-maestro1iOS and Android flow validation with Maestro
electron-playwright-validatorelectron-playwright-validator1Persistent Electron validation through Playwright CDP
peekaboo-macos-validatorpeekaboo2Native macOS UI automation and bounded-context visual critique
seam-probeseam-probe1Manifest-driven FFI dylib and Unix-domain socket probing

Install

Claude Code

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

For local development:

claude plugin marketplace add "$PWD"
claude plugin install <plugin-name>@jko-claude-plugins

Or load one plugin for a session:

claude --plugin-dir "$PWD/plugins/<plugin-name>"

Run /reload-plugins after installing, enabling, disabling, or updating a plugin in the current session.

GitHub Copilot CLI

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

Installed local plugins are cached; reinstall after edits.

Codex CLI

Codex installs a skill directory directly:

$skill-installer install https://github.com/johnkozaris/jko-claude-plugins/tree/main/plugins/<plugin>/skills/<skill>

Direct skill installs include assets inside the skill directory. seam-probe also relies on plugin-level build hooks and its bundled Rust crate, so install or clone that full plugin rather than copying only its skill.

OpenCode

pnpm dlx skills add johnkozaris/jko-claude-plugins --full-depth

Commands

PluginCommands
SwiftUI/swift-critique
ESP32/esp-debug
Backend validation/validate-api, /validate-ws, /get-dev-token
Maestro/validate-mobile
Electron/validate-electron
Peekaboo/peekaboo-macos-validator:peekaboo-doctor, /peekaboo-macos-validator:validate-macos-app
seam-probe/seam-probe:seam-probe-setup

Discovery model

Each plugin owns one shared skill directory and thin host-specific manifests. Claude Code and Copilot CLI install plugins from their marketplaces. Codex and OpenCode consume the same skill directories directly.

SKILL.md is a lightweight router and opinion layer. References are loaded only when the task exposes a matching signal. Executable tools and current primary documentation take precedence over copied command catalogues or version trivia.

Contributing

See CONTRIBUTING.md.

Before committing:

python3 scripts/lint-plugins.py

License

MIT

Rendered live from johnkozaris/jko-claude-plugins's GitHub README — not stored, always reflects the source repo.

8 Plugins

NameDescriptionCategorySource
backend-architectureSmall, opinionated architecture guide for production backend services across languages and frameworksdevelopment./plugins/backend-architecture
swiftuiLightweight, opinionated SwiftUI guidance with detailed Apple-platform references loaded only when relevantdevelopment./plugins/swiftui
esp32-cppEvidence-first ESP32 firmware guidance for hardware, FreeRTOS, memory, peripherals, and field failuresdevelopment./plugins/esp32-cpp
backend-validatorBackend API and WebSocket validation via Hurl, websocat, and oauth2c with OIDC token cachingtesting./plugins/backend-validator
maestro-mobile-validatoriOS and Android mobile app validation via Maestro flows with simulator management and CI patternstesting./plugins/maestro-mobile-validator
electron-playwright-validatorElectron app UI automation and validation via Playwright CDPtesting./plugins/electron-playwright-validator
peekaboo-macos-validatorRuntime observation, interaction, and visual critique for native macOS interfaces via Peekabootesting./plugins/peekaboo-macos-validator
seam-probeGeneric NDJSON probe for embedded-runtime FFI dylibs and Unix-domain socketstesting./plugins/seam-probe

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.