← all publishers

oxbshw

@oxbshw source repo

20 published skills

  1. Adr Writer · oxbshw
    Use when capturing an architecture decision so it survives turnover — produces an ADR-NNNN.md from context, options considered, and the chosen path.
    0
    installs
  2. Pr Summarizer · oxbshw bundle
    Use when opening a PR — produces a clean PR description (what / why / how to verify / risks) from a branch diff against base.
    0
    installs
  3. Repo Auditor · oxbshw bundle
    Use before opening a PR to audit the changes for stale comments, unused imports, missing tests, and inconsistencies with neighboring code.
    0
    installs
  4. Sprint Planner · oxbshw bundle
    Use when planning the next sprint — turns ticket intake + team capacity into a planned sprint with explicit non-goals.
    0
    installs
  5. Dataset Profiler · oxbshw bundle
    Use when first encountering a new dataset — produces a structured profile (schema, missingness, distributions, outliers, gotchas) before any analysis.
    0
    installs
  6. API Design Reviewer · oxbshw bundle
    Use when reviewing a proposed REST or GraphQL API change before merge — checks contract clarity, backwards compatibility, errors, pagination, auth, and naming.
    0
    installs
  7. Incident Postmortem · oxbshw bundle
    Use after an incident is resolved — drafts a blameless postmortem from timeline notes, alerts, and chat threads.
    0
    installs
  8. Research Summarizer · oxbshw bundle
    Use when the user asks for a sourced briefing on a topic that spans multiple web sources and requires citations.
    0
    installs
  9. Agent Memory Curator · oxbshw bundle
    Use after a session to promote useful episodic notes from logs/episodic/ into distilled, dated entries in MEMORY.md and memory/semantic/.
    0
    installs
  10. MCP Security Reviewer · oxbshw bundle
    Use before connecting a new MCP server to your agent — produces a structured security review covering source, permissions, tools, network, and approvals.
    0
    installs
  11. Watch · oxbshw
    Watch any video (URL, stream, or local path) via Watch Skill. Downloads, extracts scene-aware deduped frames, OCRs them, transcribes (captions first, then local Whisper — offline by default), indexes everything, and hands the result to the agent. Follow-up questions are answered from the persistent index without re-processing.
    0
    installs
  12. The Loop · oxbshw
    The user built or changed something visual — a UI, an animation, a game, a generated video — and wants it verified, or asks "why does my UI look wrong", "check that the fix actually worked", "does the animation glitch". Use this to record the running thing, critique the recording against plain-language pass criteria, and iterate until it passes with before/after proof.
    0
    installs
  13. Video Memory · oxbshw
    The user asks about videos watched in the past or across sessions — "have we watched anything about X", "which video showed that error", "what did that meeting decide", "search my videos", or a question that spans several videos. Use this to search and answer from the persistent cross-video index instead of saying you don't remember.
    0
    installs
  14. Sharing Results · oxbshw
    The user wants to share or hand off what was found in a video — "send this analysis to my team", "make a page I can share", "export the findings", "give me something I can attach to the ticket". Use this to render a self-contained offline HTML viewer page with the frames, transcript, and every cached answer with its evidence.
    0
    installs
  15. Watching Videos · oxbshw
    The user shared a video URL, a YouTube/TikTok/stream link, a local video file, a screen recording, a meeting recording, or a playlist/folder of videos — "watch this", "summarize this video", "what's in this recording". Use this to actually watch the video — download, extract frames, OCR, transcribe, and index it — instead of guessing from the title or asking the user to describe it.
    0
    installs
  16. Configuring Vision · oxbshw
    The user wants to connect an LLM or vision provider, already has an API key, asks "can I use OpenAI/Anthropic/Gemini/OpenRouter", wants local Ollama, or needs different cheap and strong models. Use this to configure provider-neutral visual understanding without tying Watch Skill to one agent or model vendor.
    0
    installs
  17. Asking With Evidence · oxbshw
    The user asks a question about a video that was already watched or indexed — "what did they say about X", "what error code appears", "what happens at 2:30", "does the video show Y". Use this to answer from the persistent index with timestamped evidence and a confidence score instead of re-watching or guessing.
    0
    installs
  18. Extracting Structure · oxbshw
    The user wants structure pulled out of a watched video — "make chapters for this video", "where does the bug appear in this recording", "turn this screen recording into a bug report", "how strong is my intro/hook". Use this for deterministic extraction from the index — chapters with timestamps, a fileable bug report with the exact frame, or a scored hook analysis.
    0
    installs
  19. Learning From Mistakes · oxbshw
    The user corrected an answer about a video — "no, it actually says X", "that's the wrong timestamp", "you misread the error code" — or asks why a video answer was wrong. Use this to record the correction as a lesson so future answers on similar questions improve, and to show what the system has learned and saved.
    0
    installs
  20. Recovering From Errors · oxbshw
    A Watch Skill command failed, video download broke, ffmpeg or yt-dlp is missing, a provider returned an error, local vision stopped, or the user asks "why can't it watch this" or "repair my setup". Use this to diagnose and apply the engine's structured fix before retrying the original operation.
    0
    installs