By quantumbfs
Validate BibTeX references in LaTeX documents against CrossRef metadata to detect discrepancies in titles, authors, journals, volumes, pages, and years. Identify unused citations across your project and generate detailed verification reports for reliable bibliographies.
npx claudepluginhub quantumbfs/claude-code-skills --plugin verify-referencesA small marketplace of Claude Code plugins, each shipping one skill.
In Claude Code, add this repo as a marketplace, then install whichever plugin(s) you want:
/plugin marketplace add QuantumBFS/claude-code-skills
/plugin install download-papers@quantum-bfs
/plugin install submit-slurm-job@quantum-bfs
/plugin install verify-references@quantum-bfs
The @quantum-bfs suffix matches the name field in .claude-plugin/marketplace.json.
To update later:
/plugin marketplace update quantum-bfs
download-papersDownload an academic paper as a PDF given a URL, DOI, paper title, or arXiv ID. Resolves in order: open web (author homepage, repositories) → Sci-Hub mirrors → arXiv.
Triggers on phrases like "download paper", "get me the PDF", "fetch this DOI". No configuration required.
submit-slurm-jobGenerate and submit sbatch scripts for GPU compute jobs on a Slurm cluster. Handles partition selection, explicit GPU model in --gres, full Python path, and log file management.
Required configuration — add to your project's CLAUDE.md:
## Slurm Configuration
- PYTHON_PATH: `/path/to/miniconda3/envs/myenv/bin/python3`
- PROJECT_DIR: `/home/your_user/private/homefile` # scripts/logs must live here
- PARTITION: `home` # compute partition
Invoke with /submit-slurm-job (or just describe the job — Claude will pick up the skill).
verify-referencesVerify a BibTeX bibliography against CrossRef metadata. The skill:
.tex files to flag uncited entries..bib.Useful before submission to catch hallucinated or stale BibTeX. Invoke by asking to "verify references" / "check the bib file". Requires Python 3 and an internet connection (for the CrossRef API).
.
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest, lists all plugins
└── plugins/
├── download-papers/
│ ├── .claude-plugin/plugin.json
│ └── skills/download-papers/SKILL.md
├── submit-slurm-job/
│ ├── .claude-plugin/plugin.json
│ └── skills/submit-slurm-job/SKILL.md
└── verify-references/
├── .claude-plugin/plugin.json
└── skills/verify-references/
├── SKILL.md
├── check_unused_refs.py
├── compare_refs.py
└── download_crossref.py
Helper scripts shipped alongside a SKILL.md are referenced from the skill instructions via ${CLAUDE_SKILL_DIR}, which Claude Code expands to the skill's install directory at invocation time.
Add a new plugin by:
plugins/<your-plugin>/.claude-plugin/plugin.json (use one of the existing files as a template).plugins/<your-plugin>/skills/<your-plugin>/SKILL.md with YAML frontmatter (name, description)..claude-plugin/marketplace.json.Keep skills well-scoped, parameterize any user-specific paths, and document required configuration in this README.
MIT
Download academic papers as PDFs given a URL, DOI, title, or arXiv ID. Tries open web → Sci-Hub → arXiv.
Document review skills from Draft Detective: validate bibliographic references against authoritative sources, and report document issues in a consistent structured format.
Research integrity plugin for Claude Code — paper auditing, citation verification, experiment analysis, and methodology-first skills for academic workflows.
Multi-agent orchestrator for academic writing: 12 specialist agents and 30 writing principles for review, research, drafting, polishing, bibliography auditing, and literature surveys.
Annotated research paper collection management — retrieve, read, extract, cross-reference scientific papers
Share bugs, ideas, or general feedback.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim