Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Railly/agentfiles
/ SkillLockFile
Interface
SkillLockFile
src/marketplace.ts:262–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
interface
SkillLockFile {
263
skills?: Record<string, unknown>;
264
}
265
266
function
getInstalledNames(): Set<string> {
267
const
names =
new
Set<string>();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected