fetch-aqua-document

star 0

Fetch the document of aqua from the other repository aquaproj/aqua. This skill is useful when you want to know the specification of aqua.

TyceHerrman By TyceHerrman schedule Updated 2/26/2026

name: Fetch aqua Document description: Fetch the document of aqua from the other repository aquaproj/aqua. This skill is useful when you want to know the specification of aqua.

The document of aqua is hosted at https://github.com/aquaproj/aqua. So please checkout the repository and refer the document.

mkdir -p .ai
if [ ! -d .ai/aqua ]; Then
  git clone https://github.com/aquaproj/aqua .ai/aqua
fi
cd .ai/aqua
git pull origin main

Then please see .ai/aqua/website/docs. Especially, about the registry settings, please see .ai/aqua/website/docs/reference/registry-config/*.md.

Install via CLI
npx skills add https://github.com/TyceHerrman/aqua-registry --skill fetch-aqua-document
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator