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

Function getPluginId

src/commands/thinkback-play/thinkback-play.ts:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const SKILL_NAME = 'thinkback'
9
10function getPluginId(): string {
11 const marketplaceName =
12 process.env.USER_TYPE === 'ant'
13 ? INTERNAL_MARKETPLACE_NAME
14 : OFFICIAL_MARKETPLACE_NAME
15 return `thinkback@${marketplaceName}`
16}
17
18export async function call(): Promise<LocalCommandResult> {
19 // Get skill directory from installed plugins config

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected