anthropics / anthropics/skills

Non-standard directory naming in several skills

未關閉
#667 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
176k
分支
20.8k
平均合併
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 摘要。