# Citation Style

> Formats research citations in a consistent numbered style. Use when writing reports or answers that reference web sources, or when the user asks for citations, references, or a bibliography.

- Skill: `vamplabai/citation-style` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamplabai/citation-style`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamplabai/citation-style/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: vamplabai (https://skillmd.com/u/vamplabai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamplabai/citation-style

---


# Citation style

Apply this style whenever the answer cites external sources.

## Rules

1. Number every source in the order it is first referenced: `[1]`, `[2]`, ...
2. Place the marker immediately after the sentence it supports.
3. Collect all sources under a `## Sources` heading at the end.
4. Each source line: `[N] Title — URL`.
5. Never invent URLs; only cite sources actually retrieved.

## Example

The framework uses schema-guided reasoning \[1\].

## Sources

\[1\] SGR Agent Core — https://github.com/vamplabAI/sgr-agent-core

