Skip to content

added integration doc#9

Merged
amaan-ai20 merged 6 commits into
zerogpu:mainfrom
Baldur-Hua-ai20labs:zerogpu-skill
Jun 30, 2026
Merged

added integration doc#9
amaan-ai20 merged 6 commits into
zerogpu:mainfrom
Baldur-Hua-ai20labs:zerogpu-skill

Conversation

@Baldur-Hua-ai20labs

@Baldur-Hua-ai20labs Baldur-Hua-ai20labs commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator
  • Added integration doc

Jira

Summary by CodeRabbit

  • New Features
    • Added a new “Claude Skill (Claude Desktop)” entry to the integrations navigation and editor integrations page.
  • Documentation
    • Published and expanded the Claude Skill guide, including the SKILL.md workflow, prerequisites (including a ZeroGPU API key), Claude Desktop and Claude Web setup, an embedded video walkthrough, and multiple task-focused usage recipes with example prompt/output formats and a task reference.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8c9294d1-c9cb-4658-9f81-a132ff776c1a

📥 Commits

Reviewing files that changed from the base of the PR and between 27c2449 and b41d286.

📒 Files selected for processing (1)
  • integrations/claude-skill.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • integrations/claude-skill.mdx

📝 Walkthrough

Walkthrough

Adds a new Claude Skill documentation page, registers it in the Integrations tab, and adds a matching card in the integrations index.

Changes

ZeroGPU Claude Skill

Layer / File(s) Summary
Claude Skill page intro
integrations/claude-skill.mdx
Adds the page frontmatter, core Skill description, overview, and video walkthrough placeholder.
Quickstart and first request
integrations/claude-skill.mdx
Adds the quickstart, API key steps, Claude Desktop and Claude Web installation paths, and the first PII redaction example.
Usage recipes and reference
integrations/claude-skill.mdx
Adds the task recipes, patterns and recipes guidance, task reference table, and notes.
Integrations tab and index card
docs.json, integrations/index.mdx
Adds the Claude Skill route to the Integrations tab and a matching card in the integrations index.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • amaan-ai20

Possibly related PRs

  • zerogpu/docs#3: Both PRs update the same documentation navigation surfaces (docs.json and integrations/index.mdx) to add new “Integrations” routes/cards.

Poem

A bunny hops through docs so bright,
with Claude Skill pages tucked just right.
🐇 A card, a route, a guide to share,
and ZeroGPU wisdom in the air.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is vague and does not clearly describe the main change beyond a generic documentation update. Rename it to something specific, such as adding the Claude Skill integration documentation and navigation entry.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (2)
integrations/claude-skill.mdx (1)

144-150: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Align the ending section with the integration-page template.

Lines 144-150 use a standalone Next steps heading with <Columns>. The integration-doc template expects these links inside a Conclusion section using <CardGroup>. Aligning this keeps page structure consistent across integrations.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@integrations/claude-skill.mdx` around lines 144 - 150, Replace the "## Next
steps" heading with "## Conclusion" to match the integration-page template
structure. Then replace the `<Columns cols={3}>` wrapper component with
`<CardGroup>` and keep the three nested Card components with their respective
titles (Quickstart, Model Catalog, API Reference) and href attributes intact.
SKILL.md (1)

321-331: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Plan for documentation URL maintenance.

The skill hard-codes multiple documentation URLs (https://docs.zerogpu.ai/docs/, https://docs.zerogpu.ai/integrations/, etc.) at lines 321–331 and throughout (e.g., lines 276, 312, 331). If the documentation site's URL structure or path layout changes, these links will break.

Recommend:

  • Verify each URL resolves before merge.
  • Consider adding a lint check or CI task to periodically validate links.
  • If docs move to a new domain, plan a coordinated update to this skill file.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@SKILL.md` around lines 321 - 331, Verify that all hard-coded documentation
