Fix Contributing link, add CONTRIBUTING.md, and polish README#2
Open
falkoro wants to merge 1 commit into
Open
Conversation
- Add CONTRIBUTING.md with lightweight contribution guidelines - Fix malformed Contributing link that pointed at openui - Replace "internal data, do not redistribute" with clearer benchmark note - Add skill frontmatter for agent discovery - Expand install paths for Cursor, Codex, Claude, and Grok - Link license badge to LICENSE
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Documentation-focused update that formalizes skill metadata and improves repository onboarding for users installing the make-no-mistakes skills across multiple agent hosts.
Changes:
- Added YAML frontmatter (name/description) to both skill
SKILL.mdfiles. - Refined
README.mdformatting, fixed/updated links, and expanded installation instructions to include multiple agent-host skill directories. - Added a new
CONTRIBUTING.mdwith contribution guidelines and a checklist.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| make-no-mistakes/SKILL.md | Adds frontmatter metadata to help skill discovery/registration. |
| make-no-mistakes-max/SKILL.md | Adds frontmatter metadata describing the max variant’s intent/usage. |
| README.md | Cleans up formatting, fixes links, and expands installation steps for more hosts. |
| CONTRIBUTING.md | Introduces contribution guidelines and PR checklist for the repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+31
to
+39
| mkdir -p ~/.cursor/skills ~/.codex/skills ~/.claude/skills ~/.grok/skills | ||
| cp -r make-no-mistakes/make-no-mistakes ~/.cursor/skills/ | ||
| cp -r make-no-mistakes/make-no-mistakes-max ~/.cursor/skills/ | ||
| cp -r make-no-mistakes/make-no-mistakes ~/.codex/skills/ | ||
| cp -r make-no-mistakes/make-no-mistakes-max ~/.codex/skills/ | ||
| cp -r make-no-mistakes/make-no-mistakes ~/.claude/skills/ | ||
| cp -r make-no-mistakes/make-no-mistakes-max ~/.claude/skills/ | ||
| cp -r make-no-mistakes/make-no-mistakes ~/.grok/skills/ | ||
| cp -r make-no-mistakes/make-no-mistakes-max ~/.grok/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.
Summary
thesysdev/openuiinstead of this repo, and there was noCONTRIBUTING.mdto link to.CONTRIBUTING.md— lightweight guidelines appropriate for a two-skill repo.name+descriptionon both skills so Cursor/Codex/Claude/Grok can discover them reliably.~/.cursor/skills/.LICENSE; minor heading/formatting cleanup.Test plan
CONTRIBUTING.mdlink resolves locally