Tip: Create ~/Developer in Your Mac User Folder for AI Projects

If you're building with a Terminal chatbot, make yourself a Developer directory to store all your projects.
Tip: Create ~/Developer in Your Mac User Folder for AI Projects

If you’re dabbling with tools like Claude Code, you might not have the mental models as typical developers who use the Terminal – I know I don’t, coming from the Shortcuts world.

One simple tip to help you get started is creating a home directory for all your projects, so instead of running claude on your entire user folder, you can run “choose directory” on that folder with cd ~/Developer and then activate your AI bot from there.

Why Developer? Because, when added to your user folder, Apple automatically adds the hammer glyph, giving the folder icon a nice “Apple Developer” vibe both in the Finder view and sidebar.

From there, you can create new projects in their own respective folders and tap into each when necessary, while not immediately granting an AI access to the contents of your entire computer.

To make the Developer directory with the Terminal1, run mkdir -p ~/Developer.

  1. The P in -p stands for “create parent directories if they don’t exist” in case you don’t have a typical user folder structure.

 

Posts You Might Like

Now Available For App Intents Consulting: Hire Me For Your Apple Intelligence Integration
Now Available For App Intents Consulting: Hire Me For Your Apple Intelligence Integration
Looking to add Apple Intelligence to your app? Hire me as your App Intents consultant and together we'll build the best integration possible.
Get Significant Siri AI Performance Improvements With Large EntityCollections
Get Significant Siri AI Performance Improvements With Large EntityCollections
When working with large data sets, developers using App Intents should mark them as EntityCollections for performance improvements – loading only the identifiers.
Build from anywhere with Cursor for iOS »
Build from anywhere with Cursor for iOS »
Curor has released their iOS app, bringing the agentic coding platform to iOS with remote sessions or cloud agents.
App Intents (Results) Tutorial: A Field Guide for iOS Developers »
App Intents (Results) Tutorial: A Field Guide for iOS Developers »
Jordan Morgan put together a fantastic guide for App Intents on the Superwall blog – I quoted his Results section here.