MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / skill_dir

Function skill_dir

openkb/skill/__init__.py:39–41  ·  view source on GitHub ↗

`` /output/skills/ `` — one compiled skill's home.

(kb_dir: Path, skill_name: str)

Source from the content-addressed store, hash-verified

37
38
39def skill_dir(kb_dir: Path, skill_name: str) -> Path:
40 """``<kb>/output/skills/<name>`` — one compiled skill's home."""
41 return skills_root(kb_dir) / skill_name
42
43
44def skill_workspace_dir(kb_dir: Path, skill_name: str) -> Path:

Callers 8

skill_newFunction · 0.90
skill_historyFunction · 0.90
skill_rollbackFunction · 0.90
skill_validateFunction · 0.90
run_skill_createFunction · 0.90
__init__Method · 0.90
_handle_slash_skillFunction · 0.90

Calls 1

skills_rootFunction · 0.85

Tested by

no test coverage detected