Devops Tools
DevOps automation: ClickHouse, Doppler, MLflow, Cloudflare Workers, pueue orchestration, notifications, session recovery, MiniMax consensus analysis
Skills in this plugin
23- ▌ Disk Hygiene · terrylica bundlemacOS disk cleanup, cache pruning, stale file detection, and Downloads triage. TRIGGERS - disk space, cleanup, disk usage
- ▌ Mlflow Python · terrylica bundleMLflow experiment tracking via Python API. TRIGGERS - MLflow metrics, log backtest, experiment tracking, search runs.
- ▌ Session Debrief · terrylicaAnalyze Claude Code sessions in three expert modes — Handoff Document (exhaustive context extraction for the next developer or session), Error.
- ▌ Session Recovery · terrylica bundleDiagnose and recover Claude Code session issues including missing conversations, corrupted sessions, and session file problems. Use whenever the.
- ▌ Worktree Manager · terrylica bundleCreate alpha-forge git worktrees with auto branch naming. TRIGGERS - create worktree, new worktree, alpha-forge worktree.
- ▌ Doppler Workflows · terrylica bundleManage credentials and secrets through Doppler for publishing and deployment workflows. Use whenever the user needs to publish Python packages.
- ▌ Session Chronicle · terrylica bundleSession log provenance tracking. TRIGGERS - who created, trace origin, session archaeology, ADR reference.
- ▌ Macbook Desktop Mode · terrylica bundleConfigure a MacBook as an always-on-AC desktop workstation with USB device resilience, battery longevity, and self-healing audio device.
- ▌ Distributed Job Safety · terrylica bundleConcurrency safety patterns for distributed pueue + mise + systemd-run job pipelines.
- ▌ Dual Channel Watchexec · terrylica bundleDual-channel notifications on watchexec events. TRIGGERS - watchexec alerts, Telegram+Pushover, file change notifications.
- ▌ Ml Failfast Validation · terrylica bundlePOC validation patterns to catch issues before committing to long-running ML experiments. TRIGGERS - fail-fast, POC validation, preflight check
- ▌ Agentic Process Monitor · terrylicaMonitor background processes from Claude Code using sentinel files, heartbeat liveness, and subagent polling. Best practices and.
- ▌ Pueue Job Orchestration · terrylica bundleManage long-running jobs and batch processing with pueue queue orchestration, CLI telemetry, and companion monitoring tools (noti, ntfy, mprocs,
- ▌ Doppler Secret Validation · terrylica bundleValidate and test Doppler secrets. TRIGGERS - add to Doppler, store secret, validate token, test credentials.
- ▌ Claude Code Proxy Patterns · terrylica bundleClaude Code OAuth proxy patterns and anti-patterns for multi-provider model routing.
- ▌ Clickhouse Pydantic Config · terrylica bundleGenerate DBeaver config from Pydantic ClickHouse models. TRIGGERS - DBeaver config, ClickHouse connection, database client config.
- ▌ Cloudflare Workers Publish · terrylica bundleDeploy static HTML files to Cloudflare Workers with 1Password credential management.
- ▌ Python Memory Safe Scripts · terrylicaMemory-safe Python script patterns for long-running processes under systemd MemoryMax constraints. Covers allocator purge (mimalloc/glibc malloc_trim), HTTP response lifecycle, DataFrame cleanup, thread-local connection reuse, and periodic GC cadence. Battle-tested through 5 OOM optimization cycles on production GPU workstations. Use this skill proactively whenever writing or reviewing Python scripts that: run under systemd with MemoryMax, process data in loops (downloads, ETL, backfill), use ThreadPoolExecutor, or make repeated HTTP requests. Also use when diagnosing OOM kills, RSS creep, or fd exhaustion in Python services. TRIGGERS - memory optimization, OOM prevention, RSS reduction, malloc_trim, systemd MemoryMax, memory leak, allocator purge, memory-safe script, RSS creep, fd exhaustion, SIGKILL status 9, MemoryHigh, glibc arena, mimalloc purge, requests memory leak, ThreadPoolExecutor cleanup.
- ▌ Clickhouse Cloud Management · terrylica bundleClickHouse Cloud user and permission management. TRIGGERS - create ClickHouse user, ClickHouse permissions, ClickHouse Cloud credentials.
- ▌ Firecrawl Research Patterns · terrylica bundleProgrammatic Firecrawl usage via the public API, academic paper routing, recursive deep research, and raw corpus persistence.
- ▌ Project Directory Migration · terrylica bundleMigrate Claude Code project sessions when renaming directories. TRIGGERS - directory rename, move project, migrate sessions
- ▌ Ml Data Pipeline Architecture · terrylica bundlePatterns for efficient ML data pipelines using Polars, Arrow, and ClickHouse. TRIGGERS - data pipeline, polars vs pandas, arrow format
- ▌ Python Logging Best Practices · terrylica bundlePython logging with loguru, structlog, and orjson. TRIGGERS - loguru, structlog, structured logging