anthropics / anthropics/skills
Non-standard directory naming in several skills
- Ngôn ngữ chính
- Python
- Star
- 176k
- Fork
- 20.9k
- Merge trung bình
- 7 giờ 21 phút
- Pull request đã merge (30 ngày)
- 5
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.