Skip to content

Docs: add Expo integration and purchase/subscription guidance#418

Open
JorgeArmandoMT wants to merge 2 commits intoqonversion:developfrom
JorgeArmandoMT:DOCS-AGENT-SKILL
Open

Docs: add Expo integration and purchase/subscription guidance#418
JorgeArmandoMT wants to merge 2 commits intoqonversion:developfrom
JorgeArmandoMT:DOCS-AGENT-SKILL

Conversation

@JorgeArmandoMT
Copy link

@JorgeArmandoMT JorgeArmandoMT commented Feb 23, 2026

Summary

This PR introduces an official AI Skill for Qonversion React Native integration.

Rather than adding standalone documentation updates, this change formalizes integration knowledge into a structured, agent-friendly skill that can be used by AI assistants and developer tooling.

The goal is to reduce integration friction, prevent common mistakes, and enable reliable AI-assisted implementation of Qonversion subscription flows in React Native and Expo environments.


What This PR Adds

A new structured skill under:

skills/qonversion-react-native/

Including:

  • SKILL.md — structured integration workflow
  • agents/openai.yaml — AI interface definition
  • references/react-native-expo.md — consolidated integration reference

Why This Is Needed

AI-assisted development is increasingly common. Developers rely on agents (Copilot, ChatGPT, Cursor, Claude, etc.) to:

  • Install SDKs
  • Generate initialization code
  • Implement purchase flows
  • Handle identity lifecycle
  • Validate entitlement logic

Without structured guidance, agents often generate incomplete or version-mismatched implementations.

This skill:

  • Encodes integration best practices
  • Standardizes Expo vs bare React Native handling
  • Clarifies identity mapping (identify / logout)
  • Documents purchase / restore / entitlement flows
  • Highlights migration-sensitive API areas
  • Encourages centralized service-layer usage

Instead of static documentation, this creates a reusable integration framework for AI systems.


Design Principles

  • No changes to SDK behavior
  • No runtime impact
  • Documentation remains the source of truth
  • Skill references official docs
  • Version-awareness explicitly included
  • Expo constraints clearly documented

Strategic Value

  • Positions Qonversion React Native SDK as AI-ready
  • Reduces support load from integration errors
  • Improves onboarding experience
  • Creates a foundation for future MCP tooling
  • Aligns with modern AI-assisted developer workflows

Validation

  • Verified API names against current React Native SDK documentation
  • Cross-checked migration-sensitive areas
  • Confirmed purchase, restore, and entitlement flows are covered
  • Ensured Expo prebuild/dev-client constraints are explicit

This change does not modify SDK functionality.
It introduces structured integration knowledge to improve developer experience and AI-assisted implementation reliability.

@JorgeArmandoMT JorgeArmandoMT changed the title docs: add Expo integration and purchase/subscription guidance Docs: add Expo integration and purchase/subscription guidance Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant