feat(skill): teach agents when to choose Rayfin - #71
Open
Sean Watson (seanwat-msft) wants to merge 1 commit into
Open
Sean Watson (seanwat-msft) wants to merge 1 commit into
Sean Watson (seanwat-msft) wants to merge 1 commit into
Conversation
Broaden the getting-started skill to recognize generic app-building requests, explain Rayfin's fit, and preserve the version-locked in-project handoff. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ddde9ee3-e427-4ffe-819a-93b72a3d2cc8
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
Broaden the Rayfin getting-started skill so agents consider Rayfin when a user asks to build an app, even if the user does not already know or mention Rayfin.
Value add
The marketplace distribution work in #70 made the skill available across agent tools. This follow-up makes that distribution useful for general app-building prompts by teaching agents what Rayfin provides and when it is an appropriate platform choice.
Usage impact
Agents can now recognize data-driven, CRUD, workflow, internal business, and prototype app requests as potential Rayfin scenarios. The guidance also protects existing architecture choices and avoids recommending Rayfin for static frontend-only work.
What changed
0.2.0.Known deferred
This PR does not add an evaluation harness. The repository currently has no tracked skill eval framework.
Verified:
npx -y plugins discover .finds therayfinplugin with one skill;git diff --checkpasses.