From nx
Use when needing detailed information about a specific RDR including content, research findings, and linked beads
npx claudepluginhub hellblazer/nexus --plugin nxThis skill uses the workspace's default tool permissions.
- User says "show RDR 003", "RDR details", "what's in RDR 5"
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Share bugs, ideas, or general feedback.
/nx:rdr-showResolve RDR directory: Read from .nexus.yml indexing.rdr_paths[0]; default docs/rdr. Use the Step 0 snippet from the rdr-create skill, stored as RDR_DIR.
Determine RDR ID: From user's argument, or default to most recently modified RDR in $RDR_DIR/
Read the markdown file: $RDR_DIR/NNN-*.md
Read T2 metadata (if available): mcp__plugin_nx_nexus__memory_get(project="{repo}_rdr", title="NNN"
Read research findings (if available): mcp__plugin_nx_nexus__memory_get(project="{repo}_rdr", title="" and filter titles matching NNN-research-*
Catalog links (if catalog initialized): Search for this RDR in the catalog and display graph relationships:
mcp__plugin_nx_nexus__catalog_search(query="<rdr-title>", content_type="rdr")
If found, call: mcp__plugin_nx_nexus__catalog_links(tumbler="<tumbler>", depth=1)
Display inbound and outbound links from the result. Skip silently if catalog not initialized.
Display unified view:
## RDR NX-003: Semantic Search Pipeline
**Status:** Draft → **Type:** Feature → **Priority:** Medium
**Created:** 2026-02-23 | **Gated:** — | **Closed:** —
### Research Summary
- Verified (✅): 3 findings (2 source search, 1 spike)
- Documented (⚠️): 1 finding (1 docs only)
- Assumed (❓): 2 findings — ⚠ unresolved risks
### Linked Beads
- Epic: NX-abc12 "Semantic Search Pipeline" (open)
- NX-def34 "Phase 1: Indexer" (in_progress)
- NX-ghi56 "Phase 2: Query API" (open)
### Supersedes / Superseded By
(none)
### Catalog Links (from link graph)
- ← catalog.py (implements-heuristic, by index_hook)
- ← tumbler.py (implements-heuristic, by index_hook)
- → "Delos: Theory of Schema Mappings" (cites, by rdr-close)
(or: "No catalog entry — run `nx index rdr` to populate")
### Post-Mortem Drift Categories
(not closed yet)
/nx:rdr-list behavior).epic_bead is set in T2)/nx:rdr-list behavior if RDR ID not foundThis skill produces outputs directly (no agent delegation). It is read-only and does not write to any storage tier:
Session Scratch (T1): Use scratch tool for ephemeral notes if the user is comparing multiple RDRs. Flagged items auto-promote to T2 at session end.
/beads:show for the linked epic bead (if epic_bead is set in T2).