Add mobile best practices skill documentation#941
Add mobile best practices skill documentation#941tungnk123 wants to merge 1 commit intogithub:mainfrom
Conversation
|
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
|
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. |
|
The PR should target The README needs to be updated with the change to the . Run |
f216cc8 to
58f16ba
Compare
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.