Add Claude skill - #169
Open
JojiiOfficial wants to merge 8 commits into
Open
Conversation
JojiiOfficial
marked this pull request as draft
August 21, 2026 07:48
JojiiOfficial
force-pushed
the
agents-skill
branch
from
September 3, 2026 09:02
cae1463 to
3646063
Compare
JojiiOfficial
marked this pull request as ready for review
September 7, 2026 09:47
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.
Adds a skill for claude code to run bfb with all context it needs.
It covers all commands (
upload,search,scroll,schema), experiment templates, how to download real data and a list of common mistakes.Validation
Additionally, this PR adds a new subcommand
validate, which I found agents were frequently looking for while testing the skill.It checks each config parses and passes its own validation, then cross-references the upload against the search/scroll configs: vector names, kinds and dimensions, and filter fields against declared indexes.
Obvious things that Qdrant will always reject (e.g. dim mismatch) will lead to an error. Likely misconfigurations, such as random vectors in search but real vectors in the upload config will throw a warning.
Tests
Two agents were given identical bfb tasks: one with the skill available, one without (control).
Note that these numbers fully depend on the initial prompt. The numbers here represent a selected set of smoke tests to verify the skill helps and how much each metric shifts for the specific test prompt.
These numbers don't represent real usage speedups.
Averages across all 5 runs
bfb source-code accesses (counted only in 2 of the 5 runs)
Per-run detail
Stale Readme section
This PR also removes a stale section about shell completions from the README.md. We currently have it specified twice and my changes remove the old version.