d951b7cf05
Constraint: Codex installs and removes plugin units, not individual SKILL.md files.\nRejected: Keep every skill in one eapil-skills bundle | Users could not selectively install only the needed skill pack.\nConfidence: high\nScope-risk: moderate\nDirective: Add future skills as separate eapil-* plugins unless they are intentionally bundled.\nTested: python json.tool for marketplace and plugin manifests; validate_plugin.py for all 13 plugins; codex plugin marketplace add . --json; codex plugin list --marketplace eapil-skill-market --available --json; codex plugin add eapil-pdf/eapil-xlsx/eapil-threejs-fundamentals.\nNot-tested: Remote Git marketplace refresh after push.
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"name": "eapil-threejs-materials",
|
|
"version": "0.1.0",
|
|
"description": "EAPIL Three.js Materials provides Codex guidance for material selection, PBR settings, texture usage, transparency, and surface appearance in Three.js.",
|
|
"author": {
|
|
"name": "EAPIL",
|
|
"url": "https://git.playones.com/arechen/EapilSkillMarket"
|
|
},
|
|
"homepage": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"repository": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"license": "Proprietary",
|
|
"keywords": [
|
|
"eapil",
|
|
"threejs-materials",
|
|
"codex-skill"
|
|
],
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "EAPIL Three.js Materials",
|
|
"shortDescription": "Three.js materials, textures, and surface appearance guidance.",
|
|
"longDescription": "EAPIL Three.js Materials provides Codex guidance for material selection, PBR settings, texture usage, transparency, and surface appearance in Three.js.",
|
|
"developerName": "EAPIL",
|
|
"category": "Developer Tools",
|
|
"capabilities": [
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"defaultPrompt": [
|
|
"Use EAPIL Three.js Materials.",
|
|
"Improve these materials.",
|
|
"Fix texture appearance."
|
|
],
|
|
"websiteURL": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"privacyPolicyURL": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"termsOfServiceURL": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"brandColor": "#2563EB",
|
|
"screenshots": []
|
|
}
|
|
}
|