{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "precise-terms", "version": "1.0.0", "description": "Transform verbose instructions into concise prompts and canonical technical terms while preserving every stated requirement.", "author": { "name": "Andrew Fai", "url": "https://github.com/andydrewie" }, "homepage": "https://github.com/andydrewie/precise-terms#readme", "repository": "https://github.com/andydrewie/precise-terms", "license": "MIT", "keywords": [ "terminology", "prompt-writing", "technical-writing", "precision", "developer-tools" ], "extensions": { "com.openai": { "interface": { "displayName": "Precise Terms", "shortDescription": "Compress instructions into precise technical terms", "longDescription": "Rewrite verbose instructions as concise, high-signal prompts or identify canonical technical terms without dropping requirements.", "developerName": "Andrew Fai", "category": "Developer Tools", "capabilities": [ "Write" ], "websiteURL": "https://github.com/andydrewie/precise-terms", "defaultPrompt": [ "Use $precise-terms to rewrite these instructions with concise, canonical technical terminology." ] } } } }