User
Write something
🚀 New Resource: So You Wanna Learn MCP?
Hey everyone! 👋 I just put together a complete beginner's guide to MCP (Model Context Protocol) - the new system that lets Claude actually connect to your tools and do real work. What's MCP? Think of Claude as having a really smart brain but no hands. MCP gives Claude those hands - letting it read your Gmail, work with GitHub, access Notion, search the web, organize your files, and connect to hundreds of other tools. The best part? Someone builds one MCP server and it works with Claude, Cursor, Cline, Windsurf, and any other AI app that supports MCP. No more reinventing the wheel. What's in the Guide? ✅ Visual explanations (diagrams, flow charts, analogies) ✅ Zero technical jargon - plain English throughout ✅ Step-by-step setup walkthrough (takes ~20 minutes) ✅ Hands-on tests to verify it's working ✅ Security tips for evaluating MCP servers ✅ 5 practical exercises to try immediately ✅ Troubleshooting guide Goal: Get you from "What is MCP?" to having your first server running in under 20 minutes. Pro Tips from the Community 🔥 Don't install 100 MCP servers at once! (h/t [Name if you have one]) Start with 2-3 that you'll actually use. Too many servers: - Bloat your context window - Slow down Claude's response time - Make it harder to figure out what's not working - Create unnecessary complexity Start simple. Add more as you need them. What to Try First? The guide walks you through setting up the filesystem MCP server - it's the easiest to configure and immediately useful: - Organize files - Batch rename - Create project structures - Search and analyze your documents Once that's working, expand to tools you actually use daily (GitHub, Slack, Notion, etc.) Let's Learn Together 🤝 This community thrives on sharing knowledge, so: ✨ Try the guide - Follow along and get one MCP server running 💬 Share your results - What worked? What was confusing? 🆘 Ask questions - No question is too basic. We all started here. 🧠 Share your tips - If you've used MCPs, drop your learnings below!
🚀 New Resource: So You Wanna Learn MCP?
GitHub 101: For Non-Tech People
See "check my GitHub repo" everywhere but have no clue what people are talking about? Same here. So here's a simple explanation. What is GitHub? Think Google Drive, but for code. The big difference: it tracks a detailed history of every change. Every save-point. Every edit. By who, when, why. Why do people use it? → Version control - Want to go back to yesterday's code? No problem. → Collaboration - Multiple people on the same code without chaos → Backup - Your work is safe online → Portfolio - For developers, their GitHub is their resume What is a repo (repository)? Just a project. Building a website? That's one repo. All code, files, and history in one place. The basic flow: Create a repo (new project) Write/change code on your computer "Commit" your changes (save-point) "Push" to GitHub (upload) Others can "pull" (download) and work with it Private vs Public This one tripped me up: → Private repo = only you (and who you invite) can see it → Public repo = everyone can see and use your code For client work: ALWAYS private. Their business logic, API keys, custom flows - that shouldn't be public. Best practices you need to know: → Use branches (parallel worlds for your code - test new features separately) → Write clear commit messages ("Fixed login bug" not "fix stuff") → Create a README.md (explains what your project does) → Use .gitignore (keeps passwords and API keys out of your repo) Practical example for AI automation: You're building an AI chatbot for a client: Create repo "client-x-chatbot" (private) Claude Code writes the code Push to GitHub after each feature Client gets access (transparency) Bug? See exactly what changed New client? Copy the repo and adjust Deployment story GitHub is often the middle step: Write code → Push to GitHub → Automatic deployment to production Platforms like Vercel or Netlify deploy automatically every time you push to GitHub. This is called CI/CD (Continuous Integration/Continuous Deployment).
GitHub 101: For Non-Tech People
Week Two Reflection: Consistency Over Comfort Self accountability 🥈
This week taught me one important lesson: progress doesn’t come from feeling ready; it comes from showing up anyway. 🚀 I’ve been developing a tool that I keep referred to in the video as an “automation” tool. However, I know better it’s a custom quote generator. 🧾 This tool features reusable templates, allowing companies to avoid the tedious process of rebuilding quotes from scratch. They won’t have to jump into Canva, place images, format text, and repeat that entire process each time. Or constantly looking for files to copy paste The contents to not have to write it down every time The real value lies not in buzzwords, but in the time saved. ⏱️ I’m new to this, and things break; some features only work halfway. My laptop moves as if it's on vacation! 💻🐢 However, I still committed. 🔁 Here’s what I learned: - Consistency beats talent when talent gets tired. 💪 - Confidence comes after taking action. 💼 - Broken things are feedback, not failure. 🧠 Nothing is perfect yet. The user interface still needs improvement, and the templates aren’t finished. But I’m not the same person I was two weeks ago Heck! I’m not even the same person I was a year ago. 🌟 This journey isn’t just about building one app; it’s about developing discipline. 📈 If I occasionally use the wrong words, understand that my intentions are right. I might call it “automation,” but what I really mean is saving people time and reducing stress. 😊 And if my Accent sounds different, that’s just the Caribbean in me! 🌴 I’m focused on fixing code, not my accent. So for those that might have an accent remember what matters most is your hard work and dedication 😂🫡👊🏾 Week two is complete, and week three is on the way. I’m not stopping! 🚀
Week Two Reflection: Consistency Over Comfort Self accountability 🥈
Working in Multiple IDEs Without Losing Your Mind (or Your Context)
Hey builders! 👋 I've been deep in the weeds figuring out how to organize my dev environment while working across Claude Code, Cursor, Windsurf, VS Code, and Google Antigravity — all on the same machine, often on the same projects. This was spurred by my upcoming switch from a Windows to Mac (arrives tomorrow 💻🤩) and a desire to have a clean dev environment before just dumping all of my project files onto it. The problem? Each IDE has its own config system, and without a clear folder structure, you end up with: - Project context bleeding between unrelated projects - AI assistants mixing up client/project information - Branding files scattered everywhere - No idea which version of a project is "current" The key insight is understanding how Claude Code loads CLAUDE.md files — it walks UP the directory tree. So if you accidentally put a CLAUDE.md in a parent folder, ALL child projects inherit it. Context leakage nightmare. I worked with Claude to design a folder structure that keeps everything isolated while still allowing shared global commands/skills across all projects. I attached a link to a full visual guide showing: - Exactly where each IDE stores global vs project config - The recommended folder hierarchy - The 5 critical rules to prevent context leakage - What each IDE actually "sees" when you open a project Multi-folder guide I put together with Claude 👉 https://admirable-centaur-607433.netlify.app/ 👈 Would love to hear how others are handling multi-IDE setups, and also get a sanity check on this one. Do you use a similar structure? Something totally different? Looking forward to hearing how you guys are doing this - thanks in advance for any insights! 🚀
1-30 of 155
AI Bits and Pieces
skool.com/ai-bits-and-pieces
Build real-world AI fluency to confidently learn & apply Artificial Intelligence while navigating the common quirks and growing pains of people + AI.
Leaderboard (30-day)
Powered by