mention RNRepo skill for claude#333
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates RNRepo documentation to mention the availability of a Claude Code skill, surfacing it both in the root README and in package-level READMEs, and adds an FAQ entry on the website to answer the same question.
Changes:
- Add a “Claude Code Integration” section to the root
README.md. - Add the same “Claude Code Integration” section to
@rnrepo/build-toolsand@rnrepo/expo-config-pluginpackage READMEs. - Add a new FAQ item on the website about the Claude Code skill and link to the skills repository.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds a new documentation section describing Claude Code skill integration. |
| packages/website/src/data/faq.ts | Adds an FAQ entry linking to the Claude Code skill repository. |
| packages/expo-config-plugin/README.md | Adds a Claude Code integration note to the package README. |
| packages/build-tools/README.md | Adds a Claude Code integration note to the package README. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
kmagiera
left a comment
There was a problem hiding this comment.
Consider adding llms.txt to github. This is a common practice and is one of the main files the agent would read. I understand the docs changes are targeted at people reading this, but if you want agents to be able to handle the integration from the start, llms.txt is going to be the main entrypoint.
📝 Description
Wait for merge of software-mansion-labs/skills#21
🎯 Type of Change