Prerequisites
- Know whether your app uses iOS, Android, Flutter, React Native, or Web.
- Have access to ChatGPT or Claude in your browser.
- Keep licence keys and other private project information out of external tools.
If you do not know the app type, ask the person or team that created the app.
How it works
This page does not contain an AI assistant. It only connects public Nosmai documentation to an external service:
- Select the platform used by the app.
- Choose ChatGPT or Claude.
- The selected website opens in a new browser tab.
- The request includes a public Nosmai URL ending in
.mdfor the selected platform.
For example, selecting iOS uses:
https://nosmai.com/docs/effects/ai-coding-agents/ios.md
The Markdown page identifies the selected platform and links to its official installation, quickstart, and API reference pages.
Download a skill
Select a platform and choose Download Skill. The ZIP contains one platform-specific skill folder with a SKILL.md file.
Extract the ZIP, then add the folder to an AI coding agent that supports SKILL.md skills. Installation locations and import steps depend on the agent, so follow that agent's skill-installation instructions.
The skill contains public documentation links and working rules. It does not contain a licence key, customer data, SDK binaries, or private implementation details.
Verify
Before using AI-generated code in an app:
- Confirm the external website received the
.mdURL for the selected platform. - Confirm the response uses only that platform's APIs.
- Ask a developer to review generated code before adding it to the app.
- Keep the real licence key in private app configuration.
Common errors
| Problem | What to do |
|---|---|
| The answer uses the wrong app type | Return to this page, select the correct platform, and reopen the service |
| The answer mixes several platforms | Start a new conversation using the selected platform Markdown URL |
| The assistant asks for a real licence key | Do not share the key; use a placeholder such as NOSMAI-YOUR-KEY |
| Generated code does not build | Ask a developer to review the response and compare it with the linked docs |
| The downloaded skill is not detected | Extract the ZIP and install the complete skill folder using the AI agent's documented skill location |