robzolkos
- 15 skills
- 0 followers
- 15 hours ago last updated
- ▌ Ghl Generate · robzolkosRegenerate the gem's resource and model layer (`lib/high_level/resources/*` and `lib/high_level/models/**/*`) from the pinned HighLevel OpenAPI spec at `vendor/openapi/`. Use after bumping the OpenAPI SHA (see `bin/sync-spec`), after editing the generator templates in `script/generate.rb`, or when verifying that the committed generated code is up to date.
- ▌ Ghl Port OAUTH · robzolkosRegenerate the OAuth request-shape fixture (`test/fixtures/oauth_flows.json`) from the vendored HighLevel TypeScript SDK. Use whenever the TS SDK pin in `script/fetch_ts_sdk.sh` is bumped, when adding a new OAuth flow to capture, or when the Ruby OAuth tests need updated WebMock stubs.
- ▌ Ghl Drift Check · robzolkosVerify that the committed Ruby resource layer matches what the generator would emit. Two modes — local (regenerate against the currently-pinned OpenAPI SHA) and `--upstream` (compare against upstream HEAD, used by the weekly CI cron). Use after editing the generator templates, after bumping the OpenAPI pin, or any time you want a fast "is everything in sync" check.
- ▌ Add Video · robzolkosAdd a new YouTube video to the LazyPi videos page. Use when given a YouTube URL to add to the site. Fetches title, channel, duration, and publish date automatically via agent-browser; Shorts are placed in Short Pi automatically, while regular videos ask for a category.
- ▌ Add Package · robzolkos bundleAdd a new package to the LazyPi repository. Use when asked to add a Pi package URL or install source to LazyPi, update the installer catalog, and create or update the matching documentation.
- ▌ Find Videos · robzolkosSearch YouTube for new Pi coding agent videos using agent-browser, list candidates, ask which ones to add, then add selected videos on a new branch using the add-video skill workflow.
- ▌ Appsignal · robzolkosFetch and analyze AppSignal error incidents. Use when debugging errors, investigating exceptions, or when the user mentions AppSignal, incidents, or error monitoring.
- ▌ Basecamp · robzolkosInteract with Basecamp projects via CLI. Manage card tables, todos, messages, documents, schedules, campfires, people, check-ins, uploads, and more. Use when the user mentions Basecamp, cards, todos, messages, or project management.
- ▌ Fizzy · robzolkosManages Fizzy boards, cards, steps, comments, and reactions. Use when user asks about boards, cards, tasks, backlog or anything Fizzy.
- ▌ Omarchy · robzolkos bundleManage and configure Omarchy Linux systems. Use when user asks about Omarchy, Hyprland, themes, keybindings, system config, or any omarchy-* commands.
- ▌ Rollbar · robzolkosQuery Rollbar error tracking to investigate errors, list recent issues, resolve items, and get context for bug fixes. Use when the user asks about production errors, wants to investigate an error, asks "what errors happened overnight", wants to mark issues as resolved, or needs context to fix a bug from Rollbar.
- ▌ Karpathy Check · robzolkosReview a plan of action or implementation approach for rigor, simplicity, and correctness. Use when the user asks to review a plan, validate an approach, or before executing a non-trivial implementation. Surfaces gaps in assumptions, tradeoffs, scope, and complexity.
- ▌ Rails Upgrade · robzolkos bundleAnalyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
- ▌ Done · robzolkosReset the working directory for the next task by ensuring no uncommitted changes exist, then switching to the main branch and pulling latest.
- ▌