nuxt-ui

Fetch Nuxt UI v4 component documentation from GitHub with local caching.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Patrity/cognova-v1 --skill nuxt-ui-patrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nuxt-ui
Source: https://github.com/Patrity/cognova-v1/tree/main/.claude/skills/nuxt-ui-docs
Command: npx skills add https://github.com/Patrity/cognova-v1 --skill nuxt-ui-patrity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nuxt UI docs are scattered and updated frequently; this skill fetches the v4 component docs from GitHub so you always have access to the latest APIs, props, slots, and usage examples in your workspace.

Core Features & Use Cases

  • Fetch a specific component's docs from the official Nuxt UI repo on demand.
  • Update all cached docs to ensure everything reflects the latest release.
  • Check cache status to monitor freshness and recent updates.
  • Works with the local cache directory and a manifest that records last fetch times and the commit SHA.

Quick Start

Fetch the Button component docs and cache them locally.

Frequently Asked Questions about nuxt-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Nuxt UI v4 component documentation directly from GitHub?

Fetch Nuxt UI v4 component documentation from GitHub by using a cache-backed fetcher that reads raw content, caches docs locally, and maintains a manifest with last fetch times and commit SHAs. You can fetch specific components on demand.

What is the best way to keep Nuxt UI component docs updated in my workspace?

Keep Nuxt UI component docs updated by running the --update-all command. This syncs all cached documentation with the latest release from the official Nuxt UI repository, ensuring your workspace reflects the most current APIs and usage examples.

How can I check if my cached Nuxt UI documentation is fresh?

Check the freshness of your cached Nuxt UI documentation by running the --status command. This inspects the local cache directory and manifest to report last fetch times and recent updates, helping you monitor data staleness.

Does the Nuxt UI docs fetcher require any external dependencies?

The Nuxt UI docs fetcher requires no external dependencies. It operates independently by reading raw content directly from the GitHub repository and managing a local cache directory to store the component APIs, props, slots, and usage examples.

Can I fetch documentation for a specific Nuxt UI component like Button?

Yes, you can fetch documentation for a specific Nuxt UI component like Button on demand. The fetcher retrieves the component's APIs, props, slots, and usage examples from GitHub and caches them locally for immediate workspace access.

Why does the Nuxt UI fetcher track commit SHAs in its manifest?

The Nuxt UI fetcher tracks commit SHAs in its manifest to identify when the upstream GitHub documentation has changed. This mechanism ensures that cache updates are accurate and prevents redundant fetches for unchanged component docs.