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

Function loadShipped

test/data-collector-skill.test.ts:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12const SKILL_DIR = path.resolve(HERE, '..', 'examples', 'skills', 'data-collector');
13
14async function loadShipped() {
15 const raw = await fs.readFile(path.join(SKILL_DIR, 'SKILL.md'), 'utf8');
16 return parseSkill(raw, 'data-collector', SKILL_DIR, 'builtin');
17}
18
19describe('data-collector bundled skill', () => {
20 it('parses through the real loader with required fields', async () => {

Callers 1

Calls 1

parseSkillFunction · 0.85

Tested by

no test coverage detected