QuantumBFS/claude-code-skills
πͺMarketplaceQuantumBFS/claude-code-skills
Add this Marketplace
/plugin marketplace add QuantumBFS/claude-code-skillsPlugins in this Marketplace
babysit-cluster-jobs
Track motivation, watch criteria, and decision rules for long-running cluster jobs in a single BABYSIT.md file on the cluster β so monitoring state survives across sessions, machines, and conversation resets.
claude-log-restore
Recover context from Claude Code session transcripts: locate a session by hash/UUID prefix or project path, mine ~/.claude/projects JSONL logs for handoff notes, summaries, and next steps, and print an approximate resume command. Ships a dependency-free streaming helper safe for multi-MB transcripts.
digitize-plots
Extract numeric (x, y) data from a plot/figure image (or a PDF figure) into CSV β a CLI alternative to WebPlotDigitizer. Wraps plotdigitizer with PDF rendering, color isolation, and overlay verification.
distill-feedback-from-history
Mine your local Claude Code session history for recurring behavioral feedback (corrections, format/voice edicts, error catches, domain-knowledge injections) and distill each pattern into a proposed CLAUDE.md addition, an auto-memory feedback entry, or β only for true workflow patterns β a SKILL.md draft.
download-koushare-lectures
Download a video lecture from koushare.com (θ»δΊ«ε¦ζ―). The page sits behind a Tencent EdgeOne bot/CAPTCHA wall, but the video is a token-signed Tencent VOD HLS stream (voddrm.token, SimpleAES AES-128) β capture that CDN URL via a real browser and decrypt it with yt-dlp/ffmpeg.
download-papers
Download academic papers as PDFs given a URL, DOI, title, or arXiv ID. Tries open web β Sci-Hub β arXiv.
paper-review-checklist
Review a LaTeX research-paper draft against a fixed checklist and insert inline author-comment reminders.
submit-slurm-job
Submit GPU compute jobs to a Slurm cluster: sbatch script generation, GPU type selection, log management.
verify-references
Verify BibTeX references against CrossRef metadata. Finds uncited entries and flags metadata discrepancies.