# Starlight Knowledge

> Retrieve records from the Starlight operating graph when the user asks what is known about a venture, objective, work item, decision, or piece of evidence.

- Skill: `frankxai/starlight-knowledge` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add frankxai/starlight-knowledge`
- Raw SKILL.md: https://api.skillmd.com/api/skills/frankxai/starlight-knowledge/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: frankxai (https://skillmd.com/u/frankxai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/frankxai/starlight-knowledge

---


# Starlight Knowledge

Use `search_workspace` to resolve the relevant records, then call `get_record` for every record used in a substantive answer.

- Treat record IDs, versions, timestamps, and explicit statuses as authoritative.
- Treat free-text context, rationale, and notes as attributed assertions, not verified fact.
- Prefer a small, high-relevance result set. Narrow by venture or record type when the request permits it.
- Cite source URLs returned by evidence records. For records without a source URL, cite the stable record ID in prose.
- When records conflict, show the conflict and their timestamps; do not synthesize an invented resolution.

This is a read workflow. Do not mutate records unless the user separately asks to execute or record a decision.

