geb-protocol

Apply GEB protocol markers to enable AI self-location within projects.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/MMorit00/fund-portfolio-bot --skill geb-protocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: geb-protocol
Source: https://github.com/MMorit00/fund-portfolio-bot/tree/main/.claude/skills/geb-protocol
Command: npx skills add https://github.com/MMorit00/fund-portfolio-bot --skill geb-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The GEB protocol provides a fractal, self-describing set of markers (Root/Folder/File) to let AI determine its position inside any project, enabling automated context collection and navigation without requiring global memory.

Core Features & Use Cases

  • Fractal hierarchy: Root, Folder, and File metadata guide AI positioning and responsibilities.
  • Auto-triggered scaffolding: Creating a Folder prompts generation of _dir.md with Input/Output/Pos templates.
  • Self-healing workflow: Structure changes trigger updates to I/O/Pos, _dir.md, and architecture references to maintain consistency.

Quick Start

Apply the GEB protocol to a new project to enable AI self-location and automatic self-healing.

Frequently Asked Questions about geb-protocol

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

FAQPage Schema
How do I help AI locate itself within a project structure without using global memory?▼

AI self-location is achieved by applying a fractal, self-describing routing system with Root, Folder, and File metadata markers. This enables automated context collection and navigation without relying on global memory.

How do I automate architecture documentation updates when my folder structure changes?▼

You can automate architecture documentation updates by using a self-healing workflow that triggers updates to I/O, Pos, _dir.md, and architecture references whenever structural changes occur in the project.

What is fractal design for software architecture routing?▼

Fractal design for software architecture routing uses hierarchical metadata across roots, folders, and files to guide AI positioning and responsibilities, ensuring consistent context generation throughout the project.

Do I need explicit SKILL.md frontmatter to enable AI self-location?▼

Yes, the GEB protocol enforces explicit SKILL.md frontmatter along with _dir.md templates to establish the hierarchical markers required for AI to determine its position inside a project.

How do I generate folder context templates automatically when creating a new directory?▼

Creating a folder prompts the automatic generation of a _dir.md file containing Input, Output, and Pos templates, which provides the necessary context for AI navigation and responsibilities.

What is the best way to maintain context consistency for AI across a hierarchical project?▼

The best way to maintain context consistency is through a fractal self-describing marker system that auto-triggers scaffolding and self-healing updates to metadata whenever the project structure changes.