What problem does it solve?
This Skill solves the problem of repeatedly answering the same architecture, environment, and setup questions when using multiple development Skills for hybrid cross-platform app projects, eliminating redundant user input and ensuring consistent context across all tools.
Core Features & Use Cases
- Centralized Context Persistence: Automatically saves user answers to pre-setup questions (including target platforms, framework versions, package managers, test scopes, and UI strategies) to a standardized .hyar/ARCH_CONTEXT.md file in the project root.
- Cross-Skill Context Reuse: All other Skills read this file before asking pre-setup questions, reusing existing confirmed answers instead of repeating queries to the user.
- Intelligent Deduplication & Updates: Merges semantically identical questions, overwrites outdated answers with new user responses, and tracks which Skills rely on each context entry to keep information accurate.
- Use Case: When setting up a React Native hybrid app, you answer questions about your target platforms and preferred package manager once. All subsequent Skills (like framework compatibility checks or app scaffolding tools) will automatically pull this information without asking you again.
Quick Start
Answer any pre-setup question from a development Skill, and the arch-context-collect Skill will automatically save your response to the project's .hyar/ARCH_CONTEXT.md file for reuse by other Skills.