add choose skills function
This commit is contained in:
@@ -31,7 +31,7 @@ def _front_matter_value(content: str, key: str) -> str | None:
|
||||
return None
|
||||
|
||||
|
||||
def load_skill_catalog(root: Path | str = Path("GJB438C-2021_prd_skills")) -> list[Skill]:
|
||||
def load_skill_catalog(root: Path | str = Path("skills") / "GJB438C-2021_prd_skills") -> list[Skill]:
|
||||
root_path = Path(root)
|
||||
index_path = root_path / "index.md"
|
||||
skills: list[Skill] = []
|
||||
|
||||
Reference in New Issue
Block a user