agentic/code/frameworks/sdlc-complete/skills/research-cite/SKILL.md
Generate properly formatted citation from research corpus
npx skillsauth add jmagly/aiwg research-citeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a properly formatted, policy-compliant citation from the research corpus.
When invoked, generate a correct citation:
Locate Source
.aiwg/research/sources/ and .aiwg/research/findings/ for the specified referenceLoad Metadata
Generate Citation
Output Formats
inline - Ready to paste into markdownbibtex - BibTeX formatreference - Full reference section entry[ref-id or keyword] - REF-XXX identifier or search keyword (required)--format [inline|bibtex|reference] - Output format (default: inline)--page [n] - Include page reference--quote "[text]" - Include direct quote/research-cite REF-020 --page 4
Output:
According to @.aiwg/research/findings/REF-020-tree-of-thoughts.md (p. 4),
Tree of Thoughts enables "deliberate decision making" through systematic
exploration of reasoning paths.
GRADE: HIGH (peer-reviewed conference, NeurIPS 2023)
Hedging: "demonstrates" / "shows" appropriate for HIGH quality evidence
data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.