(skill_0)
| 223 | return t14; |
| 224 | } |
| 225 | function _temp3(skill_0) { |
| 226 | const estimatedTokens = estimateSkillFrontmatterTokens(skill_0); |
| 227 | const tokenDisplay = `~${formatTokens(estimatedTokens)}`; |
| 228 | const pluginName = skill_0.source === "plugin" ? skill_0.pluginInfo?.pluginManifest.name : undefined; |
| 229 | return <Box key={`${skill_0.name}-${skill_0.source}`}><Text>{getCommandName(skill_0)}</Text><Text dimColor={true}>{pluginName ? ` · ${pluginName}` : ""} · {tokenDisplay} description tokens</Text></Box>; |
| 230 | } |
| 231 | function _temp2(a, b) { |
| 232 | return getCommandName(a).localeCompare(getCommandName(b)); |
| 233 | } |
nothing calls this directly
no test coverage detected