diff --git a/skills.json b/skills.json index 5fc85cf..7ac5295 100644 --- a/skills.json +++ b/skills.json @@ -1,4 +1,26 @@ { "name": "Claude Code Skills", - "skills": [] + "skills": [ + { + "name": "british-english", + "description": "Apply British English spelling and grammar conventions to project documents and code", + "repository": "https://onixbyte.dev/onixbyte/claude-code-skills", + "branch": "main", + "path": "british-english" + }, + { + "name": "commit-message", + "description": "Generate well-formatted git commit messages following conventional commits", + "repository": "https://onixbyte.dev/onixbyte/claude-code-skills", + "branch": "main", + "path": "commit-message" + }, + { + "name": "spring-boot", + "description": "Add JPA CRUD resources following Spring Boot layered architecture", + "repository": "https://onixbyte.dev/onixbyte/claude-code-skills", + "branch": "main", + "path": "spring-boot" + } + ] }