From stackql-skills
Install or update the StackQL CLI. Detects the platform and uses the appropriate package manager or installer. Pass --update to check for and apply updates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stackql-skills:install-stackqlThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Arguments: `$@`
Arguments: $@
STACKQL=$(command -v stackql)
If found, get the current version:
"$STACKQL" --version
--update is in $@ -> update modeIf StackQL is already installed, report the version and stop.
If not installed, detect the platform and install:
macOS (brew available):
brew install stackql
macOS (no brew):
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip
Linux:
curl -L https://bit.ly/stackql-zip -O && unzip stackql-zip
sudo mv stackql /usr/local/bin/
Windows (choco available):
choco install stackql
Windows (no choco):
Tell the user to download the MSI installer from the StackQL releases or use winget if available.
After install, verify:
stackql --version
Check the currently installed version:
CURRENT=$(stackql --version 2>&1)
Attempt the update using the same platform-appropriate method:
brew available): brew upgrade stackqlchoco available): choco upgrade stackqlAfter update, verify and report the new version:
stackql --version
Report success or failure. If the install succeeded, suggest next steps:
StackQL is installed. To get started:
- Pull a provider:
/stackql-skills:pull-provider google- Set up auth:
/stackql-skills:auth-setup google- Explore resources:
/stackql-skills:explore google
npx claudepluginhub stackql/stackql-skills --plugin stackql-skillsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.