plugins marketplace
← All plugins

jvm-languages

v1.2.1

JVM language development including Java, Scala, and C# with enterprise patterns and frameworks

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/jvm-languages/ inside the repository.

Layout

plugins/jvm-languages/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/jvm-languages/.codex-plugin/plugin.json
{
  "name": "jvm-languages",
  "version": "1.2.1",
  "description": "JVM language development including Java, Scala, and C# with enterprise patterns and frameworks",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Jvm Languages",
    "shortDescription": "JVM language development including Java, Scala, and C# with enterprise patterns and frameworks",
    "category": "Coding"
  }
}
plugins/jvm-languages/.claude-plugin/plugin.json
{
  "name": "jvm-languages",
  "version": "1.2.1",
  "description": "JVM language development including Java, Scala, and C# with enterprise patterns and frameworks",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}