scbe-codebase-orienter

Identify codebase lanes and entrypoints within the SCBE-AETHERMOORE monorepo.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-codebase-orienter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-codebase-orienter
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/skills/scbe-codebase-orienter
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-codebase-orienter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers quickly orient inside the SCBE-AETHERMOORE monorepo, separating active code lanes from supporting materials and routing work to correct entrypoints.

Core Features & Use Cases

  • Identify active lanes (Core Library, Python Service, Operator Script, Webtoon tooling) and top entrypoints for a given task.
  • Provide quick-start guidance to navigate to the correct code paths (src/, api/, scripts/, artifacts/, docs).
  • Offer a clear separation between code, docs, and artifacts to reduce cognitive load in large repos.

Quick Start

Ask me to orient you inside the SCBE-AETHERMOORE repo by stating your goal, and I will point you to the appropriate lanes and entrypoints.

Frequently Asked Questions about scbe-codebase-orienter

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

FAQPage Schema
How do I find the correct entrypoints in a monorepo for a specific feature?

To find correct entrypoints in a monorepo, identify the active code lanes and match them to exact file paths like src/index.ts or api/main.py for targeted development.

What is the best way to navigate the SCBE-AETHERMOORE codebase for webtoon tooling?

The best way to navigate the SCBE-AETHERMOORE codebase for webtoon tooling is to identify the Webtoon tooling lane and route your work to the supporting scripts directory.

How do I distinguish between code and artifacts in a large repository?

Distinguishing between code and artifacts in a large repository requires separating active code lanes in src/ and api/ from supporting materials in artifacts/ and docs/.

Where should I start when working on the governance API in a monorepo?

When working on the governance API in a monorepo, you should start by routing your development tasks to the Python Service lane and the api/main.py entrypoint.

Does repo orientation help separate active code from supporting documentation?

Repo orientation does help separate active code from supporting documentation by enforcing clear distinctions between code, docs, and artifacts to reduce cognitive load.