Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down