Skip to content

Instantly share code, notes, and snippets.

View 1kalin's full-sized avatar
🎯
Focusing

Kalin Smolichki 1kalin

🎯
Focusing
View GitHub Profile
@1kalin
1kalin / hvac-operations-skill.md
Created March 24, 2026 11:02
HVAC Operations Manager β€” AI agent skill for HVAC contractors (dispatch, maintenance, estimates) | Free from AfrexAI

HVAC Operations Manager

AI-powered operational assistant for HVAC contractors β€” dispatch, maintenance scheduling, seasonal prep, and customer follow-up.

When to Use

  • Scheduling service calls and dispatching technicians
  • Managing preventive maintenance programs
  • Seasonal transition planning (heating ↔ cooling)
  • Customer follow-up and retention campaigns
  • Warranty tracking and parts inventory alerts
@1kalin
1kalin / rag-production-guide.md
Created March 24, 2026 04:31
RAG Production Engineering Guide - Build Optimize Deploy Retrieval-Augmented Generation Systems 2025-2026

RAG Production Engineering Guide

A complete methodology for building production-ready Retrieval-Augmented Generation systems.

Architecture Decision

Approach Use When
Basic RAG Simple Q&A, <100K docs, single source
Advanced RAG Production systems, mixed content, accuracy-critical
@1kalin
1kalin / vet-clinic-ops-SKILL.md
Created March 19, 2026 11:01
Veterinary Clinic Operations Agent β€” AI-powered scheduling, follow-ups, inventory & reporting for vet practices. Free skill by AfrexAI.

Veterinary Clinic Operations Agent

Description

Operational assistant for veterinary clinics β€” appointment scheduling optimization, patient follow-up workflows, inventory management for medications/supplies, and client communication templates. Reduces no-shows, prevents stockouts, and improves client retention.

Use When

  • Optimizing appointment scheduling and reducing no-shows
  • Managing medication and supply inventory with reorder alerts
  • Creating client follow-up sequences (post-surgery, vaccination reminders, wellness checks)
  • Generating end-of-day reports and revenue tracking
@1kalin
1kalin / README.md
Created March 17, 2026 11:02
Plumbing Business Operations β€” AI agent skill for plumbing companies. Free from AfrexAI.

Plumbing Business Operations

AI operations assistant for plumbing companies. Handles the back-office work that eats into your billable hours.

What It Does

  • Job Estimation β€” Generate professional quotes with labor, materials, and permit costs calculated from job parameters (type, fixture count, access difficulty, emergency status)
  • Schedule Optimization β€” Route techs by geographic zone, prioritize emergencies, minimize windshield time, output daily route sheets
  • Parts Inventory β€” Track high-turn items (PVC, copper, PEX, valves, water heater parts) with reorder alerts based on weekly burn rate
  • Customer Comms β€” Templates for quotes, confirmations, completion summaries, follow-ups, and annual maintenance reminders
@1kalin
1kalin / kaizen-retro-pi19-s1.md
Created March 12, 2026 10:37
Kaizen Squad Retro β€” PI19 Sprint 1 β€” March 11, 2026

Kaizen Squad Retro β€” PI19 | Sprint 1 | March 11, 2026

Team: Tech: Kalin | SM: Rebecca | PM: Charlee | EM: Rebecca Capacity: S1 88% | CRs Closed: 7 | Incidents: 6/7 resolved


What went well

  • 6 out of 7 incidents resolved in one sprint β€” strong incident throughput while still shipping feature work
@1kalin
1kalin / web-scraping-production-guide.md
Created February 22, 2026 10:33
Web Scraping & Data Extraction: Complete Production Guide β€” Tool selection, anti-detection, selectors, error handling, monitoring

Web Scraping & Data Extraction: Complete Production Guide

Build reliable, ethical, production-grade web scraping systems β€” from single-page extraction to large-scale data pipelines.

The 10 Scraping Commandments

  1. Check robots.txt first β€” always, every time, no exceptions
  2. API over scraping β€” if they offer an API, use it
  3. Be polite β€” 2-5 second delays, off-peak hours, reasonable volume
  4. Validate everything β€” never trust extracted data without checks
@1kalin
1kalin / redis-production-guide.md
Created February 22, 2026 05:28
Redis Production Engineering β€” Complete guide to caching, rate limiting, distributed locks, HA, monitoring

Redis Production Engineering

Complete guide to Redis in production.

When to Use Redis

  • Application cache: Perfect
  • Session store: Perfect
  • Rate limiting: Perfect
  • Leaderboards: Perfect
@1kalin
1kalin / redis-production-guide.md
Created February 22, 2026 05:28
Redis Production Engineering β€” Complete guide to designing, operating, and scaling Redis in production (caching, rate limiting, distributed locks, HA, monitoring)

Redis Production Engineering β€” Quick Reference

Complete guide to Redis in production. Covers architecture decisions, data modeling, caching patterns, rate limiting, distributed locking, HA, security, and monitoring.

When to Use Redis

Use Case Redis Fit Alternative
Application cache βœ… Perfect Memcached
Session store βœ… Perfect DB sessions
@1kalin
1kalin / engineering-manager-guide.md
Created February 20, 2026 05:29
Engineering Manager Operating System β€” 1:1s, Hiring, Feedback, Career Development, Team Health

Engineering Manager Operating System

A complete framework for running high-performing engineering teams.

Team Health Diagnostic

Score these 8 signals (1-5 each):

  1. Delivery velocity
  2. Team morale
  3. Technical quality
@1kalin
1kalin / mcp-engineering-guide.md
Created February 19, 2026 15:30
MCP Engineering Guide β€” Build Production-Grade Model Context Protocol Servers (Python + TypeScript)

MCP Engineering β€” Build Production-Grade MCP Servers

Model Context Protocol (MCP) is the USB-C for AI β€” one protocol to connect LLMs to any external service.

This guide covers the complete lifecycle:

Core Architecture

MCP has 3 primitives:

  • Tools β€” Execute actions (create_issue, query_db)