feat(skills): add knolo-kb built-in skill#1474
Open
The3seus wants to merge 5 commits intobytedance:mainfrom
Open
feat(skills): add knolo-kb built-in skill#1474The3seus wants to merge 5 commits intobytedance:mainfrom
The3seus wants to merge 5 commits intobytedance:mainfrom
Conversation
|
|
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
Adds a new built-in DeerFlow skill:
knolo-kb.This skill is intended to make Knolo easier to use inside the repo by giving the assistant a focused, reusable workflow for
@knolo/coretasks. The skill is now narrowed to the current supported package and avoids broader package guidance that was causing noisy or misleading test results.What this adds
new built-in skill under
skills/public/knolo-kb/focused guidance for working with
@knolo/coreunpinned install commands that use the latest version by default
migration guidance away from deprecated
knolo-corepractical workflows for:
@knolo/core.knolopacksWhy
The goal is to ship a default Knolo skill with DeerFlow so users can call it directly when they need help with Knolo pack creation, mounting, querying, or migration.
The skill was revised to focus only on
@knolo/coreso that:Testing
Tested locally in the DeerFlow dev environment.
Validated that:
@knolo/coreknolo-core.knolobuild and mount flowsNotes
This change adds a built-in skill only. It does not introduce application code changes outside the shipped skill contents.