Academic Bluebook

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

16 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/diegosouzapw/awesome-omni-skill/main/skills/development/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-review

16
from diegosouzapw/awesome-omni-skill

Interactive review sessions with academic PDFs (lectures, research papers, book chapters). Extract concepts, run Q&A sessions, generate quizzes with scoring. Preserves mathematical formulas in LaTeX format. Privacy-preserving local processing - PDFs never uploaded. Use when studying academic materials, reviewing research, or preparing for exams.

Academic Researcher

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Create comprehensive academic research notes with deep literature coverage. Auto-detects language (EN prompt→EN output, TR prompt→TR output). Supports Obsidian markdown and PDF. Performs 8-15 iterative search cycles with 25-50+ sources for comprehensive coverage. Uses footnote citations and visual overviews.

academic-research-writer

16
from diegosouzapw/awesome-omni-skill

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-deep-research

16
from diegosouzapw/awesome-omni-skill

Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per theme, APA 7th citations, evidence hierarchy, and 3 user checkpoints. Self-contained using native OpenClaw tools (web_search, web_fetch, sessions_spawn). Use for literature reviews, competitive intelligence, or any research requiring academic rigor and reproducibility.

academic-bibtex-manager

16
from diegosouzapw/awesome-omni-skill

When the user requests to add academic papers to a BibTeX bibliography file while maintaining format consistency and sourcing from appropriate repositories. This skill handles 1) Reading existing BibTeX files to understand formatting conventions, 2) Searching for academic papers across multiple sources (OpenReview for conference papers, arXiv for preprints), 3) Extracting proper BibTeX metadata from conference pages or arXiv entries, 4) Determining appropriate citation format (@article vs @inproceedings) based on publication venue, 5) Appending new entries while preserving existing file structure and formatting. Triggers include requests to 'add to ref.bib', 'update bibliography', 'cite papers', or when working with academic reference files.

brutalist-academic-ui

16
from diegosouzapw/awesome-omni-skill

Skriptoteket-specific brutalist/academic UI design. Use for Vue/Vite SPA and SSR templates when you want grid-based layouts, systematic typography, and high-contrast “academic” aesthetics, while staying compatible with Skriptoteket’s pure-CSS + HuleEdu token stack (no Tailwind).

academic-reviewer

16
from diegosouzapw/awesome-omni-skill

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-search

16
from diegosouzapw/awesome-omni-skill

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

academic-data-integration

16
from diegosouzapw/awesome-omni-skill

When the user needs to integrate multiple data sources (Canvas API, user memory, file systems) to create comprehensive academic reports. This skill combines course information, assignment details, submission status, and user context to generate actionable insights. Triggers include requests that involve cross-referencing multiple data sources or creating consolidated academic reports from disparate systems.

academic-course-setup-automator

16
from diegosouzapw/awesome-omni-skill

When the user needs to set up multiple academic courses in a learning management system (Canvas/LMS) from structured data sources. This skill automates the entire workflow extracting course schedules from emails/attachments, matching instructors from CSV files, creating courses, enrolling teachers, publishing announcements with class details, uploading syllabi, enabling resource sharing for instructors teaching multiple courses, and publishing all courses. Triggers include course schedule setup, Canvas/LMS administration, academic term preparation, instructor assignment, syllabus distribution, and multi-course management.

academic-benchmark-researcher

16
from diegosouzapw/awesome-omni-skill

When the user requests information about academic benchmarks, datasets, or research papers, particularly in machine learning, deep learning, or logical reasoning domains. This skill enables systematic research of academic benchmarks by searching web sources, downloading and analyzing arXiv papers, extracting key metadata (number of tasks, training availability, difficulty levels), and compiling comparative summaries. It triggers on requests involving dataset comparisons, benchmark analysis, or academic paper research for table creation.