Official Skills for rnmapbox #4149
armanhadifatah
started this conversation in
Ideas
Replies: 1 comment
-
|
Check https://github.com/ARPAHLS/skillware framework and feel free to add mapbox skills to it for the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋,
I’d like to suggest adding AI assistant skill support for this project — similar to what Mapbox has released for its own SDKs — so that tools like Anthropic Claude Code, OpenAI Codex / GitHub Copilot, and other AI coding assistants can better understand and generate code for @rnmapbox/maps.
Why this would be valuable
Many developers now use AI coding assistants to help write and debug code. Skills (instruction packs for AI assistants) help AIs generate more accurate, context-aware code and learn project-specific best practices. For example:
Teach the model how to correctly install, configure, and import Mapbox components
Share common patterns (like clustering markers, camera control, offline maps)
Encode project conventions, API usage, and recommended patterns
Reduce errors and make AI suggestions safer and more helpful
This is similar to Mapbox Agent Skills for other SDKs where AI assistants get better at helping developers build Mapbox integrations.
What to include
If possible, add:
Skill definitions and examples (with clear guided usage) for tools such as Claude Code or Codex
Files like AGENTS.md or a directory (agents/, ai-skills/) that teach AI how to use this library
Examples showing common patterns and advanced features
Automatic test cases (if relevant) so skills suggestions can reference valid code patterns
Beta Was this translation helpful? Give feedback.
All reactions