anthropics / anthropics/skills
Non-standard directory naming in several skills
- 主要語言
- 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 還沒有評估資料。