List Updates banner
neeraj-satyaki neeraj-satyaki

List Updates

Development community

Description

--- description: Show freshest harvested notes per expert. Usage:/coptube:list-updates [expert] [count] argument-hint: [expert] [count=5] allowed-tools: Bash, Read, Glob --- ## Task 1. Parse `$ARGUMENTS`: optional expert name, optional count (default 5). 2. If expert given → list newest `count` files in `skills/coptube/references/updates/<expert>/`. 3. Else → for each of the 7 experts, list newest `count` files. 4. Show as a table: date · expert · title · source_type · relevance (read front-ma

Installation

Installs to ~/.claude/skills/neeraj-satyaki-coptube-list-updates/SKILL.md

Terminal
mkdir -p ~/.claude/skills/neeraj-satyaki-coptube-list-updates && curl -fsSL https://raw.githubusercontent.com/neeraj-satyaki/coptube/HEAD/commands/list-updates.md -o ~/.claude/skills/neeraj-satyaki-coptube-list-updates/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository