architecture-reference

Document package dependency graph and build order for the Reactive Agents monorepo.

21|4|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/tylerjrbuell/reactive-agents-ts --skill architecture-reference-tylerjrbuell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architecture-reference
Source: https://github.com/tylerjrbuell/reactive-agents-ts/tree/main/.agents/skills/architecture-reference
Command: npx skills add https://github.com/tylerjrbuell/reactive-agents-ts --skill architecture-reference-tylerjrbuell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise, navigable architecture reference that clarifies package relationships, build ordering, kernel phases, and integration patterns across the Reactive Agents monorepo to reduce onboarding friction and prevent build mistakes.

Core Features & Use Cases

  • Package Dependency Graph: Visualizes which packages depend on core, llm-provider, and higher layers to plan safe changes and releases.
  • Build Order & Phases: Documents the phased build sequence so CI and local builds run in correct dependency order.
  • Kernel & Integration Patterns: Explains the kernel phase pipeline, extension points, and MCP/provider integration rules for contributors extending reasoning or tooling.
  • Use Case: Use when adding a new package, refactoring dependencies, debugging kernel behavior, or designing MCP integrations.

Quick Start

Read the architecture reference to identify the correct build phase for your package and verify its runtime dependencies before creating a change.

Frequently Asked Questions about architecture-reference

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

FAQPage Schema
How do I map package dependencies and build order in a monorepo?

To map package dependencies and build order in a monorepo, visualize the package dependency graph to identify core, llm-provider, and higher layers, ensuring CI and local builds run in the correct phased sequence.

What are the kernel phase pipelines and extension points for a monorepo architecture?

Kernel phase pipelines and extension points define the architecture's reasoning flow, allowing contributors to extend reasoning or tooling by integrating provider and MCP components according to specific integration rules.

How do I integrate MCP components with an llm-provider in a monorepo?

To integrate MCP components with an llm-provider, follow the documented integration patterns and provider streaming rules to safely connect tooling and reasoning layers within the monorepo architecture.

Does this architecture reference support planning safe refactoring for package dependencies?

Yes, the architecture reference supports planning safe refactoring by providing a navigable package dependency graph that clarifies which packages depend on core and higher layers to prevent build mistakes.

When do I need to verify the correct build phase before adding a new package?

You need to verify the correct build phase before adding a new package to ensure that CI and local builds execute in the correct dependency order, preventing runtime failures and onboarding friction.