| name | getting-started |
| description | Native framework setup and onboarding. Use when creating a new Native application, installing dependencies, configuring the environment, using the CLI, or explaining the basic Native development workflow.
|
Getting Started
This skill helps answer questions about installing, configuring, and starting
development with Native.
The documentation is the source of truth.
References
Introduction
Repository:
docs/getting_started/introduction.md
Documentation:
https://native.buridan.dev/docs/getting-started/introduction
Installation
Repository:
docs/getting_started/installation.md
Documentation:
https://native.buridan.dev/docs/getting-started/installation
CLI
Repository:
docs/getting_started/cli.md
Documentation:
https://native.buridan.dev/docs/getting-started/cli
Desktop
Repository:
docs/getting_started/desktop.md
Documentation:
https://native.buridan.dev/docs/getting-started/desktop
JavaScript Integration
Repository:
docs/getting_started/javascript.md
Documentation:
https://native.buridan.dev/docs/getting-started/javascript
Changelog
Repository:
docs/getting_started/changelog.md
Documentation:
https://native.buridan.dev/docs/getting-started/changelog
When To Use This Skill
Use this skill when the user asks about:
- Installing Native
- Creating a new Native project
- Setting up a development environment
- Running a Native application
- Using Native CLI commands
- Understanding the basic project structure
- Troubleshooting setup issues
Guidance
When helping with setup:
- Check the documented workflow first.
- Prefer official Native commands and patterns.
- Avoid suggesting undocumented configuration.
- Include the relevant documentation link when useful.
- Keep examples consistent with the current Native API.
Do Not Use This Skill For
Do not use this skill for:
- Building UI components
- Component APIs
- Application state
- Events
- Styling and theming
- Charts
- Internal architecture
Use the more specific skill instead.