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".
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-migrationskill) - 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/webis present → Use Web documentation - If
@uhg-abyss/mobileis 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":
- Read references/feedback.md and follow its workflow
Related Assets
Harmony Components
Reference for Harmony Design System React components including buttons, modals, panels, form controls, navigation, and data display elements.
Owner: pcorazao
abyss-v2-migration
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".
Owner: mtaugner_uhg
Create AGENTS.md
Create an AGENTS.md file for the current repository with secure and compliant Optum guidance.
Owner: platform-devops
AIRB Documentation Generator (Optum)
Generate first-draft AIRB documentation sections from project inputs, including architecture, data flow, PIA, and monitoring plans.
Owner: epic-platform-sre
Harmony Overview
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.
Owner: pcorazao
security-agent-ui-runs
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.
Owner: edi-security-agent

