diff --git a/bin/cli.mjs b/bin/cli.mjs index 3a95d21..fc28409 100755 --- a/bin/cli.mjs +++ b/bin/cli.mjs @@ -141,6 +141,7 @@ function list() { console.log('\nNative SKILL.md agents: claude, hermes, codex, openclaw (install skill folders).'); console.log('Claude also gets subagents + slash commands. Cursor/Windsurf install rule files;'); console.log('Aider installs conventions you load with "aider --read".'); + console.log(`\n${STAR}`); } const HELP = `pm-claude-skills — install professional Agent Skills into any AI coding tool. diff --git a/mcp/server.mjs b/mcp/server.mjs index 9a4f21a..1691c47 100755 --- a/mcp/server.mjs +++ b/mcp/server.mjs @@ -166,6 +166,7 @@ function handle(msg) { } process.stderr.write(`[${SERVER_NAME}] MCP server ready — ${SKILLS.length} skills, ${TOOLS.length} tools.\n`); +process.stderr.write(`[${SERVER_NAME}] ⭐ Star the repo: https://github.com/mohitagw15856/pm-claude-skills\n`); const rl = createInterface({ input: process.stdin }); rl.on('line', (line) => { const s = line.trim();