MCPcopy 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
34class 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

Calls

no outgoing calls