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.
- Inspect project and dependency declarations for the
GenericChatbotproduct orhttps://github.com/Erikote04/ios-generic-chatbot.git. - Inspect relevant source targets for
import GenericChatbot. - Confirm the intended target links the product; an import in an unrelated target is insufficient.
- 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.
- 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.