feat: add Claude Code project skills — clean-code, hub-rules, commit-convention, event-driven, deploy-workflow

This commit is contained in:
asepharyana
2026-07-21 18:21:29 +07:00
parent bc153b7491
commit 3299759dae
7 changed files with 487 additions and 2 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"skills": [
{
"name": "clean-code",
"filePattern": ".claude/skills/clean-code.md",
"description": "Clean Code, SOLID, dan Clean Architecture principles untuk proyek ini"
},
{
"name": "hub-rules",
"filePattern": ".claude/skills/hub-rules.md",
"description": "Aturan repository hub, submodule, infra patterns, dan arsitektur"
},
{
"name": "commit-convention",
"filePattern": ".claude/skills/commit-convention.md",
"description": "Commit message convention — type(scope): description"
},
{
"name": "event-driven",
"filePattern": ".claude/skills/event-driven.md",
"description": "Event-driven patterns with Dapr + NATS untuk hub services"
},
{
"name": "deploy-workflow",
"filePattern": ".claude/skills/deploy-workflow.md",
"description": "CI/CD pipeline, Docker patterns, deployment guide"
}
]
}