alleneubank
- 30 skills
- 0 followers
- 1 week ago last updated
- ▌ E2e · alleneubankUse when running e2e tests, debugging test failures, or fixing flaky tests. Covers failure taxonomy, fix rules, and workflow. Never changes source code logic or API without spec backing.
- ▌ Zmx · alleneubankUse when starting dev servers, watchers, tilt, or any process expected to outlive the conversation. Provides zmx session management patterns for long-lived processes.
- ▌ Tilt · alleneubank bundleUse when checking deployment health, investigating errors, reading logs, or working with Tiltfiles. Queries Tilt resource status, logs, and manages dev environments.
- ▌ Op CLI · alleneubankUse when reading from 1Password, discovering vaults/items, rotating secrets, or piping credentials to other tools via op CLI.
- ▌ Tiltup · alleneubankUse when starting tilt, debugging Tiltfile errors, or bootstrapping a dev environment. Starts Tilt in zmx, monitors bootstrap to healthy state, fixes Tiltfile bugs without hard-coding or fallbacks.
- ▌ Improve · alleneubankUse after completing a task, before claiming done, before handoff, or when asked "what are some improvements?" Surfaces concrete suggestions grounded in session observations.
- ▌ Web Fetch · alleneubank bundleFetches web content as clean markdown by preferring markdown-native responses and falling back to selector-based HTML extraction. Use for documentation, articles, and reference pages at http/https URLs.
- ▌ Git Rebase Sync · alleneubankUse when syncing a feature branch onto the latest origin base branch via git rebase.
- ▌ Axe IOS Simulator · alleneubankUse when automating iOS Simulator interactions, capturing screenshots/video, or inspecting accessibility via AXe CLI.
- ▌ Git Worktree Tidy · alleneubankFetch latest from origin, prune remote-tracking refs, delete stale local branches and worktrees, and fast-forward important branches. Use when tidying up a worktree-based repo layout.
- ▌
- ▌ Git Best Practices · alleneubank bundleUse when creating commits, managing branches, opening PRs, or rewriting history. Not for non-git implementation tasks or repo-specific release policy decisions.
- ▌ IOS Device Toolkit · alleneubank bundleUse when interacting with USB-attached iOS devices via pymobiledevice3 — screenshots, syslog, crash reports, app install/launch/pull, file transfer, sysmon perf, TCP port forwarding, WebInspector/CDP, and device diagnostics.
- ▌ Nix Best Practices · alleneubankUse when working with Nix flakes, overlays, shell.nix, or flake.nix files.
- ▌ Zig Best Practices · alleneubank bundleUse when reading or writing Zig files (.zig, build.zig, build.zig.zon).
- ▌ Spec Best Practices · alleneubankUse when creating, reviewing, or updating SPEC.md files, running /specout, or entering the ADF SPEC gate.
- ▌ Atlas Best Practices · alleneubank bundleUse when working with atlas.hcl, Atlas CLI commands, schema HCL/SQL files, or migration planning and reviews, including Atlas v1.1 security, data, and exporter capabilities.
- ▌ Brief Best Practices · alleneubank bundleUse when creating, reviewing, or updating a BRIEF.md (the quality law for a surface), defining what "good"/shippable means, or setting up a verified autonomous loop.
- ▌ Canton Network Repos · alleneubankUse when working with Canton Network participants, DAML smart contracts, Splice applications, or debugging LF version and package ID issues.
- ▌ React Best Practices · alleneubank bundleUse when reading or writing React components (.tsx, .jsx files with React imports).
- ▌ Python Best Practices · alleneubankUse when reading or writing Python files (.py, pyproject.toml, requirements.txt).
- ▌ Writing Plans · alleneubankUse when requirements are clear enough to plan and the work spans multiple steps, files, or verification stages
- ▌ Tamagui Best Practices · alleneubank bundleUse when working with Tamagui projects (tamagui.config.ts, @tamagui imports).
- ▌ Testing Best Practices · alleneubankUse when designing tests, writing test cases, or planning test strategy for a module. Covers unit, integration, and e2e layering.
- ▌ Writing Skills · alleneubankUse when creating or editing a skill and you need it to be discoverable, concise, and native to the target harness
- ▌ Orbstack Best Practices · alleneubankUse when working with OrbStack Linux VMs, Docker on macOS, orbctl commands, or orb machine lifecycle.
- ▌ Electrobun Best Practices · alleneubank bundleUse when building or maintaining Electrobun desktop apps in TypeScript, including electrobun.config.ts, electrobun/bun or electrobun/view imports, BrowserWindow/BrowserView usage, updater flows, and distribution artifacts.
- ▌ Playwright Best Practices · alleneubank bundleUse when writing or modifying Playwright tests (.spec.ts, .test.ts with @playwright/test imports).
- ▌ Typescript Best Practices · alleneubankUse when reading or writing TypeScript or JavaScript files (.ts, .tsx, .js, tsconfig.json).
- ▌ Dispatching Parallel Agents · alleneubankUse when there are multiple independent subtasks that can progress in parallel without overlapping ownership or blocking the next local step