URLs in the SKILL.md file (including those in the Documentation map section at
lines 321-331 and other references at lines 276 and 312) are valid and resolve
correctly. Additionally, consider implementing a strategy for maintaining these
URLs in the future, such as adding a CI task to periodically validate links or
documenting a process for coordinated updates if the documentation site
structure changes, to prevent broken links from being introduced in future
changes.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@integrations/index.mdx`:
- Around line 36-42: The Card component with title "Claude Skill (Claude
Desktop)" is currently placed after "Skills + CLI (Claude Code)", but this
breaks alphabetical ordering by title. Move the entire Claude Skill Card block
to appear before the LangChain card to maintain the alphabetical ordering
convention used in the integration cards group.

---

Nitpick comments:
In `@integrations/claude-skill.mdx`:
- Around line 144-150: Replace the "## Next steps" heading with "## Conclusion"
to match the integration-page template structure. Then replace the `<Columns
cols={3}>` wrapper component with `<CardGroup>` and keep the three nested Card
components with their respective titles (Quickstart, Model Catalog, API
Reference) and href attributes intact.

In `@SKILL.md`:
- Around line 321-331: Verify that all hard-coded documentation URLs in the
SKILL.md file (including those in the Documentation map section at lines 321-331
and other references at lines 276 and 312) are valid and resolve correctly.
Additionally, consider implementing a strategy for maintaining these URLs in the
future, such as adding a CI task to periodically validate links or documenting a
process for coordinated updates if the documentation site structure changes, to
prevent broken links from being introduced in future changes.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 013c8e07-7129-4dac-8084-ad8b266a00c9

📥 Commits

Reviewing files that changed from the base of the PR and between cacabfd and 72038d6.

📒 Files selected for processing (4)
  • SKILL.md
  • docs.json
  • integrations/claude-skill.mdx
  • integrations/index.mdx

Comment thread integrations/index.mdx
Comment on lines +36 to +42
<Card
title="Claude Skill (Claude Desktop)"
icon="sparkles"
href="/integrations/claude-skill"
>
Upload one SKILL.md so Claude follows ZeroGPU best practices whenever you ask about inference, models, the CLI, or the API.
</Card>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Keep integration cards alphabetically ordered by title.

Line 37 adds Claude Skill (Claude Desktop), but placing it after “Skills + CLI (Claude Code)” breaks the current alphabetical ordering in this group. Move this card above “LangChain” for consistency with the integration-doc convention.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@integrations/index.mdx` around lines 36 - 42, The Card component with title
"Claude Skill (Claude Desktop)" is currently placed after "Skills + CLI (Claude
Code)", but this breaks alphabetical ordering by title. Move the entire Claude
Skill Card block to appear before the LangChain card to maintain the
alphabetical ordering convention used in the integration cards group.

@Baldur-Hua-ai20labs Baldur-Hua-ai20labs changed the title added SKILL.md and its associated integration doc added integration doc Jun 26, 2026

