anthropics / anthropics/skills
Non-standard directory naming in several skills
- Lenguaje dominante
- Python
- Estrellas
- 176k
- Forks
- 20.9k
- Merge medio
- 7 h 21 min
- PR fusionados (30 d)
- 5
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.