Skip to content

feat(claude): add NVIDIA AI-Q research and deploy skills#223

Merged
laurigates merged 1 commit into
mainfrom
feat/aiq-skills
Jun 2, 2026
Merged

feat(claude): add NVIDIA AI-Q research and deploy skills#223
laurigates merged 1 commit into
mainfrom
feat/aiq-skills

Conversation

@laurigates
Copy link
Copy Markdown
Owner

Summary

Install the two portable Agent Skills shipped by the NVIDIA AI-Q Blueprint into the user-global ~/.claude tree via chezmoi (exact_dot_claude/skills/):

  • aiq-research — routes "deep research" / "AI-Q research" requests to a running AI-Q backend (default http://localhost:8000), polls async jobs, presents cited reports. Pure-stdlib helper (scripts/aiq.py), no pip deps.
  • aiq-deploy — stands up and manages the local AI-Q backend that aiq-research talks to (13 reference docs: docker-compose, helm, env/secrets, validation, troubleshooting…).

Copied verbatim from upstream (develop), including the signed skill.oms.sig packages and evals so the published signatures stay intact. Skills are pinned to AI-Q Blueprint 2.1.0 (major version must match).

Pre-commit fix

Excludes *.oms.sig from the trailing-whitespace and end-of-file-fixer hooks — those hooks were appending a newline to the signature blobs, which would break signature verification.

Notes / follow-ups

  • No backend deployed. aiq-research needs an AI-Q server running; first use will run health, find none, and offer to hand off to aiq-deploy. Standing one up requires an NVIDIA API key (in the backend env, not the skill).
  • Upstream's default branch is develop; pulled from there. A future 3.x backend would need updated skills.

🤖 Generated with Claude Code

Install the portable Agent Skills shipped by the NVIDIA AI-Q Blueprint
(NVIDIA-AI-Blueprints/aiq, develop) into the user-global ~/.claude tree
via chezmoi:

- aiq-research: routes "deep research" requests to a running AI-Q
  backend (default http://localhost:8000), polls async jobs, presents
  cited reports. Pure-stdlib helper, no pip deps.
- aiq-deploy: stands up and manages the local AI-Q backend.

Copied verbatim from upstream, including the signed skill.oms.sig
packages and evals so the published signatures stay intact. Skills are
pinned to AI-Q Blueprint 2.1.0. No backend is deployed yet.

Exclude *.oms.sig from the trailing-whitespace and end-of-file-fixer
pre-commit hooks so those signed blobs keep their exact bytes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added documentation Improvements or additions to documentation claude skills security size/xl labels Jun 2, 2026
@laurigates laurigates merged commit 792b15d into main Jun 2, 2026
7 checks passed
@laurigates laurigates deleted the feat/aiq-skills branch June 2, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude documentation Improvements or additions to documentation security size/xl skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant