MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / load

Function load

test/architect-skills.test.ts:10–14  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

8const SKILLS = path.resolve(HERE, '..', 'examples', 'skills');
9
10async function load(name: string) {
11 const dir = path.join(SKILLS, name);
12 const raw = await fs.readFile(path.join(dir, 'SKILL.md'), 'utf8');
13 return parseSkill(raw, name, dir, 'builtin');
14}
15
16describe('backend-architect skill', () => {
17 it('parses with required fields + bilingual triggers', async () => {

Callers 1

Calls 1

parseSkillFunction · 0.85

Tested by

no test coverage detected