Skip to main content

Documentation

The Documentation skill allows your AI coding assistant to:

  • Fetch Abyss component documentation on demand from the documentation site
  • Determine the correct platform (Web or Mobile) based on your project
  • Reference implementation patterns including props, examples, and usage guidelines
  • Stay up-to-date by pulling documentation directly from the source rather than relying on outdated training data

The skill operates by maintaining a documentation index and intelligently fetching only the relevant pages needed for your specific request, optimizing for token efficiency.

Prerequisites

Before installing this skill, ensure you have the Abyss CLI set up properly:

npx @uhg-abyss/cli -v

If the command fails, refer to the CLI Setup Guide for installation instructions.

Installation

Install the skill using the Abyss CLI:

npx @uhg-abyss/cli skills add abyss-documentation

To verify the skill was installed successfully:

npx @uhg-abyss/cli skills list

Example prompts

Once installed, you can use prompts like these with this skill:

  • "Create a Button component using Abyss Web with a primary variant"
  • "What props are available for the DateInput component?"
Table of Contents