Ivan Mišić product · tech · ai

Developers

52 items tagged

Articles

20 tagged
See which page ranks for each query with the Search Console API. Search Console exports separate queries from pages, hiding which URL Google shows for each term. The API joins them. Here is the fifteen-minute setup. AI & tools · SEP 01 · 9′ Codex vs Claude Code: two agents on one codebase I run Claude Code and Codex daily, sometimes on the same repository. My session logs show the context cost, while the working tree shows the coordination cost. AI & tools · AUG 19 · 9′ Claude Code skills: building a workflow that runs itself The control layer of my work system is markdown and small scripts. How a workflow combines Claude Code skills, rules, model routing, and parallel sub-agents. AI & tools · JUL 23 · 6′ Most of my AI pipeline isn't AI By volume, most of my AI pipeline is plain Python. The model is a small, expensive part I call as little as possible. The script-first split, and why it wins. AI & tools · JUL 23 · 6′ Capturing email and calendar without a mailbox API Microsoft Graph and IMAP were off the table, so I used Power Automate, OneDrive sync, and one 15-minute scheduled task to pull email and calendar into a local inbox. AI & tools · JUL 23 · 13′ The Claude Code plugins I built and run I put the Claude Code tools I reuse across projects into one public toolshed: generators, workflow commands, anti-slop checks, search visibility, rule packs, and prompts. AI & tools · JUL 06 · 7′ A safe way to edit database content with AI coding tools AI coding tools edit files. Your content lives in a database. This is the pull, diff, push workflow that connects the two without hand-writing SQL against production. AI & tools · MAR 17 · 9′ How I built this site with Claude Code. Three weeks, end to end: PHP backend, vanilla JS, a CSS design system I built by hand, the lot. Claude did most of the typing. The speed is the obvious story. The one worth telling is which decisions I'd still own and which I'd hand back. AI & tools · FEB 07 · 11′ Claude Code and the context window on bigger projects My website is close to a thousand files. I keep Claude Code useful by giving each session one task, naming the files involved, and keeping the project instructions current. AI & tools · FEB 01 · 8′ Fixing bugs with Claude Code (without losing your mind) Something broke. Describe what you expected, show what happened, let Claude investigate, then test the proposed fix. AI & tools · JAN 27 · 7′ Claude Code permissions: what to allow and what to block Claude Code can change real files and run commands. Check the permission mode, protect secrets, review the diff, test the result, and keep a restore path. AI & tools · JAN 27 · 8′ Keeping your Claude Code project organized Give each file an obvious home, document the stable rules, and test what your deployment actually includes. AI & tools · 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. AI & tools · 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. AI & tools · JAN 17 · 5′ 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. AI & tools · JAN 17 · 6′ How to undo Claude Code changes with rewind and Git Claude Code will sometimes make the wrong change. Inspect the diff, use rewind for recent mistakes, and keep Git for a durable restore point. AI & tools · JAN 11 · 9′ 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. AI & tools · JAN 11 · 6′ How to use Claude Code subagents for parallel work Use Claude Code subagents when a focused task can stand alone. Split independent checks, ask for one combined result, and keep dependent work with one owner. AI & tools · JAN 11 · 10′ AdGuard Home: network-wide ad blocking you control Run your own DNS resolver, see the requests each client sends through it, and apply network-wide rules. Here is what it can control and what it cannot. Tech · JAN 07 · 8′ Block ads across your home network with AdGuard DNS Test AdGuard DNS on one device, then apply it through a compatible router for broader coverage. The setup is free, but it has clear limits. Tech · JAN 05 · 6′

Guides

1 tagged

Toolshed

16 tagged
mine · shipped Aug 2026 /a-review-core Copy a review skill into five projects and you now maintain five copies of the same engine. This is the one they all read instead, so a fix lands once. mine · viewed 18 times /a-rules-optimizer Rules go stale quietly: a renamed directory, a deleted helper, a CLAUDE.md nobody trimmed. This checks them against the code and fixes what drifted. mine · viewed 17 times /a-self-learner The same review finding keeps coming back because nobody wrote it down. This reads your review history and proposes the rule change that would stop it. mine · viewed 16 times /a-review-optimizer A review skill written for someone else flags what your project settled years ago. This reads your codebase and writes the review for it, or sharpens the one you already have. mine · viewed 20 times /a-unslop-code Swallowed errors, a method the library never had, a left-in "rest of your code" stub. This finds the AI tells in your source that actually break things, and puts the cosmetic ones last. mine · 21 downloads flutter-rules A .claude/rules pack for Flutter and Dart: null-safety and idiom standards, state management with Riverpod, and router-agnostic navigation discipline (GoRouter). mine · 31 downloads react-ts-rules A .claude/rules pack for React and TypeScript: strict-TS standards, component and variant patterns, and server-state data-fetching discipline (React Query, forms, auth). mine · 31 downloads generic-rules A .claude/rules baseline for any stack: security, code quality, architecture discipline, and a token-first CSS rule. The standards Claude should be holding to anyway. mine · 27 downloads php-rules A .claude/rules pack for PHP 8.2+: strict-types and idiom standards, migration-and-query database discipline, and the security calls the generic baseline leaves to the language. mine · 26 downloads python-rules A .claude/rules pack for Python 3.10+: type-hint and logging standards, plus a security file weighted to the subprocess, deserialization, and SSRF surfaces real pipelines hit. mine · 23 downloads dev-loop Review, commit, ship: the end of every change, done by hand every time. dev-loop makes each one a command that works the same in any codebase. mine · viewed 18 times sanitize-public The check to run before anything goes public. sanitize-public scans a repo or bundle for the secrets, internal hostnames, and private paths that leak by accident, and catches them first. mine · 35 downloads dev-workflow-forge Generic review tools don't know your codebase. dev-workflow-forge reads yours and writes a review skill, a rules set, and a learning loop fitted to your actual stack. mine · 30 downloads unslop You used AI. Now it reads like AI. unslop catches the tells in your writing, code, and UI (the em dash, the generic phrasing, the stock look) so it reads like you, not a model. mine · 27 downloads role lenses Six senior-review lenses for Claude Code that argue back instead of agreeing. mine · viewed 40 times a-make-prompt One job: turn a rough request into a finished, paste-ready prompt. Not a cure-all for prompting.

Tools

15 tagged