Conversation
…to build skill from code / traitlets references to ensure it stays in sync
Member
|
I would love to have something similar for lonboard. If you have any interest, feel free to make a PR to Lonboard! If you wanted, you could even write a post on the Lonboard blog about how to use the new Lonboard AI skills you use 😍 |
Member
Author
|
I don't see any major harm in going ahead and merging this and iterating if needed. Merging! |
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.
Adds
skillfolder with instructions to agents on how to usemanywidgetsin their notebookstraitletsdefinition so the code remains the source of truth for the interface of each widgetinstall-skillcommand so that users can install the skill locally (by default copies the skill into.claude/skills/in the current folder - with--usercopies into user home folder, and--pathto install to a custom locationI think I like this pattern for adding a skill to a library - have it generate based on a single source of truth in the code, and add a simple CLI command for users to install it to their favourite location. @kylebarron might be nice to get your thoughts on something similar for
lonboard:)@wrynearson you're likely to be the first user for this, will be great if you're able to give a quick review, though I may also merge it in and we can iterate.