feat: add kit project initializer

This commit is contained in:
2026-07-28 16:41:41 +08:00
parent 983183d5b3
commit 5f90758e22
6 changed files with 204 additions and 3 deletions
+1
View File
@@ -7,6 +7,7 @@ from pathlib import Path
HOME = Path.home()
SKILLS_HOME = HOME / ".skills"
SKILLS_DIR = SKILLS_HOME / "skills"
KITS_DIR = SKILLS_HOME / "kits"
TEMPLATE_DIR = SKILLS_DIR / "_template"
DRAFTS_DIR = SKILLS_HOME / ".drafts"
REGISTRY_FILE = SKILLS_HOME / "registry.yaml"