Add unblocked-context-search-rules skill - #28
Open
cancelself wants to merge 1 commit into
Open
Conversation
Companion skill for the new `context_search_rules` tool (RFC at unblocked/unblocked#30711). Reranked top-K rule retrieval — sibling to `context_get_rules` (exhaustive filter) the same way `context_search_code` is to `context_query_*`. - skills/unblocked-context-search-rules/SKILL.md (new) — modeled on unblocked-context-search-code's CLI-first pattern - unblocked-tools-guide: mapping row + common-flags entry + routing-table fallback row + see-also list - README: Available Skills table row Co-Authored-By: Claude Opus 4.7 (1M context) <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.
What
Adds the
unblocked-context-search-rulesskill for the upcomingcontext_search_rulestool — the reranked top-K sibling ofcontext_get_rules(which retrieves the exhaustive filtered set). Same data, different ranker:unblocked-context-get-rules(PR #27)unblocked-context-search-rules(this PR)The skill follows the established CLI-first pattern from
unblocked-context-search-code— query+instruction parameters, MCP fallback tocontext_researchwith a steering instruction.Changes
skills/unblocked-context-search-rules/SKILL.md(new, ~100 lines) — modeled onunblocked-context-search-code's shape. Covers triggering, CLI invocation, when to use vs.context_get_rules, input table with query/instruction guidance, path-scoping nuance, and result interpretation (including the citation reference IDs the search variant surfaces).skills/unblocked-tools-guide/SKILL.md— mapping table row (CLI=yes, MCP=no, matching the rest of thesearch_*family), common-flags entry, routing-table fallback row, see-also list.README.md— Available Skills table row.context_get_rules), but both touchtools-guideandREADMEin nearby places — whichever lands second gets a trivial conflict (different rows, no logic). I scoped this PR to only the search-rules additions, so the diff is clean.🤖 Generated with Claude Code