overview

Determine the appropriate Claude Code component type for a given use case.

1|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/racurry/neat-little-package --skill overview-racurry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: overview
Source: https://github.com/racurry/neat-little-package/tree/main/plugins/box-factory/skills/box-factory-architecture/building-blocks/overview.md
Command: npx skills add https://github.com/racurry/neat-little-package --skill overview-racurry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an overarching view of the Box Factory architecture and core patterns.

Core Features & Use Cases

  • Conceptual map: Isolation, delegation, progressive disclosure
  • Guidance for authors: How to structure future content

Quick Start

Example user request: Provide a top-level overview of how components interact in Box Factory.

Frequently Asked Questions about overview

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

FAQPage Schema
How do I determine the right component type for my Box Factory architecture?

Box Factory provides architectural guidance to select the appropriate component type based on your use case. The overview maps core patterns—isolation, delegation, and progressive disclosure—to help you decide between component types for scenarios like delegation, isolation, multi-component workflows, and cross-component references.

What are the core patterns in Box Factory component architecture?

Box Factory architecture centers on three core patterns: isolation (keeping components independent), delegation (return-based component interaction), and progressive disclosure (revealing complexity gradually). These patterns guide decisions about how components interact and share knowledge.

When should I use isolation versus delegation in component design?

Use isolation when components must remain independent and avoid tight coupling. Use delegation when components need to coordinate work through return-based patterns. The overview helps you evaluate which approach fits your workflow, whether multi-component or cross-component references are needed.

How do component types align with the isolation model in Box Factory?

Component type selection directly impacts isolation strength and knowledge boundaries. The overview ensures your chosen component type maintains proper isolation, supports return-based delegation, and enables knowledge delta filtering so components share only necessary information.

What should I consider when structuring multiple components together?

When building multi-component workflows, consider isolation boundaries, delegation patterns between components, and progressive disclosure of complexity. The architecture overview guides these structural decisions to ensure components interact cohesively without violating isolation constraints.