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

Function loadShipped

test/seo-geo-skill.test.ts:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

parseSkillFunction · 0.85

Tested by

no test coverage detected