You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ A bibliography toolkit for LaTeX — Claude Code plugin.
7
7
```
8
8
bibkit/
9
9
├── .claude-plugin/
10
+
│ ├── marketplace.json ← marketplace catalog
10
11
│ └── plugin.json ← plugin manifest
11
12
├── skills/
12
13
│ └── bibtidy/
@@ -36,6 +37,8 @@ bibkit/
36
37
37
38
## How it works
38
39
40
+
### bibtidy
41
+
39
42
Invoke with `/bibtidy refs.bib`. Claude reads the .bib file, dispatches parallel subagents to verify entries against Google Scholar (WebSearch) and CrossRef (bundled `crossref.py`), then applies fixes sequentially using targeted Edit tool replacements. Every change includes the original entry commented out and a source URL for verification.
Copy file name to clipboardExpand all lines: skills/bibtidy/SKILL.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
2
2
name: bibtidy
3
3
description: Use when the user wants to validate, check, or fix a BibTeX (.bib) reference file — wrong authors, stale arXiv preprints, incorrect metadata, duplicate entries, formatting issues
0 commit comments