Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/SkillSpector
/ SkillDirectory
Class
SkillDirectory
src/skillspector/multi_skill.py:34–39 ·
view source on GitHub ↗
A detected skill within a multi-skill directory.
Source
from the content-addressed store, hash-verified
32
33
@dataclass
34
class
SkillDirectory:
35
""
"A detected skill within a multi-skill directory."
""
36
37
path: Path
38
name: str
39
relative_path: str
40
41
42
@dataclass
Callers
3
test_scan_multi_skill_markdown_output_to_file
Function · 0.90
test_scan_multi_skill_json_output_unchanged
Function · 0.90
detect_skills
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_scan_multi_skill_markdown_output_to_file
Function · 0.72
test_scan_multi_skill_json_output_unchanged
Function · 0.72