Skip to content

Instantly share code, notes, and snippets.

@lRoMYl
lRoMYl / AI Agent Thoughts.md
Created February 13, 2026 08:26
Initial thought

AI Agent Thoughts: Integrating Claude Code into Your Development Workflow

Introduction

This document captures my experiences and learnings from using Claude Code (Anthropic's CLI tool) for software development. The goal is to share practical insights with the team on what works, what doesn't, and how to get the most out of AI-assisted development.

You can use AI agents to build prototypes/ideas rapidly. Some examples of what I've built:

  • Chrome extension with PWA + local backend server for AI Assisted Test Automation
  • macOS app for Localization OS and S3 Feature Config editing
  • CLI tools for Xcode scripting
@lRoMYl
lRoMYl / EventTracker.swift
Last active December 18, 2025 04:25
Subscription Tracker
import EventTrackingMacros
// MARK: - Tracking Event
struct SubscriptionTrackingEvent: TrackingEvent {
var name: String
var eventVariables: [String: AnyObject]
}
// MARK: - Default Variables Provider
@lRoMYl
lRoMYl / designer.html
Created August 1, 2014 10:45
designer
<link rel="import" href="../components/polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#core_card {
position: absolute;
width: 300px;
height: 300px;