MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getPromptForCommand

Function getPromptForCommand

src/skills/bundled/claudeApi.ts:189–194  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

187 allowedTools: ['Read', 'Grep', 'Glob', 'WebFetch'],
188 userInvocable: true,
189 async getPromptForCommand(args) {
190 const content = await import('./claudeApiContent.js')
191 const lang = await detectLanguage()
192 const prompt = buildPrompt(lang, args, content)
193 return [{ type: 'text', text: prompt }]
194 },
195 })
196}
197

Callers

nothing calls this directly

Calls 2

detectLanguageFunction · 0.70
buildPromptFunction · 0.70

Tested by

no test coverage detected