ecosystem-grounding

Parse an ecosystem digest to identify repository layouts and contract mismatches.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/Sebdysart/omni-link-hustlexp --skill ecosystem-grounding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecosystem-grounding
Source: https://github.com/Sebdysart/omni-link-hustlexp/tree/main/skills/ecosystem-grounding
Command: npx skills add https://github.com/Sebdysart/omni-link-hustlexp --skill ecosystem-grounding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly orient yourself within a multi-repository project, ensuring you understand the current state of code, contracts, and potential issues before starting work.

Core Features & Use Cases

  • Ecosystem Overview: Provides a consolidated view of scanned repositories, their branches, and uncommitted changes.
  • Contract Status Monitoring: Details the health of API bridges, highlighting exact, compatible, and mismatched contracts.
  • Mismatch Identification: Explicitly lists breaking, warning, and informational contract mismatches with their locations.
  • Convention Awareness: Summarizes per-repo naming, file organization, and error handling patterns.
  • Use Case: Before starting a new feature, you can run this Skill to get a clear picture of the project's current health, identify any API contract issues that need immediate attention, and understand the established coding conventions.

Quick Start

Use the ecosystem-grounding skill to get a briefing on the current project state.

Frequently Asked Questions about ecosystem-grounding

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

FAQPage Schema
How do I check API contract mismatches across multiple repositories?

You can check API contract mismatches across multiple repositories by parsing an ecosystem digest to identify exact, compatible, and breaking contract statuses across backend, iOS, and shared-types. It explicitly lists mismatch locations and enforces acknowledgment of breaking issues before code generation proceeds.

What is an ecosystem digest and how does it help with multi-repo project state?

An ecosystem digest provides an overview of a multi-repo project state by detailing scanned repositories, branches, uncommitted changes, and contract health. It helps you quickly orient yourself by summarizing per-repo naming conventions, file organization, and error handling patterns before starting work.

How do I get an overview of repository layouts and coding conventions before starting a feature?

To get an overview of repository layouts and coding conventions before starting a feature, run an ecosystem grounding process that scans your project. This provides a consolidated view of branches, uncommitted changes, and per-repo naming, file organization, and error handling patterns.

Can I enforce acknowledgment of breaking contract mismatches before code generation?

Yes, you can enforce acknowledgment of breaking contract mismatches before code generation. The ecosystem grounding process explicitly identifies breaking, warning, and informational mismatches across your backend, iOS, and shared-types, requiring acknowledgment of breaking issues before proceeding with code generation.

Does ecosystem grounding work with iOS, backend, and shared-types repositories?

Yes, ecosystem grounding works with iOS, backend, and shared-types repositories by parsing their digest to identify repository layouts, contract statuses, and active mismatches. It provides a consolidated view of these scanned repositories, their branches, and any uncommitted changes.