docs: add gemini custom command for generating skills#66854
Open
mmalerba wants to merge 1 commit intoangular:mainfrom
Open
docs: add gemini custom command for generating skills#66854mmalerba wants to merge 1 commit intoangular:mainfrom
mmalerba wants to merge 1 commit intoangular:mainfrom
Conversation
Adds a Gemini CLI custom command (`/explain`) to generate skills for working with code packages in this repo. Usage: 1. Add skill for a new package: `/explain packages/common` 2. Update the skill for a package: `/explain Update the skill for packages/core` 3. Add supplemental information: `/explain Add supplemental info to the signal forms skill about how schema logic is implemented` Also adds a few skills for working with some of the packages I commonly interact with, including: - packages/forms/signals - packages/core - packages/compiler-cli
thePunderWoman
approved these changes
Feb 2, 2026
Contributor
thePunderWoman
left a comment
There was a problem hiding this comment.
Clearly this is a skill issue.
LGTM
Contributor
|
Please re-add the merge label once fully approved. |
josephperrott
requested changes
Feb 3, 2026
Member
josephperrott
left a comment
There was a problem hiding this comment.
We need to hold off on submitting this prior to understanding/knowing how we are hosting/providing/publishing skills for our downstream users.
I would think we can know the answer to this by EOW, but wanted to make sure we don't cause a collision of efforts here.
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 a Gemini CLI custom command (
/explain) to generate skills for working with code packages in this repo. Usage:/explain packages/common/explain Update the skill for packages/core/explain Add supplemental info to the signal forms skill about how schema logic is implementedAlso adds a few skills for working with some of the packages I commonly interact with, including: