Ivan Mišić product · tech · ai

AI & tools

Claude, AI workflows, automation, prompts

Keeping your Claude Code project organized Give each file an obvious home, document the stable rules, and test what your deployment actually includes. JAN 18 · 7′ Teaching Claude Code your standards with rule files Use CLAUDE.md for project-wide facts and rule files for detailed standards, including rules that load only for matching paths. JAN 18 · 7′ Creating reusable Claude Code skills If you keep pasting the same prompt, save it as a small Claude Code skill. You can run it with a short command and add templates or scripts later. JAN 17 · 4′ The CLAUDE.md file: what to put in it, and what to leave out. Each Claude Code session starts with fresh context. CLAUDE.md loads the project facts and instructions you want available, while auto memory stores patterns Claude learns. JAN 17 · 6′ When Claude Code goes wrong (and it will) Claude Code will sometimes make the wrong change. Inspect the diff, use checkpoints for session recovery, and keep Git for a durable restore point. JAN 11 · 8′ Set up Claude Code so you can review changes as they happen Keep Claude Code and the result visible at the same time so you can review each change before asking for the next one. JAN 11 · 6′ Asking Claude Code to do multiple things at once Claude Code can delegate independent parts of a task to subagents. Use parallel work for separate research or checks, then review one combined result before editing. JAN 11 · 4′ Giving Claude Code better instructions Give Claude Code the problem, relevant context, and the result you expect. A specific instruction reduces guessing, but you still need to review the result. JAN 10 · 5′ How Claude Code sees your files The folder where you start Claude Code is its main working directory. Keep one project in scope, then add other directories only when the task needs them. JAN 10 · 7′ Your first conversation with Claude Code Create a separate practice folder, then use three prompts to inspect it, create a file, and edit that file while reviewing each action. JAN 09 · 5′ Installing Claude Code without the old Node.js setup Install Claude Code with Anthropic's current native installer on Windows, macOS, or Linux. No Node.js, no npm, and the fixes for when the command is not found. JAN 09 · 6′ Opening the terminal for the first time You need four terminal actions to start Claude Code: open it, run a command, move to the project folder, and close it when you are done. JAN 09 · 4′