You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console.WriteLine($"Installed the NpgsqlRest Claude Code skill ({gitRef}) into {targetDir}");
Console.ResetColor();
if(isFallback)
{
Console.ForegroundColor=ConsoleColor.Yellow;
Console.WriteLine($"Note: installed from 'master' because the '{version}' branch was not available - references may not exactly match this version. The skill instructs the agent to trust the installed binary (--config, --annotations) when they differ.");
Console.ResetColor();
}
if(globalisfalse)
{
Console.WriteLine("Commit the .claude/skills/npgsqlrest folder so the whole team (and CI agents) get the skill.");
}
return0;
}
Console.ForegroundColor=ConsoleColor.Red;
Console.Error.WriteLine("Failed to install the Claude Code skill. Check network access to raw.githubusercontent.com and try again.");