在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用update-homebrew-tap
星标0
分支0
更新时间2026年1月10日 01:37
Updates the homebrew tap for the project.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Updates the homebrew tap for the project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | update-homebrew-tap |
| description | Updates the homebrew tap for the project. |
When updating the homebrew tap, always include:
Check .seed.yaml to see what projects are available and what their URLs are.
The seed.yaml file is a seed for generating the Homebrew tap. It contains the following information:
tap_repository is the repository of the Homebrew tap.tap_repository.url is the repository URL of the Homebrew tap.tap_repository.license is the license of the Homebrew tap.target_projects is a list of projects to be installed.target_projects.name is the name of the project.target_projects.url is the repository URL of the project.Do the following for each project in target_projects:
README.md via GitHub website to see what commands are provided by the project and what prerequisites are required.checksums.txt in GitHub Releases for each project to see SHA256 checksums for the archives.(?<project_name>[a-z0-9-]+).rb and located in the top level of the tap directory.-v.Create or update the README.md of the tap repository. README.md should be formatted as follows:
Homebrew Tap
============
This is a homebrew tap for the following projects:
| Project | Description | Version | Commands |
|---------|-------------|---------|----------|
| [example-tool-1](https://github.com/Kuniwak/example-tool-1.md) | A tool for example-tool-1 | 1.0.0 | `example-foo`, `example-bar` |
| [example-tool-2](https://github.com/Kuniwak/example-tool-2.md) | A tool for example-tool-2 | 2.0.0 | `example-baz`, `example-qux` |
| ... | ... | ... | ... |