Fix grammar & typos: agent-context skill files - #6965
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Fix minor grammar and punctuation issues in the newly added
.claude/skill files.Changes
.claude/CLAUDE.md: capitalize "English" (proper noun)..claude/skills/doc-author/SKILL.md: fix subject/verb agreement — "More docs isn't better docs" → "More docs aren't better docs"..claude/skills/doc-reader/SKILL.md: hyphenate compound modifier "easier-to-parse"; add missing terminal period after thellms.txtURL examples.Note
Low Risk
Copy-only edits to internal Claude skill markdown with no runtime, security, or user-facing docs impact.
Overview
This PR polishes English-only wording in the Mintlify agent context under
.claude/—no navigation, MDX, or product docs change.In
CLAUDE.md, english is capitalized to English in the note about translation handling.In
doc-author/SKILL.md, the core principle line fixes agreement: "More docs aren't better docs" (was isn't).In
doc-reader/SKILL.md, thellms.txtexample sentence gets a terminal period, and the markdown-variant guidance uses the compound modifier "easier-to-parse" instead of easier to parse.Reviewed by Cursor Bugbot for commit 40454e6. Bugbot is set up for automated code reviews on this repo. Configure here.