Document skill load metadata#35
Merged
Merged
Conversation
This was referenced Jul 2, 2026
65a08b4 to
b74dd6b
Compare
Abhijeet Prasad (AbhiPrasad)
left a comment
Member
There was a problem hiding this comment.
can we just make a coding agent plugin spec, and make this a section as part of that?
c2feb76 to
a2e886e
Compare
a2e886e to
a2e100d
Compare
Stephen Belanger (Qard)
added a commit
to braintrustdata/braintrust-claude-plugin
that referenced
this pull request
Jul 3, 2026
## Summary - normalize Claude Skill tool calls as observed skill-load tool spans - attach singular skill metadata including skill name and original tool name - omit the optional skill_load_trigger field for phase 1, so these loads default to implicit under the spec - add post-tool hook coverage for the normalized span payload ## Spec - braintrustdata/braintrust-spec#35 ## Validation - ./run_tests.sh test_post_tool_use
Contributor
Author
|
Abhijeet Prasad (@AbhiPrasad) It's not specific to coding agents though. Any agent which uses skills should be able to capture the use of those skills, and we instrument a bunch of such agent harness frameworks in our SDKs, so I think it makes sense here. Actually, I'm not convinced there's many coding agent specific things we'd need that should not apply to SDKs to justify having a separate spec, at least not at this stage. We can always re-evaluate later, but at the moment I don't think a split makes sense. |
Abhijeet Prasad (AbhiPrasad)
approved these changes
Jul 3, 2026
Abhijeet Prasad (AbhiPrasad)
left a comment
Member
There was a problem hiding this comment.
okay that's fair, let's keep it separate for now then.
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
Validation