sleeplessv
- 15 skills
- 0 followers
- 6 hours ago last updated
- ▌ Yt Transcript · sleeplessvFetch the transcript of a YouTube video from the command line. Use when a prompt carries a YouTube URL or an 11-character video ID and asks for the transcript, the captions, what was said in the video, a summary of the video, a caption track in a particular language, or a translated transcript.
- ▌ Ship · sleeplessv bundleBranches off main for the current changes, commits them smart-git-commit style, opens a PR, then squash-merges and deletes the local and remote branch after confirmation. The clean argument skips only that merge confirmation, never the unrelated-changes prompt. Use when the user runs /ship to take working-tree changes all the way to a merged PR.
- ▌ Prefect · sleeplessv bundleUse when building, reviewing, or debugging Prefect 3 projects, including flows, tasks, deployments, work pools, workers, schedules, blocks, results/retries/caching; when diagnosing failed, crashed, stuck, late, or zombie flow runs; or whenever unsure about a Prefect API or current best practice. Queries the live instance via the CLI and confirms version-sensitive details against the live Prefect docs.
- ▌ Snowman · sleeplessv bundleUse when querying Snowflake, discovering objects, profiling data, testing transformation hypotheses, investigating data quality, or staging SQL changes. Every snow CLI call goes through this skill.
- ▌ Metabase · sleeplessv bundleUse when working with Metabase, reading or editing a question/card, tracing where a dashboard number comes from, extracting the SQL behind a card, running ad-hoc SQL against a Metabase-connected database, or auditing dashboards. Every Metabase API call goes through this skill.
- ▌ Dbt Runner · sleeplessv bundleUse when running any dbt command (build, run, test, compile, seed, deps) or debugging a dbt failure, including connection and auth errors, parse errors, hanging or silently-empty runs, and dbt-fusion quirks. Enforces preflight checks and output-capture discipline before the first dbt invocation of a session, and maps error signatures to causes and fixes. Bootstraps a per-project .dbt-runner/context.md on first use.
- ▌ Dlt Bootstrap · sleeplessv bundleBootstrap a dlt ingestion project with the dltHub AI Workbench plus Relentless Data house conventions (Snowflake destination, Prefect orchestration, DuckDB dev loop). Use when setting up dlt in a new or existing project, or when adding a new source type or workbench toolkit to a dlt project; also fires proactively when a dlt project lacks the house-conventions rule.
- ▌ Visual Report · sleeplessv bundleProduce a single self-contained HTML visual report, an explainer, writeup, or diagram-heavy document built with Tailwind and Mermaid via CDN plus hand-crafted CSS/SVG. Use when the user wants a visual report, an explainer, a single-file HTML writeup of a system/process/findings, or asks to visualize or diagram something as a shareable document.
- ▌ Review Pbi Diff · sleeplessv bundleTurn a Power BI (PBIP) git diff into a manager-ready review artifact with page wireframes, spec-checked DAX, and ranked red flags. Use when asked to review a Power BI branch, diff, or PR, or to summarize Power BI work in a PBIP-format repo (*.Report / *.SemanticModel folders). Takes an optional git ref range.
- ▌ Gh Weekly Report · sleeplessv bundleGenerate a weekly GitHub activity report covering everything the authenticated user did on GitHub (issues, PRs, reviews, commits, discussions), optionally narrowed to one owner's repos, bucketed into canonical work types with per-repo narratives, rendered as an interactive HTML file (data embedded; styling and charts load from CDNs, so full rendering needs network). Use when the user asks what they did this week, for a weekly report or activity summary, or to report on their GitHub work.
- ▌ Implement Ticket · sleeplessv bundleImplement a ticket (GitHub issue) end-to-end on a ticket branch and open a PR, with tests and a runtime smoke check that the app still works before declaring done. Use when the user says "implement ticket #N", "implement issue #N", "implement the next ready ticket", or otherwise asks to take a ticket from open to PR.
- ▌ Smart Git Commit · sleeplessv bundleGroups changed files by affected area, creates one conventional commit per group, then pushes to remote. Use when the user asks to commit changes or commit and push.
- ▌ Implement Feature · sleeplessv bundleImplement a whole feature as one PR through ticket waves on an integration branch. Use when implementing a spec and its tickets, or an explicit ticket set, end-to-end.
- ▌ Orchestrator Mode · sleeplessv bundleCoordinate work through subagents while keeping bulk findings out of the main context. Use when the user requests orchestrator mode, delegation of named tasks, or coordination rather than direct execution.
- ▌ Fabric Lineage Dag · sleeplessv bundleBuild an interactive data-lineage DAG for a Microsoft Fabric Git-exported workspace (pipelines, notebooks, JSON-config Silver/Gold, TMDL semantic models, reports) as one self-contained HTML artifact. Use when asked for a lineage graph ("what feeds what") or a dbt-docs-style DAG over a Fabric medallion repo.