feat: register british-english, commit-message, and spring-boot skills

This commit is contained in:
2026-06-22 11:46:08 +08:00
parent a7fa29e3ec
commit 2625fac6d8
+23 -1
View File
@@ -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"
}
]
}