Create an inline skill instruction package.
const researchSkill = skill( { name: 'web_research', description: 'Search and synthesize web information', instructions: '# Web Research\n1. Break into queries\n2. Search\n3. Cite sources'} ); Copy
const researchSkill = skill( { name: 'web_research', description: 'Search and synthesize web information', instructions: '# Web Research\n1. Break into queries\n2. Search\n3. Cite sources'} );
Create an inline skill instruction package.