Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,30 @@
"plan"
]
},
{
"name": "thermal-fluid-research-workflow",
"source": "./plugins/thermal-fluid-research-workflow",
"description": "Thermal-fluid mechanical engineering research workflow for literature review, technical writing, data analysis, presentations, proposals, research coding, and AI/ML-assisted workflows.",
"version": "0.1.0",
"author": {
"name": "Han Hu",
"email": "72934230+hanhuark@users.noreply.github.com",
"url": "https://github.com/hanhuark"
},
"category": "Documentation",
"homepage": "https://github.com/hanhuark/mechanical-engineering-research-skill",
"keywords": [
"thermal-fluids",
"mechanical-engineering",
"research",
"technical-writing",
"proposal-development",
"literature-review",
"data-analysis",
"claude-code",
"codex-skill"
]
},
{
"name": "update-claudemd",
"source": "./plugins/update-claudemd",
Expand Down Expand Up @@ -1672,4 +1696,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
- [documentation-generator](./plugins/documentation-generator)
- [generate-api-docs](./plugins/generate-api-docs)
- [openapi-expert](./plugins/openapi-expert)
- [thermal-fluid-research-workflow](./plugins/thermal-fluid-research-workflow)
- [update-claudemd](./plugins/update-claudemd)

### Git工作流
Expand Down Expand Up @@ -217,4 +218,4 @@

* 添加你喜欢的插件
* 分享最佳实践
* 提交你自己的插件
* 提交你自己的插件
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [documentation-generator](./plugins/documentation-generator)
- [generate-api-docs](./plugins/generate-api-docs)
- [openapi-expert](./plugins/openapi-expert)
- [thermal-fluid-research-workflow](./plugins/thermal-fluid-research-workflow)
- [update-claudemd](./plugins/update-claudemd)

### Git Workflow
Expand Down Expand Up @@ -212,4 +213,4 @@ Example:
## Contributing

Contributions are welcome!
You can add your favorite plugins, share best practices, or submit your own marketplace.
You can add your favorite plugins, share best practices, or submit your own marketplace.
13 changes: 13 additions & 0 deletions plugins/thermal-fluid-research-workflow/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "thermal-fluid-research-workflow",
"description": "Thermal-fluid mechanical engineering research workflow for literature review, technical writing, data analysis, presentations, proposals, research coding, and AI/ML-assisted workflows.",
"version": "0.1.0",
"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"
}
44 changes: 44 additions & 0 deletions plugins/thermal-fluid-research-workflow/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "thermal-fluid-research-workflow",
"version": "0.1.0",
"description": "Thermal-fluid mechanical engineering research workflow plugin for Codex.",
"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",
"mechanical-engineering",
"research",
"technical-writing",
"proposal-development",
"data-analysis",
"codex-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Thermal-Fluid Research Workflow",
"shortDescription": "Research, write, code, analyze, and present thermal-fluid work.",
"longDescription": "A workflow plugin for thermal-fluid mechanical engineering research. It combines domain-specific judgment for literature review, technical writing, data analysis, research coding, presentations, AI/ML tools, proposals, patents, and commercialization with reusable workflow prompts.",
"developerName": "Han Hu",
"category": "Productivity",
"capabilities": [
"Research",
"Write",
"Code"
],
"websiteURL": "https://github.com/hanhuark/mechanical-engineering-research-skill",
"defaultPrompt": [
"Plan a thermal-fluid research workflow.",
"Develop a proposal narrative with reviewer-focused logic.",
"Write a technical section with domain rigor.",
"Review this figure and explain the physics."
],
"brandColor": "#0F766E",
"composerIcon": "./assets/icon.svg"
}
}
11 changes: 11 additions & 0 deletions plugins/thermal-fluid-research-workflow/.codexignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.git/
.github/
.tmp-paper-text/
.tmp-proposal-analysis/
.tmp-presentation-analysis/
*.pdf
*.pptx
*.docx
*.zip
__pycache__/
.pytest_cache/
29 changes: 29 additions & 0 deletions plugins/thermal-fluid-research-workflow/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Contributing

Thank you for improving this thermal-fluid research workflow plugin.

## Guidelines

- Keep `SKILL.md` concise and focused on routing, workflow, and reference selection.
- Put detailed guidance in `skills/mechanical-engineering-research/references/`.
- Put reusable workflow prompts in `commands/`.
- Prefer reusable research heuristics over project-specific details.
- Preserve source-aware reasoning: separate evidence, assumptions, inference, and uncertainty.
- Validate the skill before opening a pull request.

## Validation

Run:

```powershell
python "$env:USERPROFILE\.codex\skills\.system\skill-creator\scripts\quick_validate.py" ".\skills\mechanical-engineering-research"
python "$env:USERPROFILE\.codex\skills\.system\plugin-creator\scripts\validate_plugin.py" "."
```

## Review Checklist

- Does the change help future research, writing, analysis, plotting, presentation, or AI/ML work?
- Is the guidance concise enough to be useful in a skill context?
- Are new reference files linked from `SKILL.md`?
- Are new workflow prompts placed in `commands/` when they are reusable across tasks?
- Are examples generalizable beyond one paper, dataset, or presentation?
21 changes: 21 additions & 0 deletions plugins/thermal-fluid-research-workflow/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Han Hu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading