Add mobile best practices skill documentation#941
Open
tungnk123 wants to merge 1 commit intogithub:mainfrom
Open
Add mobile best practices skill documentation#941tungnk123 wants to merge 1 commit intogithub:mainfrom
tungnk123 wants to merge 1 commit intogithub:mainfrom
Conversation
Contributor
|
It looks like you've incorrectly branched from the You can attempt to fix this with a rebase: If that does not resolve it, you can run |
cf0c879 to
aee23f3
Compare
Author
|
Hi @aaronpowell, thanks for the guidance! I've applied the rebase as suggested: git fetch upstream staged The PR now only includes skills/mobile-best-practices/SKILL.md — all the materialised plugins have been removed from the diff. Please let me know if anything else needs to be adjusted. |
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Adding a mobile-best-practices skill — a searchable database of 2,461
curated guidelines for Android, iOS, Flutter, and React Native.
Covers architecture patterns, security (OWASP Mobile Top 10), performance
rules, UI patterns, anti-patterns, and copy-paste code snippets. Uses BM25
ranking with fuzzy search across 16 CSV databases.
Useful for: code reviews, architecture decisions, security audits,
performance optimization, and library selection across all major mobile
platforms.
Source: https://github.com/tungnk123/mobile-best-practices
Type of Contribution
Additional Notes
The skill includes:
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.