Find the perfect skill
iOS SwiftUI App Scaffolder
Development
Scaffolds a complete SwiftUI iOS app with MVVM, offline-first persistence, push notifications, formatting tools, CI, and optional GitHub repo creation.
Gmail Intelligence for MTL Craft Cocktails
Data & AI
Transform Gmail into a business intelligence system for MTL Craft Cocktails. Answer questions about emails, detect leads, draft responses, and track client communications with context about the cocktail catering business.
Angular Spec Auditor
Testing
Independently audit an Angular component spec file against project migration guidelines.
Koin UI Design System
Development
Comprehensive UI design system for Koin fintech platform. Defines design philosophy, color tokens, stack, and component usage based on Untitled UI.
Burn Captions with Submagic
Content
Burn word-by-word on-screen captions onto an edited video using the Submagic API. Uploads mp4 directly, polls until done, and downloads the captioned video.
WG Task Coordination
DevOps
Coordinates multi-step projects and agents using the WG CLI. Defines tasks with dependencies, monitors progress, and reviews completed work.
sivtr Environment Check
Development
Diagnose sivtr environment issues when commands fail or return empty results.
On-demand Incus boxes
DevOps
Provision and drive Incus containers (pu boxes) as clean Linux hosts for CI, builds, and evidence capture. Covers create, connect, scp, and destroy.
Create GitHub Issues from Analysis
Development
Creates GitHub issues from analysis files and applies labels. Use when: issue creation, github issue.
Testing Legacy Strategies
Testing
Characterization tests, Robolectric, MockK, Compose Preview screenshots, Roborazzi/Paparazzi visual regression, Detekt/Lint baselines, Golden Master, coverage goals for untested Android legacy code.
Struct Tag Conventions for Database Columns
Development
Guidelines for defining database fields in Go structs: snake_case naming, smallint for booleans, and proper struct tag annotations for migrations.
Open Source Best Practices
Development
Validates and prepares a GitHub project for open source release by cleaning the Git history of secrets and sensitive data, and ensuring essential legal, governance, and documentation foundations are in place. Helps when making a private repo public or hardening an existing public repository.