arch-context-collect

Save pre-setup answers to a standardized .hyar/ARCH_CONTEXT.md file.

2|Updated May 20, 2026
One-click install
npx skills add https://github.com/Yemomo511/hybrid-agent-rail --skill arch-context-collect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arch-context-collect
Source: https://github.com/Yemomo511/hybrid-agent-rail/tree/main/example/.codex/skills/arch-context-collect
Command: npx skills add https://github.com/Yemomo511/hybrid-agent-rail --skill arch-context-collect

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about arch-context-collect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I avoid answering repeated setup questions when using multiple development Skills for hybrid app projects?

To avoid repeated setup questions in hybrid app projects, use a centralized context collection mechanism that saves architecture and environment parameters to a standardized file. This enables cross-Skill context reuse by allowing subsequent development tools to read existing confirmed answers instead of querying the user again.

What is architecture context collection and how does it work for cross-platform development?

Architecture context collection is the process of centralizing confirmed project parameters like target platforms, framework versions, and package managers into a standardized markdown file. It works by having development Skills read this file before executing pre-setup queries, automatically reusing existing answers to eliminate redundant user input across cross-platform workflows.

Does context collection work with React Native hybrid app workflows and multiple framework versions?

Context collection works with React Native hybrid app workflows by storing framework versions, target platforms, and package manager preferences in a centralized configuration file. Any subsequent development Skill automatically retrieves these confirmed parameters, ensuring consistent environment setup across the entire cross-platform project lifecycle.

How to manage project setup context across multiple development tools without repeating configuration steps?

Manage project setup context by persisting user responses to environment configuration and UI strategy questions in a dedicated architecture context file. This file acts as a single source of truth, allowing multiple development tools to share and reuse confirmed package manager and test scope settings without repeating configuration steps.

Can I update outdated environment configuration answers after they have been saved to the project context file?

You can update outdated environment configuration answers by providing new responses during subsequent Skill interactions. The context collection mechanism intelligently merges semantically identical questions and overwrites outdated answers with new user responses, tracking which Skills rely on each entry to maintain accuracy across the project.

What are the limitations of using a centralized markdown file for architecture context deduplication in hybrid apps?

A limitation of using a centralized markdown file for architecture context deduplication is that it requires all participating development Skills to actively read and write to the specific configuration file path. If a Skill does not support this context reuse mechanism, it will continue to ask redundant setup questions independently.