vathymut
- 24 skills
- 0 followers
- 3 hours ago last updated
- ▌ PDF · vathymut bundleUse when the user needs to read, extract, merge, split, rotate, create, watermark, encrypt, or OCR a PDF file.
- ▌ XLSX · vathymut bundleUse when the deliverable is a spreadsheet (.xlsx) the user wants created, edited, analyzed, or cleaned.
- ▌ Ponytail · vathymut bundleUse when about to add new code, structure, an abstraction, or a plan task and a minimal YAGNI solution would do — before building, not for restructuring existing code.
- ▌ Refactor · vathymut bundleUse when existing code needs restructuring without behavior change — large functions, code smells, hard-to-maintain structure, or a multi-file refactor plan with tests.
- ▌ Research · vathymutUse when the user wants a topic investigated, docs or API facts gathered, or reading legwork delegated to a background agent.
- ▌ Python API · vathymut bundleUse when a Python symbol's signature, docstring, or behaviour against the installed version is needed — before writing code, debugging a KeyError/AttributeError, or resolving a version-specific rename.
- ▌ Code Review · vathymut bundleUse when reviewing code — diffs, PRs, branches, WIP, or SQL — or when requesting or responding to code review.
- ▌ Data Access · vathymut bundleUse when the user wants to read, profile, convert, SQL-query, or attach a local or remote data file with DuckDB for analysis — including geographic/spatial data (GeoJSON, Shapefile, GPKG, Overture Maps).
- ▌ Git Workflow · vathymut bundleUse when committing with Conventional Commits, resolving merge/rebase conflicts, setting up git worktrees, or finishing a development branch.
- ▌ Writing Plans · vathymut bundleUse when a spec or requirements for a multi-step task exist, before touching code
- ▌ Tufte Data Viz · vathymut bundleUse when creating or reviewing data visualizations — charts and figures — where Tufte and screen-first principles should apply.
- ▌ UI Screenshots · vathymut bundleUse when capturing a screenshot or GIF of a running app, or annotating an existing image with callouts.
- ▌ Domain Modeling · vathymut bundleUse when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs the domain model maintained.
- ▌ Frontend Design · vathymut bundleUse when building new web components, pages, applications, posters, or interactive artifacts from scratch or a brief.
- ▌ Frontend Slides · vathymut bundleUse when building a presentation as a single self-contained HTML file, converting PowerPoint to web, or enhancing an existing HTML deck.
- ▌ Internal Writing · vathymut bundleUse when the user wants internal prose drafted — meeting minutes, performance/peer/upward reviews, brag sheets, weekly updates, newsletters, team updates, or FAQ answers.
- ▌ Ml Paper Writing · vathymut bundleUse when drafting an ML/AI paper from a research repo, structuring arguments, verifying citations, or preparing a camera-ready submission for NeurIPS/ICML/ICLR/ACL/AAAI/COLM.
- ▌ Python Stack Env · vathymut bundleUse when a Python import fails or you need to choose between competing libraries (plotting, serving, tabular DL) or route a package to the correct feature (dev/agent/default).
- ▌ Documentation Writer · vathymut bundleUse when the user asks for docs — a tutorial, how-to guide, reference, or explanation.
- ▌ Systematic Debugging · vathymut bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Github Copilot Starter · vathymut bundleUse when the user says 'set up Copilot', 'configure Copilot', or 'create copilot config' for a new project.
- ▌ Test Driven Development · vathymut bundleUse when implementing any feature or bugfix, before writing implementation code
- ▌ Mermaid Diagram Specialist · vathymut bundleUse when a diagram belongs in documentation as Mermaid — flowcharts, sequence diagrams, ERDs, or architecture and state diagrams. For data charts and figures, use tufte-data-viz instead.
- ▌ Python Pypi Package Builder · vathymut bundleUse when building, testing, linting, versioning, or publishing a production-grade Python library to PyPI.