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

Function loadShipped

test/ad-studio-skill.test.ts:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

parseSkillFunction · 0.85

Tested by

no test coverage detected