university
v1.0.0大学の授業・課題で使う Processing (Java Mode) 開発スキルを提供するプラグイン。1個のスキル(developing-processing: Processing スケッチの開発と CLI による自動コンパイル・実行・検証)を含む。
By sumik51 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add university@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/sumik5/sumik-llm-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/university/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/developing-processing/SKILL.md
Included Skills1
Processing (Java Mode) のスケッチ開発と、Processing 4 CLI(processing cli)による自動コンパイル・実行・検証ループ。 Use when 大学等で .pde スケッチを書く / Processing でビジュアル・インタラクティブ作品やジェネラティブアート・データ可視化を作る / 作成したスケッチをコマンドラインで自動コンパイル(--build)・実行(--run)して検証したいとき。 補足トリガー: .pde ファイル, Processing.app, processing cli, sketch, setup()/draw(), creative coding。 詳細は CLI.md(CLI完全リファレンス) / REFERENCE.md(言語API) / LIBRARIES.md(ライブラリ) / EXAMPLES.md(スケッチ雛形と検証例) / scripts/verify-sketch.sh(検証ヘルパー) を参照。
Plugin manifests2
{
"name": "university",
"version": "1.0.0",
"description": "大学の授業・課題で使う Processing (Java Mode) 開発スキルを提供するプラグイン。1個のスキル(developing-processing: Processing スケッチの開発と CLI による自動コンパイル・実行・検証)を含む。",
"author": {
"name": "sumik5"
},
"keywords": [
"claude-code",
"skills",
"university",
"processing",
"creative-coding"
],
"skills": "./skills/",
"interface": {
"displayName": "Sumik University",
"shortDescription": "大学で使う Processing (Java Mode) 開発スキルを提供するプラグイン",
"longDescription": "大学の授業・課題で使う Processing (Java Mode) のスケッチ開発を支援するスキルを提供します。スケッチの設計・実装に加え、ローカルにインストールされた Processing の CLI を用いてコンパイル・実行・検証まで自動化し、エラーを早期に発見します。",
"developerName": "sumik5",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write",
"Edit",
"Bash"
],
"websiteURL": "https://github.com/sumik5/sumik-claude-plugin",
"defaultPrompt": [
"developing-processing で Processing スケッチを書いて CLI でコンパイル検証"
],
"brandColor": "#6E56CF"
}
}{
"name": "university",
"description": "sumik Claude Code Plugin (university) — 大学で使う Processing (Java Mode) 開発スキル群",
"version": "1.0.0",
"author": {
"name": "sumik5"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[university on Agent Plugins Marketplace](https://pluginsmp.com/plugins/university)