Skip to content
All tags

#claude-code

8 posts tagged with "claude-code".

Symposium: Agents That Start Themselves

What happens when you take the human out of the agent loop. Building an autonomous issue-to-PR pipeline in Rust with MCP, fail-open design, and filesystem IPC.

10 min read
rust ai claude-code +2

Preparing Your iOS Codebase for AI Agents

What I learned setting up a large-scale iOS codebase so that AI coding agents can work in it effectively, from hierarchical documentation to executable skills.

14 min read
swift ios claude-code +2

How Our Agents Test Their Own iOS Changes

How we built a skill that lets AI coding agents verify their own iOS changes on a real simulator, with video recording and accessibility auditing.

6 min read
swift ios claude-code +2

Give Your Agents a Makefile

Why wrapping your iOS build commands in a Makefile is the highest-leverage change you can make for AI coding agents.

7 min read
swift ios tools +2

Building a Mini Linker for SwiftUI Previews

How I rewrote Claude-XcodePreviews in Swift and accidentally built a declaration-level dependency resolver.

8 min read
swift swiftui tools +1

Building a Multi-Agent Code Reviewer

What I learned building claude-deep-review, a code review skill that decomposes review into 15 specialized agents running in parallel.

7 min read
tools claude-code code-review +1

Orchestrating AI Agents with Claudio: Lessons from Parallelizing Claude Code

What I learned building Claudio, a tool that runs multiple AI coding agents simultaneously using git worktrees

13 min read
tools claude-code go +1

Teaching AI to See SwiftUI Previews

What I learned building a CLI toolset that captures SwiftUI previews programmatically, giving AI coding assistants a visual feedback loop.

7 min read
swift swiftui tools +1