@amaan-ai20 amaan-ai20 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed please improve the integration docs to match with the other docs.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@integrations/claude-skill.mdx`:
- Line 37: The quickstart in claude-skill.mdx points users to a broken Skill
download URL, so the install flow fails immediately. Update the link in the
“download the Skill” step to the current, working Skill location, and make sure
the surrounding onboarding text still refers to the same download path used by
the rest of the guide.
- Line 7: The install guidance in the Claude Skill content is outdated and
points users to the wrong flow. Update the wording around the skill setup in the
Claude skill document to describe Claude’s current folder-based install process:
install as a ZIP containing SKILL.md plus any supporting files, and for
Claude.ai direct users to Settings > Features instead of uploading a single file
in chat. Also remove or rewrite any note implying Claude Web has no settings
store so the instructions match the current UI and installation path.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c883b1f5-9a2a-488c-a8a3-ca7a14ddd8c9

📥 Commits

Reviewing files that changed from the base of the PR and between 56c2981 and 27c2449.

📒 Files selected for processing (1)
  • integrations/claude-skill.mdx

icon: "sparkles"
---

The Claude Skill is a single `SKILL.md` file you upload to Claude (Desktop or Web). Skills are reusable instruction packs that Claude loads on demand: once the ZeroGPU Skill is installed, Claude recognizes when a request is a repeatable, high-volume inference task and follows ZeroGPU's documented patterns instead of improvising. It teaches Claude the right endpoint, the real model catalog, the required authentication, and the rule never to invent results: every answer comes from an actual API call.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Inspect the relevant file sections with line numbers
sed -n '1,120p' integrations/claude-skill.mdx | cat -n
printf '\n---\n'
sed -n '240,290p' integrations/claude-skill.mdx | cat -n

Repository: zerogpu/docs

Length of output: 9940


🌐 Web query:

Anthropic Skills documentation install skills folder SKILL.md Claude.ai settings current guidance

💡 Result:

Anthropic Skills are custom, reusable instructions that allow Claude to perform specialized tasks or follow specific workflows [1][2]. These skills are defined by a directory containing a mandatory SKILL.md file [3][4]. SKILL.md File Structure The SKILL.md file must contain two distinct parts [5][6]: 1. YAML Frontmatter: Located between --- markers at the top of the file, this section includes a name (lowercase letters, numbers, and hyphens only; must match the directory name) and a description (which informs Claude when to invoke the skill) [3][7][4]. 2. Markdown Content: The main body of the file containing the procedural instructions, best practices, and guidance that Claude should follow when the skill is active [5][4]. Installation and Configuration Installation methods vary by environment: Claude.ai To use custom skills in the Claude.ai web interface, you must have a Pro, Max, Team, or Enterprise plan with code execution enabled [8][1]. - Navigate to Settings > Features [4][1]. - Upload your skill as a ZIP file [4][8]. The ZIP should contain the skill directory, which holds the SKILL.md file and any optional supporting resources (e.g., scripts, reference documentation) [3][7]. - Skills in Claude.ai are individual to each user and cannot be centrally managed by admins [4][1]. Claude Code In Claude Code, skills are automatically discovered and loaded from the filesystem [9][1]. - Place your skill directory (containing SKILL.md) within a.claude/skills/ folder in your project root or user directory (~/.claude/skills/) [5][6][9]. - Claude Code monitors these paths and dynamically loads the skills [9][1]. Best Practices - Keep skills modular: Use separate files for extensive reference data or complex scripts, and reference them from your main SKILL.md [5][3][4]. - Optimize for context: Only essential instructions and references should be included to minimize context window usage [3]. - Use the provided tooling: Anthropic offers validation tools, such as the skills-ref validate command, to ensure your skill structure is correct before deployment [3].

Citations:


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Find mentions of Claude Skills installation flow in the repository for context
rg -n "Claude.ai settings|SKILL.md|Skills|attach.*chat|Claude Web|settings store" integrations README.md . -g '!**/node_modules/**'

Repository: zerogpu/docs

Length of output: 8389


Update the Skills install flow to match Claude’s current UI
Claude Skills are folder-based and, for Claude.ai, installed from Settings > Features as a ZIP containing SKILL.md and any supporting files. The current text about uploading a single SKILL.md into a chat, plus the Claude Web has no settings store note, sends users down the wrong setup path.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@integrations/claude-skill.mdx` at line 7, The install guidance in the Claude
Skill content is outdated and points users to the wrong flow. Update the wording
around the skill setup in the Claude skill document to describe Claude’s current
folder-based install process: install as a ZIP containing SKILL.md plus any
supporting files, and for Claude.ai direct users to Settings > Features instead
of uploading a single file in chat. Also remove or rewrite any note implying
Claude Web has no settings store so the instructions match the current UI and
installation path.


### Install the Skill

First, download the Skill from [https://zerogpu.ai/SKILL.md](https://zerogpu.ai/SKILL.md). Then follow whichever path matches how you use Claude.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🌐 Web query:

"https://zerogpu.ai/SKILL.md" returns 404

💡 Result:

The URL https://zerogpu.ai/SKILL.md returns a 404 error because it does not exist [1][2]. ZeroGPU documentation is hosted at https://docs.zerogpu.ai [1][3]. For a complete map of available documentation pages, the official index is maintained at https://docs.zerogpu.ai/llms.txt [4][1]. If you were searching for information regarding "skills" or specific integrations, the documentation references a "Skills + CLI (Claude Code)" page located at https://docs.zerogpu.ai/integrations/claude-code-plugin.md [4]. General guidance, API references, and cookbooks can be found via the main documentation portal at https://docs.zerogpu.ai [1][5].

Citations:


Fix the Skill download URL. This quickstart points users at https://zerogpu.ai/SKILL.md, but that URL 404s, so the install flow stops immediately. Update it to the current Skill location.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@integrations/claude-skill.mdx` at line 37, The quickstart in claude-skill.mdx
points users to a broken Skill download URL, so the install flow fails
immediately. Update the link in the “download the Skill” step to the current,
working Skill location, and make sure the surrounding onboarding text still
refers to the same download path used by the rest of the guide.

@amaan-ai20 amaan-ai20 merged commit 8489253 into zerogpu:main Jun 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants