-
Navigate to: https://github.com/tanker327/prompts-mcp-server
-
Click the Fork button (top right):
⭐ Star 👁️ Watch 🍴 Fork ^^^^^^ Click this -
Fork dialog appears:
- Owner: Select
jezweb(your account) - Repository name: Keep as
prompts-mcp-server - Description: Optional (can keep original)
- ✅ Copy the main branch only
- Click "Create fork"
- Owner: Select
-
Wait for fork creation (few seconds)
-
You'll be redirected to:
https://github.com/jezweb/prompts-mcp-server- This is YOUR fork!
Your fork should show:
jezweb/prompts-mcp-server
forked from tanker327/prompts-mcp-server
If you want a separate clone of just the original:
# Create a separate directory
mkdir -p ~/claude/prompts/original-fork
cd ~/claude/prompts/original-fork
# Clone your fork
git clone https://github.com/jezweb/prompts-mcp-server.git
cd prompts-mcp-serverAfter you fork:
- ✅ Run
./setup-fork.shin your smart-prompts-mcp directory - ✅ This will set up all the git remotes and branches
- ✅ Then we'll create the issue
- ✅ And prepare your first PR!
- Don't worry about mistakes - You can always delete and re-fork
- Your fork is independent - Changes won't affect the original until you PR
- Keep your fork updated - We'll sync with upstream regularly
- PRs go from your fork - Not from your smart-prompts-mcp repo
- Fork shows in your GitHub account
- Fork shows "forked from tanker327/prompts-mcp-server"
- You can see the code in your fork
- Ready to run setup-fork.sh
Let me know when you've completed the fork!