@if (featured?.badge) {
{{ featured?.badge }}
}

{{ title() }}

@if (description()) {

{{ description() }}

}
@if (item.publisher?.image) { } @else {
{{ publisherAvatarFallback() }}
}
{{ publisherName() }}
{{ publisherHandle() }}
@if (item.tags?.length) {
@for (tag of item.tags ?? []; track tag) { #{{ tag }} }
}
{{ 'PAC.Explore.SkillDetails' | translate: { Default: 'Skill Details' } }}
{{ 'PAC.Explore.SkillId' | translate: { Default: 'Skill ID' } }}
{{ item.skillId }}
{{ 'PAC.KEY_WORDS.Repository' | translate: { Default: 'Repository' } }}
{{ item.repository?.name || '--' }}
{{ 'PAC.KEY_WORDS.Version' | translate: { Default: 'Version' } }}
{{ item.version || '--' }}
{{ 'PAC.KEY_WORDS.License' | translate: { Default: 'License' } }}
{{ item.license || '--' }}
{{ 'PAC.KEY_WORDS.UpdatedAt' | translate: { Default: 'Updated at' } }}
{{ item.updatedAt || item.createdAt | date: 'yyyy-MM-dd HH:mm' }}
{{ 'PAC.Explore.SourceLink' | translate: { Default: 'Source Link' } }}
{{ 'PAC.Explore.MarketSignals' | translate: { Default: 'Market Signals' } }}
{{ 'PAC.KEY_WORDS.Stars' | translate: { Default: 'Stars' } }}
{{ formatStat(item.stats?.stars) }}
{{ 'PAC.KEY_WORDS.Downloads' | translate: { Default: 'Downloads' } }}
{{ formatStat(item.stats?.downloads) }}
{{ 'PAC.KEY_WORDS.Versions' | translate: { Default: 'Versions' } }}
{{ formatStat(item.stats?.versions) }}
{{ 'PAC.Explore.InstallSkillTitle' | translate: { Default: 'Install Skill' } }}

@if (defaultWorkspaceName) { {{ 'PAC.Explore.InstallToDefaultWorkspaceHint' | translate : { name: defaultWorkspaceName, Default: 'After you click the button below, the skill will be installed to your default workspace "' + defaultWorkspaceName + '" first. Existing installs there are reused, and newer versions update automatically.' } }} } @else { {{ 'PAC.Explore.InstallFallbackWorkspaceHint' | translate : { Default: 'No default workspace is detected right now. Clicking the button will open the workspace selection dialog. Existing installs are reused, and newer versions update automatically.' } }} }