MCPcopy Index your code
hub / github.com/coder/mux / writeProjectSkill

Function writeProjectSkill

src/node/services/tools/testHelpers.ts:116–122  ·  view source on GitHub ↗
(
  projectRoot: string,
  name: string,
  options?: SkillFixtureOptions
)

Source from the content-addressed store, hash-verified

114}
115
116export async function writeProjectSkill(
117 projectRoot: string,
118 name: string,
119 options?: SkillFixtureOptions
120): Promise<void> {
121 await writeSkill(path.join(projectRoot, ".mux", "skills"), name, options);
122}
123
124export async function writeSkillWithReference(muxHome: string, name: string): Promise<void> {
125 await writeGlobalSkill(muxHome, name, {

Calls 1

writeSkillFunction · 0.70

Tested by

no test coverage detected