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

Function getPromptForCommand

src/skills/bundled/remember.ts:72–80  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

70 userInvocable: true,
71 isEnabled: () => isAutoMemoryEnabled(),
72 async getPromptForCommand(args) {
73 let prompt = SKILL_PROMPT
74
75 if (args) {
76 prompt += `\n## Additional context from user\n\n${args}`
77 }
78
79 return [{ type: 'text', text: prompt }]
80 },
81 })
82}
83

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected