chore(skills): refresh bundled skills to workbench e8bcc26#9
Merged
Conversation
Makes the dlthub-router install-verification step conditional: only run `dlthub ai status` when the install result is ambiguous or MCP hasn't been checked this session, instead of every time. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
bjoaquinc
added a commit
that referenced
this pull request
Jul 7, 2026
Refresh the bundled minimal workspace uv.lock to the latest within-constraint dependency versions (dlthub-client 0.28.0 -> 0.28.1 plus transitive bumps) and release the batched skills refresh (PR #9). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refreshes the bundled skills to workbench
e8bcc26(from1853f50). The only behavioral change is in thedlthub-routerskill: its install-verification step (dlthub ai status) is now conditional rather than mandatory.Previously Step 3 always told the agent to run
dlthub ai statusafter installing a toolkit. Now it skips that check when the install output already confirms success and MCP health was checked at session start, and runs it only when:dlt-workspace-mcpserver hasn't been verified this session.This avoids a redundant status call on the common happy path.
Changes
scripts/generate_skills.py: bump pinned workbench ref1853f50→e8bcc26.skills/dlthub-router/SKILL.md: regenerated — Step 3 verification is now conditional.[Unreleased] → Changed.Testing
make check-skills: regeneration reproduces the committedskills/exactly (in sync with the pinned ref).🤖 Generated with Claude Code