ios-chatbot-skill

Installation
SKILL.md

iOS GenericChatbot Integration

Integrate GenericChatbot at the host application's existing composition, navigation, state-management, and data boundaries. Preserve the app's architecture and conventions.

Required workflow

1. Complete the dependency gate first

Perform this step before architecture analysis or implementation.

  1. Inspect project and dependency declarations for the GenericChatbot product or https://github.com/Erikote04/ios-generic-chatbot.git.
  2. Inspect relevant source targets for import GenericChatbot.
  3. Confirm the intended target links the product; an import in an unrelated target is insufficient.
  4. If the dependency is missing, add it through the project's existing source of truth before writing feature code. Preserve the current dependency-management style and version policy. See dependency-installation.md.
  5. Resolve dependencies and confirm the product is visible to the intended target.

The library requires iOS 26, Xcode 26, and Swift 6.2. If the target is below iOS 26, do not raise its deployment target without explicit approval. Explain the incompatibility and request direction.

2. Discover the integration boundaries

Installs
1
First Seen
8 days ago
ios-chatbot-skill — erikote04/ios-generic-chatbot