# Use Nosmai docs with AI in iOS

> Select an app platform, then open its public Markdown docs in ChatGPT or Claude, or download a reusable AI-agent skill.

> For AI agents: the complete documentation index is at https://nosmai.com/llms/effects.txt

Product: Nosmai Effects
Platform: iOS
Group: get-started
Source: https://nosmai.com/docs/effects/ai-coding-agents/


Selected platform resources:
- Installation: https://nosmai.com/docs/effects/installation/ios.md
- Quickstart: https://nosmai.com/docs/effects/quickstart/ios.md
- API reference: https://nosmai.com/docs/effects/reference/api/ios.md


## 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:

1. Select the platform used by the app.
2. Choose ChatGPT or Claude.
3. The selected website opens in a new browser tab.
4. The request includes a public Nosmai URL ending in `.md` for 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:

1. Confirm the external website received the `.md` URL for the selected
   platform.
2. Confirm the response uses only that platform's APIs.
3. Ask a developer to review generated code before adding it to the app.
4. 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 |

## Next steps

- [Learn what Nosmai Effects does](/docs/effects/introduction/)
- [Check platform support](/docs/effects/platform-support/)
- [Browse examples](/docs/effects/samples/)
- [Troubleshoot a problem](/docs/effects/troubleshooting/)

## References

- [Nosmai Effects documentation](/docs/effects/introduction/)
- [Effects text index](https://nosmai.com/llms/effects.txt)
- [Contact Nosmai](/contact/)
