Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antfu/skills
/ Project
Interface
Project
scripts/cli.ts:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
interface
Project {
61
name: string
62
url: string
63
type
:
'source'
|
'vendor'
64
path: string
65
}
66
67
interface
VendorConfig {
68
source: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected