|
| 1 | +{ |
| 2 | + "name": "frappe-agent", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Frappe and ERPNext coding, customization, bench, and review intelligence for Codex.", |
| 5 | + "author": { |
| 6 | + "name": "Dhairya Marwaha", |
| 7 | + "email": "dhairya15marwaha@gmail.com", |
| 8 | + "url": "https://github.com/Dkm0315" |
| 9 | + }, |
| 10 | + "homepage": "https://github.com/Dkm0315/frappe-agent", |
| 11 | + "repository": "https://github.com/Dkm0315/frappe-agent", |
| 12 | + "license": "MIT", |
| 13 | + "keywords": [ |
| 14 | + "frappe", |
| 15 | + "erpnext", |
| 16 | + "bench", |
| 17 | + "python", |
| 18 | + "javascript", |
| 19 | + "react", |
| 20 | + "vue" |
| 21 | + ], |
| 22 | + "skills": "./skills/", |
| 23 | + "interface": { |
| 24 | + "displayName": "Frappe Agent", |
| 25 | + "shortDescription": "Frappe-aware coding, bench, SQL, and customization help.", |
| 26 | + "longDescription": "Adds Frappe and ERPNext-specific skills for full-stack work, bench operations, SQL and ORM decisions, admin customizations, and workflow-aware code review.", |
| 27 | + "developerName": "Dhairya Marwaha", |
| 28 | + "category": "Developer Tools", |
| 29 | + "capabilities": [ |
| 30 | + "Read", |
| 31 | + "Write", |
| 32 | + "Interactive" |
| 33 | + ], |
| 34 | + "websiteURL": "https://github.com/Dkm0315/frappe-agent", |
| 35 | + "privacyPolicyURL": "https://github.com/Dkm0315/frappe-agent", |
| 36 | + "termsOfServiceURL": "https://github.com/Dkm0315/frappe-agent", |
| 37 | + "defaultPrompt": [ |
| 38 | + "Use Frappe Agent to inspect this bench before changing anything.", |
| 39 | + "Use Frappe Agent to choose the right Frappe customization layer.", |
| 40 | + "Use Frappe Agent to review this Frappe SQL or ORM code." |
| 41 | + ], |
| 42 | + "brandColor": "#1F7A5A" |
| 43 | + } |
| 44 | +} |
0 commit comments