Files
claude-code-skills/skills.json
T

27 lines
863 B
JSON

{
"name": "Claude Code 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"
}
]
}