Skip to content

v2.0.0 – Renamed to tech-sourcing-skill (breaking)

Choose a tag to compare

@Da6ka Da6ka released this 03 Jul 23:03
719030d

Breaking change: rename

The repo, local install folder, and skill name are renamed from linkedin-sourcing /
linkedin-sourcing-skill to tech-sourcing / tech-sourcing-skill, to match the mostly-IT
platform mix added in v1.1.0.

If you have this skill installed:

  1. mv ~/.claude/skills/linkedin-sourcing ~/.claude/skills/tech-sourcing
  2. cd ~/.claude/skills/tech-sourcing && git remote set-url origin https://github.com/Da6ka/tech-sourcing-skill.git && git pull
  3. Restart Claude Code (or start a new session) — the skill now loads as tech-sourcing.

The old repo URL (Da6ka/linkedin-sourcing-skill) redirects automatically, so existing clone
remotes keep working even without step 2 — but updating them avoids relying on the redirect.

No functional changes

This is a pure rename. Everything from v1.1.0 (Checkpoint 0, the platform decision table and
recipes in references/other-platforms.md, LinkedIn as the always-on baseline) is unchanged.

See CHANGELOG.md for full details. PR: #26.