Skip to content

abyss-documentation

Fetches and references Abyss Design System documentation for building frontend applications. Use when user asks about Abyss components, form inputs, layouts, UI patterns, styling, or needs Abyss implementation guidance. Trigger phrases include "how do I use Abyss", "Abyss Button", "Abyss form", "design system docs".

active
IDE:
claude
codex
vscode
Version:
1.0.0
Owner:mtaugner_uhg
abyss
design-system
documentation
ui
components
optum

Abyss Documentation Skill

Fetches Abyss Design System documentation to help build frontend applications.

Checklist-driven workflow

- [ ] Step 1: Fetch documentation index
- [ ] Step 2: Determine platform (web/mobile)
- [ ] Step 3: Select specific documentation URLs
- [ ] Step 4: Fetch and apply documentation

When to use

Invoke this skill when:

  • User asks about Abyss components (Button, Input, Card, etc.)
  • User needs form inputs, layouts, or UI patterns
  • User asks "how do I use Abyss [component]"
  • User needs Abyss styling or theming guidance

Do NOT invoke if:

  • User asks about migrating to v2 (use abyss-v2-migration skill)
  • User asks about non-Abyss libraries

Workflow

Documentation Index URL: https://abyss.uhc.com/llms/llms.txt

Step 1: Fetch the Documentation Index

Use fetch_webpage to read the documentation index URL above. This returns a structured list of all available documentation grouped by platform and category.

Step 2: Determine Platform

Check the project's package.json for dependencies:

  • If @uhg-abyss/web is present → Use Web documentation
  • If @uhg-abyss/mobile is present → Use Mobile documentation

Step 3: Select Specific Documentation URLs

Important for token efficiency: Be selective when fetching documentation. Prioritize:

  • Component-specific docs for the exact component needed
  • Implementation guides for the specific feature being built
  • When fetching, focus only on relevant sections (props, examples, specific use cases)
  • Skip broad overview pages, full example galleries, or unrelated sections

Step 4: Fetch and Apply

Use fetch_webpage on your selected URLs, then apply the documentation to complete the user's request.

Skill feedback

If user says "Report skill issue" or "This isn't working, help me report it":

  1. Read references/feedback.md and follow its workflow

Related Assets

Harmony Components

active

Reference for Harmony Design System React components including buttons, modals, panels, form controls, navigation, and data display elements.

claude
codex
vscode
harmony
components
react
ui
accessibility
+1

Owner: pcorazao

abyss-v2-migration

active

Orchestrates Abyss Design System v1 to v2 migration. Auto-detects platform (web/mobile), package versions, legacy tokens, and component token overrides. Invokes child skills in optimal sequence. Use when user asks to "migrate to Abyss v2", "run v2 migration", "upgrade to Abyss v2", or wants to know "what migration work is needed". Trigger phrases include "abyss migration", "v1 to v2", "upgrade abyss".

claude
codex
vscode
abyss
migration
v2
orchestration
design-system
+1

Owner: mtaugner_uhg

Create AGENTS.md

experimental

Create an AGENTS.md file for the current repository with secure and compliant Optum guidance.

claude
codex
vscode
documentation
onboarding
agents-md
optum

Owner: platform-devops

AIRB Documentation Generator (Optum)

experimental

Generate first-draft AIRB documentation sections from project inputs, including architecture, data flow, PIA, and monitoring plans.

claude
codex
vscode
airb
documentation
uais
optum
m365

Owner: epic-platform-sre

Harmony Overview

active

Overview of the Harmony Design System — Optum's unified React component library combining UITK and UICL for building scalable, brand-compliant, and accessible healthcare web applications.

claude
codex
vscode
harmony
overview
react
design-system
optum

Owner: pcorazao

security-agent-ui-runs

active

Operate the Security Agent local FastAPI/UI workflow from a pip-installed setup. Use when Codex needs to start or inspect edi-security-agent-ui, refresh vulnerability data in the local SQLite cache, use the natural-language chat workflow, create/monitor/cancel UI runs, or explain local dashboard run behavior without cloning the controller repo.

codex
security
ui
fastapi
dashboard
vulnerability
+2

Owner: edi-security-agent