Map of the ibl.ai open-source ecosystem — the five-repo family and the shared @iblai tooling, all built on the api.iblai.app backend. This repo (iblai/api) is the headless management layer; iblai/vibe is the build layer for new apps; iblai/os and iblai/lms are complete forkable sample apps; iblai/iblai-infra-cli self-hosts the backend. Read this to orient: which repo to reach for when operating vs. building vs. forking vs. deploying, plus the vibe/app-cli quickstart for scaffolding a new app. Not a REST skill — no endpoints.
$npx -y skills add iblai/api --skill iblai-api-ecosystemInstalls into the current project.
Run `npx skills use "https://github.com/iblai/api" --skill "iblai/api/iblai-api-ecosystem"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/iblai/api" that are relevant to the current task. Run `npx skills add "https://github.com/iblai/api"` and select the relevant skills, then follow their instructions.