Academic Bluebook

Citation formatting rules for law review articles using The Bluebook (21st ed.) academic style

181 stars

Best use case

Academic Bluebook is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Citation formatting rules for law review articles using The Bluebook (21st ed.) academic style

Teams using Academic Bluebook should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/academic-bluebook/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/academic-bluebook/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/academic-bluebook/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Academic Bluebook Compares

Feature / AgentAcademic BluebookStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Citation formatting rules for law review articles using The Bluebook (21st ed.) academic style

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Academic Bluebook Citation Skill

**Domain:** Legal citation formatting
**Version:** 1.0.0
**Last Updated:** 2025-12-15

## Overview

This skill provides rules for formatting citations in Academic Bluebook style (law review format), as distinguished from practitioner format. Law reviews use footnotes rather than inline citations and have specific conventions for typeface, signals, and short forms.

## Key Differences: Academic vs. Practitioner

| Element | Academic (Law Review) | Practitioner |
|---------|----------------------|--------------|
| Citations | Footnotes | Inline |
| Case names | *Italicized* | Not italicized |
| Book titles | SMALL CAPS | Not small caps |
| Article titles | *Italicized* | Not italicized |
| Signals | Required per Rule 1.2 | Often omitted |

## Core Citation Forms

### Law Review Articles (Rule 16)

**Full citation:**
```
Author First Last, *Article Title*, Vol. J. Abbr. First Page, Pincite (Year).
```

**Examples:**
```
John Smith, *The Prosecutor's Discretion*, 100 Harv. L. Rev. 1, 15 (2020).
Jane Doe & John Roe, *Joint Authorship*, 50 Yale L.J. 100 (2021).
```

**Short form:**
```
Smith, supra note 5, at 20.
```

### Books (Rule 15)

**Full citation:**
```
Author First Last, Title Page (ed. Year).
```

**Examples:**
```
Ronald Dworkin, Law's Empire 45 (1986).
John Rawls, A Theory of Justice 15-20 (rev. ed. 1999).
```

**Short form:**
```
Dworkin, supra note 3, at 50.
```

### Cases (Rule 10)

**Full citation:**
```
Case Name, Vol. Reporter First Page, Pincite (Court Year).
```

**Examples:**
```
Brown v. Board of Education, 347 U.S. 483, 495 (1954).
People v. Smith, 123 N.E.2d 456, 460 (N.Y. 2020).
```

**Short form:**
```
Brown, 347 U.S. at 490.
```

### Statutes (Rule 12)

**Examples:**
```
42 U.S.C. § 1983 (2018).
Cal. Penal Code § 187 (West 2020).
```

### Constitutions (Rule 11)

**Examples:**
```
U.S. Const. art. I, § 8, cl. 3.
U.S. Const. amend. XIV, § 1.
```

## Signals (Rule 1.2)

Use signals to show relationship between citation and proposition:

| Signal | Meaning |
|--------|---------|
| [no signal] | Direct support |
| *See* | Implicit support |
| *See also* | Additional support |
| *Cf.* | Analogous support |
| *Compare...with* | Comparison illuminates |
| *See generally* | Background |
| *E.g.* | One of many examples |
| *But see* | Contradicts |
| *Contra* | Directly contradicts |

**Order of signals:** Supportive → Comparative → Contradictory → Background

## Id. and Supra (Rules 4.1, 4.2)

### Id.
Use when citing the immediately preceding authority:
```
¹ Smith, supra note 5, at 20.
² Id. at 25.
³ Id.
```

**Rules:**
- *Id.* replaces the entire previous citation
- Add pincite if different: *Id. at 30*
- Cannot use after a footnote citing multiple sources
- Italicize *Id.*

### Supra
Use for non-case authorities after full citation:
```
Smith, supra note 5, at 30.
```

**Rules:**
- Include "note X" reference to original full citation
- Never use *supra* for cases (repeat short form instead)
- Italicize *supra*

## Hereinafter (Rule 4.2(b))

For long titles, establish short form:
```
¹ Model Penal Code § 2.02 (Am. L. Inst. 1962) [hereinafter MPC].
...
¹⁵ MPC, supra note 1, § 2.03.
```

## Parentheticals (Rule 1.5)

Add explanatory information after citation:
```
Smith v. Jones, 500 U.S. 100, 105 (2000) (holding that...).
Doe, supra note 3, at 50 (arguing that...).
```

**Common parenthetical starters:**
- (holding that...)
- (arguing that...)
- (noting that...)
- (explaining that...)
- (quoting Source)
- (citing Source)
- (emphasis added)
- (alteration in original)

## String Citations (Rule 1.4)

Separate with semicolons, order by:
1. Constitutions
2. Statutes
3. Treaties
4. Cases (by court hierarchy, then reverse chronological)
5. Secondary sources (by type, then alphabetical)

```
See U.S. Const. amend. IV; 18 U.S.C. § 2511 (2018); Katz v. United States, 389 U.S. 347 (1967); Smith, supra note 5, at 20.
```

## Common Journal Abbreviations

| Journal | Abbreviation |
|---------|-------------|
| Harvard Law Review | Harv. L. Rev. |
| Yale Law Journal | Yale L.J. |
| Stanford Law Review | Stan. L. Rev. |
| Columbia Law Review | Colum. L. Rev. |
| Michigan Law Review | Mich. L. Rev. |
| Virginia Law Review | Va. L. Rev. |
| California Law Review | Calif. L. Rev. |
| Georgetown Law Journal | Geo. L.J. |

