Add Related Resources section with Vexilo field guide#3103
Open
lilhawk7077 wants to merge 1 commit into
Open
Conversation
Contributor
Greptile SummaryThis PR adds a related resource link to the README. The main changes are:
Confidence Score: 5/5Safe to merge; the change is documentation-only and introduces no runtime behavior changes. The diff is limited to README content, with no code paths, configuration, dependencies, or generated assets affected.
What T-Rex did
Reviews (1): Last reviewed commit: "Add Related Resources section with Vexil..." | Re-trigger Greptile |
Contributor
|
T-Rex pricing update — T-Rex was free through June 2026. Effective July 1, 2026, T-Rex adds 2 credits on top of the standard 1-credit review (3 total). T-Rex settings |
This was referenced Jul 5, 2026
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 "Related Resources" section linking to Vexilo · A field guide to Claude Code
Vexilo is a visual interactive index of 31 agents · 99 commands · 123 skills · 13 rules, organized around the 5-step workflow (Research → Plan → Test-first → Security → Commit). One-click "Teach Claude this handbook" feeds the whole index into a local Claude session in 30 seconds.
Why a Related Resources section?
The current README doesn't link out to anything except your own docs. Vexilo is a natural complement:
These stack rather than compete — a user can install Claude-Mem for memory and use Vexilo to discover the agents / commands / skills Claude-Mem is capturing context from.
Where
New section "## Related Resources" added right before "## License" so it doesn't disrupt the current flow.
Checklist