.claude/skills/next-up/SKILL.md
Show what to work on next by reading the Dashboard and following links to project boards and corrections. Use this skill whenever the user asks "what should I work on", "what's next", "show me my queue", "what's in progress", or wants a quick view of active tasks across all projects. Also triggers on /next-up.
npx skillsauth add theramjad/ray-os next-upInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show Ray what's in progress, what's next, and what corrections need attention across all active projects. This is the "ground-level" view — not analytics or briefings, just the work queue.
Read Dashboard.md at the vault root. It's a router — a table of projects
with their status, board link, and corrections link.
Filter to rows where Status = active. Ignore parked projects entirely.
Board file (the kanban):
projects/agentic-coding-school/board.md)## Doing section — these are in-progress tasks## To Do section — these are queued next## Backlog and ## DoneCorrections file (if present):
projects/agentic-coding-school/corrections.md)- [ ]) — these are corrections to published videosFor every item in Doing and To Do (not Backlog), the kanban links to a note
via [[note-name]]. Try to read each linked note to get a one-line summary
of what the task involves. Notes live in the project's to-film/ subfolders,
organized by class (e.g., to-film/claude-code/, to-film/business/).
If a note doesn't exist yet, that's fine — just show the title.
For corrections, similarly try to read each linked note from to-film/correction/.
Format the output like this:
DOING ([count])
- [task name] — [class tag] — [one-line context from note]
- ...
NEXT UP ([count])
- [task name] — [class tag] — [one-line context from note]
- ...
CORRECTIONS ([count])
- [task name] — [one-line context from note]
- ...
[Optional: "No corrections pending" if all are checked off]
#tag (e.g., #claude-code, #business).## Brief or ## Script section, pull the first sentence as context./gm for your full morning briefing with calendar and tasks."content-media
Edit raw screen recording videos with synced audio. Removes repeated takes, false starts, silence, filler, and [MUSIC] tags to produce a clean final cut. Use when the user provides a raw/unedited MP4 video file and wants it edited down. Triggers on: "edit this video", "cut this video", providing a raw MP4 for editing, or any request to remove bad takes from a recording.
tools
Monitor Twitter/X for trending AI and developer tool discussions, score them, and deliver pre-digested content briefs. Use this skill whenever the user wants to find trending topics on Twitter, check what people are talking about in AI/tech, scout for video ideas from Twitter, or says things like "what's trending", "anything new on Twitter", "find me something to talk about", "scout Twitter", or "what are people saying about X". Also triggers on "monitor layer", "input layer", or "fountainhead" when Twitter is relevant.
development
# /triage — Inbox Triage ## Description Scan all connected communication channels, prioritize items by urgency, and draft responses in your voice. Clear your inbox in minutes. ## Arguments - `quick` — Tier 1 items only, no drafts (fastest) - `digest` — Full scan with summaries, drafts for Tier 1-2 - (no argument) — Full scan with drafts for everything actionable ## Instructions You are running inbox triage for {{YOUR_NAME}}. The goal is to process all incoming messages quickly and surface wh
tools
YouTube data utility — fetch transcripts, metadata, thumbnails, and search for videos. Wraps the Supadata API and yt-dlp into a single CLI tool. Use whenever you need YouTube data like transcripts, video metadata, thumbnail images, or need to search YouTube for videos matching a query. Triggers on any YouTube data fetching need from other skills or direct user requests.