From 2625fac6d86660a9aa56ecde171f4101ff207015 Mon Sep 17 00:00:00 2001 From: siujamo Date: Mon, 22 Jun 2026 11:46:08 +0800 Subject: [PATCH] feat: register british-english, commit-message, and spring-boot skills --- skills.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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" + } + ] }