architecture-navigation

Community

Resolve code placement and enforce layer boundaries

Authorandymai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates guesswork and CI failures caused by incorrectly placing new code or violating brepjs's strict four-layer import boundary rules, which require imports to flow only downward or sideways through the codebase.

Core Features & Use Cases

  • Layer Placement Decision Tree: Provides a step-by-step ordered list to classify new code (kernel calls, utilities, types, operations, high-level sugar) into the correct brepjs layer (0 to 3) based on its dependencies.
  • Boundary Violation Fixes: Includes a troubleshooting table for common import boundary and kernel abstraction errors, with concrete steps to resolve each issue.
  • Use Case: When adding a new 2D shape operation to brepjs, use this Skill to place it in the correct Layer 2 module, follow the API ladder pattern, and ensure it passes all CI boundary checks.

Quick Start

Ask the architecture-navigation skill to determine the correct layer and module for a new function you are adding to the brepjs codebase.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: architecture-navigation
Download link: https://github.com/andymai/brepjs/archive/main.zip#architecture-navigation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.