Chore: Update skill#28
Merged
Merged
Conversation
tmosleyIII
added a commit
that referenced
this pull request
Jul 11, 2026
Promote the Unreleased changelog section to v0.6.8 and add the items that shipped via #28/#29 (go-stellar-sdk 0.6.0, duckdb 1.5.4, RPC test rewrite with offline unit coverage, AGENTS.md, smoke-test doc, skill evals). Bump the latest-release pointer in README, the skill docs' last-checked version, and the website's version examples and footers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 tasks
tmosleyIII
added a commit
that referenced
this pull request
Jul 11, 2026
Promote the Unreleased changelog section to v0.6.8 and add the items that shipped via #28/#29 (go-stellar-sdk 0.6.0, duckdb 1.5.4, RPC test rewrite with offline unit coverage, AGENTS.md, smoke-test doc, skill evals). Bump the latest-release pointer in README, the skill docs' last-checked version, and the website's version examples and footers. Co-authored-by: Claude Fable 5 <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.
This pull request introduces significant improvements to the Nebu Agent Skill documentation and adds a new evaluation script for trigger testing. The main changes include a comprehensive rewrite and modernization of the
SKILL.mddocumentation, improved workflow instructions, and the addition of an automated script to evaluate skill trigger accuracy.Documentation improvements:
SKILL.mdanddocs/SKILL.mdto clarify use cases, workflow, pipeline model, safety guidelines, and agent response contract. The new docs are more structured, emphasize best practices, and provide clearer installation and usage instructions.Developer tooling:
scripts/eval-nebu-triggers.sh, a new script that automates running trigger evaluations for the Nebu skill. It executes queries against a Pi session, logs results, and summarizes trigger rates to help assess and improve skill invocation accuracy.These changes make the Nebu skill easier to use safely and correctly, and provide better support for evaluating and improving its integration.