CLI & Data Conventions
worclaude is a CLI tool, not a backend service. This skill covers the patterns that serve a similar role to backend conventions: data access (filesystem), external service interaction (npm registry), configuration management, and data format handling (JSON).
Filesystem Access Patterns
All file operations use fs-extra (not raw fs):
fs.ensureDir()for creating directories (idempotent)fs.copy()for template-to-project file copyingfs.readJson()/ `fs.
[Description truncada. Veja o README completo no GitHub.]