Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectifyAI/OpenKB
/ _load
Function
_load
tests/test_deck_prompt.py:19–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
19
def
_load() -> tuple[dict, str]:
20
return
_parse_frontmatter(SKILL_MD.read_text(encoding=
"utf-8"
))
21
22
23
def
test_skill_file_present_and_substantive():
Callers
4
test_skill_file_present_and_substantive
Function · 0.70
test_skill_lists_all_allowed_data_types
Function · 0.70
test_skill_lists_editorial_monocle_tokens
Function · 0.70
test_skill_description_triggers_on_deck_requests
Function · 0.70
Calls
1
_parse_frontmatter
Function · 0.90
Tested by
no test coverage detected