-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 750 Bytes
/
Copy pathplugin.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "geldmacher-efficiency",
"version": "3.4.1",
"description": "Helps coding agents choose simpler solutions, keep context lean, and communicate clearly. For Cursor and Codex.",
"author": {
"name": "Dennis Geldmacher",
"email": "geldmacher.dennis@outlook.de",
"url": "https://github.com/geldmacher"
},
"homepage": "https://github.com/geldmacher/efficiency",
"repository": "https://github.com/geldmacher/efficiency",
"license": "MIT",
"keywords": [
"simplicity",
"coding-agents",
"cursor",
"codex",
"context",
"refactoring",
"review",
"over-engineering",
"yagni",
"kiss",
"dry",
"rtk"
]
}