|
24 | 24 | "skills": "./skills/", |
25 | 25 | "interface": { |
26 | 26 | "displayName": "Compound Engineering", |
27 | | - "shortDescription": "AI-powered development skills for code review, research, planning, and workflow automation.", |
28 | | - "longDescription": "Compound Engineering is a suite of self-contained skills that make each unit of engineering work easier than the last. Brainstorm requirements, plan implementations, review code with skill-local reviewer prompts, research institutional learnings, and capture solved problems so future work benefits. Skills install natively via Codex; no companion custom-agent install step is required.", |
29 | | - "developerName": "Every", |
| 27 | + "shortDescription": "Brainstorming, planning, debugging, and autonomous workflows for AI agents", |
| 28 | + "longDescription": "Compound Engineering guides AI agents through the full engineering loop: strategy, ideation, requirements, planning, execution, debugging, review, PR feedback, and captured learnings that make future work easier.", |
| 29 | + "developerName": "Kieran Klaassen and Trevin Chow", |
30 | 30 | "category": "Coding", |
31 | 31 | "capabilities": [ |
32 | 32 | "Interactive", |
33 | 33 | "Read", |
34 | 34 | "Write" |
35 | 35 | ], |
36 | | - "websiteURL": "https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it", |
| 36 | + "websiteURL": "https://github.com/EveryInc/compound-engineering-plugin", |
| 37 | + "privacyPolicyURL": "https://every.to/legal", |
| 38 | + "termsOfServiceURL": "https://every.to/legal", |
37 | 39 | "defaultPrompt": [ |
38 | 40 | "/ce-brainstorm a new feature", |
39 | 41 | "/ce-plan the implementation", |
40 | 42 | "/ce-code-review my changes" |
41 | 43 | ], |
| 44 | + "brandColor": "#C9EFFA", |
| 45 | + "logo": "./assets/logo.png", |
42 | 46 | "screenshots": [] |
43 | 47 | } |
44 | 48 | } |
0 commit comments