个人 Codex skill 仓库,用来沉淀可复用的工作流、脚本和领域经验。
| Skill | Description |
|---|---|
itch-librarian |
从 itch.io 查找、评估、推荐并协助下载游戏、游戏素材、工具、音效包、模板等资源。 |
itch-librarian 适合在需要围绕 itch.io 做资源搜集和下载时使用,例如:
- 搜索适合某个项目的游戏素材、音效包、工具或参考游戏。
- 对候选资源做推荐排序,比较价格、license、平台/引擎兼容性和风险。
- 在确认授权、价格和登录边界后,协助下载公开可用或用户已拥有的资源。
- 将下载内容按来源、作者、license/terms 和选择理由整理归档。
它包含一个辅助搜索脚本:
python itch-librarian/scripts/itch_search.py "pixel platformer tileset" --limit 20
python itch-librarian/scripts/itch_search.py --kind game-assets --tag pixel-art --sort popular --format markdown下载相关规则写在 itch-librarian/references/download.md,执行下载、购买、登录或整理本地库前应先参考。