From c940cc59b043e108537199a3ad0b04a1f9f752ee Mon Sep 17 00:00:00 2001 From: Ahmet Cetin Date: Sun, 22 Feb 2026 07:32:13 +0100 Subject: [PATCH] Update git clone commands in README.md, fixing repo name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 088ca69..fb4a5d1 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Clone this repo into your `.claude/skills/` directory — either **project-level **Project-level** (committed with your repo, available to collaborators): ```bash mkdir -p .claude/skills -git clone https://github.com/bladnman/ideation .claude/skills/ideation +git clone https://github.com/bladnman/ideation_team_skill .claude/skills/ideation ``` **Personal/global** (available in all your Claude Code sessions): ```bash mkdir -p ~/.claude/skills -git clone https://github.com/bladnman/ideation ~/.claude/skills/ideation +git clone https://github.com/bladnman/ideation_team_skill ~/.claude/skills/ideation ``` Claude Code discovers skills automatically — no restart needed. Verify it's installed by typing `/ideation` in a Claude Code session.