MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getPluginId

Function getPluginId

src/commands/thinkback/thinkback.tsx:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 return "external" === 'ant' ? INTERNAL_MARKETPLACE_REPO : OFFICIAL_MARKETPLACE_REPO;
36}
37function getPluginId(): string {
38 return `thinkback@${getMarketplaceName()}`;
39}
40const SKILL_NAME = 'thinkback';
41
42/**

Callers 2

getThinkbackSkillDirFunction · 0.70
checkAndInstallFunction · 0.70

Calls 1

getMarketplaceNameFunction · 0.85

Tested by

no test coverage detected