docs: modularize GEMINI.md into Gemini CLI Skills#2278
Open
jcscottiii wants to merge 3 commits intomainfrom
Open
docs: modularize GEMINI.md into Gemini CLI Skills#2278jcscottiii wants to merge 3 commits intomainfrom
jcscottiii wants to merge 3 commits intomainfrom
Conversation
Updates the GEMINI.md file to include the latest information about the project, including new features, bug fixes, and improvements. This commit ensures that the documentation is up-to-date and provides accurate information to users and contributors.
Uses Mermaid to create diagrams that illustrate the architecture of the project. This documentation will help new contributors understand the structure and components of the project more quickly.
This commit transitions the large, monolithic project context in `GEMINI.md` into modular Gemini CLI Skills stored in the `skills/` directory. Benefits: - Reduced token overhead by leveraging Progressive Disclosure (triggering specific skills only when relevant). - Improved agent reliability with more focused, domain-specific instructions. - Simplified maintenance of specialized architectural and workflow documentation. Key Changes: - Created 7 new skills: backend, frontend, e2e, ingestion, workers, search-grammar, and maintenance. - Added `make link-skills` to the `Makefile` for easy skill registration. - Automated skill linking in `.devcontainer/post_attach.sh`. - Trimmed `GEMINI.md` to a high-level entry point that points to the skills.
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.
This commit transitions the large, monolithic project context in
GEMINI.mdinto modular Gemini CLI Skills stored in theskills/directory.Benefits:
Key Changes:
make link-skillsto theMakefilefor easy skill registration..devcontainer/post_attach.sh.GEMINI.mdto a high-level entry point that points to the skills.