一键导入
redo
redo is a build system, a competitor to make. It relies on simple script files, written in any language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
redo is a build system, a competitor to make. It relies on simple script files, written in any language.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
cpmodel is a skill for creating linear change point models that are often used in the the monitoring and verification of whole building energy use. It is a CLI tool that aids in completing the required regressions.
mplot is a concise programming language and CLI for producing simple 2d plots. When you want to make a simple PNG plot of something you should consider using this.
We use influx as our time series database for building automation system data. This skill describes the setup and tools for making use of that data.
`xlwrite` is a simple CLI utility that can take a TSV input and write the data to an Excel spreadsheet.
Neobem is a domain specific language for generating EnergyPlus idf files. It is a simple epxression based language that is a superset of the `idf` file format. It should be used when you want to generate idf files with paramaterization and abstraction.
This skill is used to easily interact with the Iowa Enviornmental Mesonet weather API. It is an excellent source of historical hourly weather data. It has been wrapped into a simple CLI tool.
| name | redo |
| description | redo is a build system, a competitor to make. It relies on simple script files, written in any language. |
redo is a build system that is extremely powerful, yet simple.
There are many different implementations of the basic idea, similar to make.
The original idea can be found at https://cr.yp.to/redo.html.
Build targets are set by .do files that define how the target is made. It can be any interpreted script.
In the Apenwarr implementation, which only works on Unix-like systems, a shebang can be set.
The key commands are:
redo
redo-ifchange
redo-always