anthropics / anthropics/skills

Non-standard directory naming in several skills

未关闭
#667 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
176k
派生
20.9k
平均合并
7 小时 21 分钟
30 天内合并 PR
5

描述

Several skills use non-standard directory names instead of the canonical `scripts/`, `references/`, `assets/` pattern documented in the skill-creator guide:

| Skill | Current Directory | Suggested |
|-------|------------------|-----------|
| `algorithmic-art` | `templates/` | `assets/` (files used in output) |
| `canvas-design` | `canvas-fonts/` | `assets/fonts/` |
| `slack-gif-creator` | `core/` | `scripts/` (executable code) |
| `xlsx` | root-level `recalc.py` | `scripts/recalc.py` |

This isn't breaking, but inconsistent naming makes it harder for the skill-creator's validation tools to verify structure and for new skill authors to follow conventions.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。