claudeindex
Marketplace

quantum-bfs

quantum-bfs

Stars

15

Forks

4

Plugins

9

Installation

1

Add the marketplace

/plugin marketplace add QuantumBFS/claude-code-skills
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

9

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

download-papers

Download academic papers as PDFs given a URL, DOI, title, or arXiv ID. Tries open web → Sci-Hub → arXiv.

Plugin

submit-slurm-job

Submit GPU compute jobs to a Slurm cluster: sbatch script generation, GPU type selection, log management.

Plugin

verify-references

Verify BibTeX references against CrossRef metadata. Finds uncited entries and flags metadata discrepancies.

Plugin

paper-review-checklist

Review a LaTeX research-paper draft against a fixed checklist and insert inline author-comment reminders.

Plugin

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.

Plugin

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.

Plugin

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.

Plugin

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.

Plugin

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.