proplasma
v1.0.5Expose direction unknowns through divergent-discard instantiation before commitment — /preview (πρόπλασμα: a preliminary clay model)
By Jongwon ChoiLicense: MIT160 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 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 proplasma for Codex and Claude Code
codex plugin marketplace add jongwony/epistemic-protocols
codex plugin marketplace upgrade epistemic-protocols
codex plugin add proplasma@epistemic-protocolsPaste and run these commands in a terminal with Codex. They add and refresh the epistemic-protocols catalog, then install this plugin.
Compatibility: the page URL and API slug “proplasma” remain stable.
- Codex:
proplasma@agent-plugin-marketplace→proplasma@epistemic-protocols
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/jongwony/epistemic-protocolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is proplasma/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/preview/SKILL.md
Included Skills1
Divergent-discard instantiation. Fires when direction candidates cannot be recognized from descriptions. Type: (DirectionUnrecognizable, Hybrid, PREVIEW, DirectionProspect) → DirectionalContrast
Plugin manifests2
{
"name": "proplasma",
"version": "1.0.5",
"description": "Expose direction unknowns through divergent-discard instantiation before commitment — /preview (πρόπλασμα: a preliminary clay model)",
"author": {
"name": "Jongwon Choi",
"url": "https://github.com/jongwony"
},
"homepage": "https://github.com/jongwony/epistemic-protocols",
"repository": "https://github.com/jongwony/epistemic-protocols",
"license": "MIT",
"keywords": [
"epistemic-protocols",
"skills",
"proplasma"
],
"skills": "./skills/",
"interface": {
"displayName": "Proplasma",
"shortDescription": "Expose direction unknowns through divergent-discard instantiation before commitment — /preview (πρόπλασμα: a preliminary clay model)",
"longDescription": "Expose direction unknowns through divergent-discard instantiation before commitment — /preview (πρόπλασμα: a preliminary clay model)",
"developerName": "Jongwon Choi",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/jongwony/epistemic-protocols",
"defaultPrompt": [
"Use proplasma for this task"
],
"brandColor": "#2563EB"
}
}{
"name": "proplasma",
"description": "Expose direction unknowns through divergent-discard instantiation before commitment — /preview (πρόπλασμα: a preliminary clay model)",
"version": "1.0.5",
"author": {
"name": "Jongwon Choi",
"url": "https://github.com/jongwony"
}
}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.
[proplasma on Agent Plugins Marketplace](https://pluginsmp.com/plugins/proplasma)