MCPcopy Create free account
hub / github.com/arctic-cli/interface / all

Function all

packages/arctic/src/skill/registry.ts:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 export async function all(): Promise<Skill.Info[]> {
79 const { skills } = await state()
80 return Array.from(skills.values()).sort((a, b) => a.name.localeCompare(b.name))
81 }
82
83 export async function get(name: string): Promise<Skill.Info | undefined> {
84 const { skills } = await state()

Callers 1

searchFunction · 0.70

Calls 1

stateFunction · 0.85

Tested by

no test coverage detected