feat: add Claude Code skills for common tasks

- check-api: Query Teslamate API to inspect JSON response format
- release: Bump version, update changelog, tag and push
- translate: Add strings to all 4 locale files
- new-screen: Scaffold a new Compose screen

Also adds .env.example for API URL configuration and fixes
.gitignore to allow .claude/skills/release/ directory.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Davide Ferrari
2026-01-19 10:24:18 +01:00
parent 4203962ce7
commit 37389a83a6
6 changed files with 333 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
# Copy this file to .env and fill in your values
# Used by Claude Code skills (check-api)
# Your Teslamate API URL (e.g., https://teslamate-api.example.com)
TESLAMATE_API_URL=