-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
53 lines (53 loc) · 2.15 KB
/
Copy pathplugin.json
File metadata and controls
53 lines (53 loc) · 2.15 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "thermal-fluid-research-workflow",
"version": "0.2.0",
"description": "Thermal-fluid mechanical engineering research workflow plugin for Codex with CFD review, correlation checks, experiment planning, proposal development, data analysis, and research-writing guidance.",
"author": {
"name": "Han Hu",
"email": "72934230+hanhuark@users.noreply.github.com",
"url": "https://github.com/hanhuark"
},
"homepage": "https://github.com/hanhuark/mechanical-engineering-research-skill",
"repository": "https://github.com/hanhuark/mechanical-engineering-research-skill",
"license": "MIT",
"keywords": [
"thermal-fluids",
"heat-transfer",
"fluid-dynamics",
"cfd",
"mechanical-engineering",
"research",
"research-agent",
"technical-writing",
"literature-review",
"proposal-development",
"data-analysis",
"experiment-planning",
"ai-for-engineering",
"codex-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Thermal-Fluid Research Workflow",
"shortDescription": "Add thermal-fluid rigor to AI-assisted research, writing, CFD, experiments, and code.",
"longDescription": "A workflow plugin for thermal-fluid mechanical engineering research. It helps AI agents check heat-transfer and fluid-flow assumptions, correlation validity, CFD credibility, experiment design, uncertainty, research code, literature synthesis, proposal aims, presentations, AI/ML tools, patents, and commercialization with reusable workflow prompts.",
"developerName": "Han Hu",
"category": "Productivity",
"capabilities": [
"Research",
"Write",
"Code",
"Analyze"
],
"websiteURL": "https://github.com/hanhuark/mechanical-engineering-research-skill",
"defaultPrompt": [
"Plan a thermal-fluid research workflow.",
"Check whether this heat-transfer correlation is valid for my regime.",
"Review this CFD setup and identify unsupported claims.",
"Design an experiment plan with uncertainty and calibration checks.",
"Review this figure and explain the physics."
],
"brandColor": "#0F766E",
"composerIcon": "./assets/icon.svg"
}
}