## Available Workflows

- `workflows/format-citation.md` - Format a single citation
- `workflows/check-citation-order.md` - Verify string citation ordering
- `workflows/generate-bibliography.md` - Create bibliography from footnotes

## Common Errors to Avoid

1. **Using practitioner format** - Remember: italics, footnotes, signals
2. **Incorrect Id. usage** - Only for immediately preceding single source
3. **Supra for cases** - Never; use short case form instead
4. **Missing signals** - Every citation needs appropriate signal or no signal
5. **Wrong parenthetical tense** - Use present participle (holding, arguing)
6. **Inconsistent short forms** - Establish and maintain throughout

## Quick Reference Card

```
ARTICLES:    Author, *Title*, Vol. J. Abbr. Page, Pin (Year).
BOOKS:       Author, Title Page (ed. Year).
CASES:       Name, Vol. Rep. Page, Pin (Ct. Year).
STATUTES:    Title U.S.C. § Sec (Year).

SHORT FORMS:
  Id. / Id. at Pin          (same source, immediately prior)
  Author, supra note X      (articles, books - not cases)
  Name, Vol. Rep. at Pin    (cases)

SIGNALS:  [none] | See | See also | Cf. | But see | See generally
```

---

*Academic Bluebook style is the standard for legal scholarship.*

Related Skills

academic-writing-style

181
from majiayu000/claude-skill-registry

Personalized academic writing assistant for university assignments in Chinese and English. Use when users need help writing/revising academic reports, project docs, technical analyses, research reviews, or case studies. Produces natural prose avoiding AI markers. Triggers: academic writing, assignment, report, technical analysis, research review, case study. | 个性化学术写作助手,适用于中英文大学作业。触发词:学术写作、作业、报告、技术分析、研究综述、案例研究、项目文档。

academic-writing-standards

181
from majiayu000/claude-skill-registry

Expert knowledge of academic writing standards for peer-reviewed papers, including citation integrity, style compliance, clarity, and scientific writing best practices. Use when reviewing or editing academic manuscripts, papers, or research documentation.

academic-writing-cs

181
from majiayu000/claude-skill-registry

Comprehensive toolkit for writing high-quality computer science research papers (conference, journal, thesis). Provides narrative construction guidance, sentence-level clarity principles (Gopen & Swan), academic phrasebank, CS-specific conventions, and section-by-section quality checklists. Use when assisting with academic paper writing, revision, or structure planning across all stages from drafting to submission.

academic-task-planner

181
from majiayu000/claude-skill-registry

Transform academic course assignment PDFs into structured, actionable markdown checklists with dates, unique IDs, and custom tags. Asks when the user will start, assigns tasks only to weekdays (Monday-Friday), respects weekends automatically, and calculates forum deadlines 3 days before due date. Use this skill when the user uploads academic PDFs or asks to create a task plan from course assignments.

academic-search

181
from majiayu000/claude-skill-registry

Search academic paper repositories (arXiv, Semantic Scholar) for scholarly articles in physics, mathematics, computer science, quantitative biology, AI/ML, and related fields

academic-reviewer

181
from majiayu000/claude-skill-registry

Expert guidance for reviewing academic manuscripts submitted to journals, particularly in political science, economics, and quantitative social sciences. Use when asked to review, critique, or provide feedback on academic papers, research designs, or empirical strategies. Emphasizes methodological rigor, causal identification strategies, and constructive feedback on research design.

Academic Researcher

181
from majiayu000/claude-skill-registry

Academic paper search across 14+ scholarly platforms including arXiv, PubMed, Google Scholar, Web of Science, Semantic Scholar, Sci-Hub, and more. Use for literature review, research discovery, and citation management.

academic-research

181
from majiayu000/claude-skill-registry

Systematic academic literature search with source prioritization and APA 7th edition citations. Use when the user needs to research a topic with scholarly sources, verify claims with academic backing, find peer-reviewed evidence, compile research findings, or generate properly cited reports. Triggers: "research [topic]", "what does the research say about...", "find studies on...", "verify this claim...", "literature review", "academic sources for...", "peer-reviewed evidence", "scholarly articles about...", "evidence-based", "cite sources for...". This skill provides basic APA citation capabilities; for advanced citation work (complex source types, edge cases, batch formatting), consider the `apa-style-citation` skill which offers enhanced citation expertise.

academic-research-writing

181
from majiayu000/claude-skill-registry

Use when writing CS research papers (conference, journal, thesis), reviewing scientific manuscripts, improving academic writing clarity, or preparing IEEE/ACM submissions. Invoke when user mentions paper, manuscript, research writing, journal submission, or needs help with academic structure, formatting, or revision.

academic-research-writer

181
from majiayu000/claude-skill-registry

Write academic research documents following academic guidelines with peer-reviewed sources from Google Scholar and other academic databases. Always verify source credibility and generate IEEE standard references. Use for research papers, literature reviews, technical reports, theses, dissertations, conference papers, and academic proposals requiring proper citations and scholarly rigor.

Academic Paper

181
from majiayu000/claude-skill-registry

## Description

academic-letter-architect

181
from majiayu000/claude-skill-registry

Use when writing recommendation letters, reference letters, or award nominations for students, postdocs, or colleagues. Invoke when user mentions recommendation letter, reference, nomination, letter of support, endorsement, or needs help with strong advocacy, comparative statements, or evidence-based character assessment.