docs(iblai-analytics): delegate REST reference to the iblai/api companion#139
Open
xyzeem wants to merge 1 commit into
Open
docs(iblai-analytics): delegate REST reference to the iblai/api companion#139xyzeem wants to merge 1 commit into
xyzeem wants to merge 1 commit into
Conversation
…nion
The vibe iblai-analytics skill previously carried a 150-line inline
REST reference — endpoint tables under /api/ai-analytics/* that
don't resolve against Data Manager, plus RBAC prose that leaked
internal Django class names. Remove the duplicate reference and
point at the companion /iblai-analytics skill in iblai/api as the
single source of truth.
The vibe skill returns to its actual job: wiring the SDK's
AnalyticsLayout and sub-page components into a Next.js app.
Installing the companion is one step (npx skills add iblai/api);
the frontmatter description now signals the pairing so the router
picks the right skill for the task. {dm_url}
(= https://api.iblai.app/dm) is named as the anchor in both files
so they read as one system.
Cursor and Codex adapters regenerated from the canonical SKILL.md.
null-crafter
approved these changes
Jul 2, 2026
null-crafter
reviewed
Jul 2, 2026
| Then `/iblai-analytics` covers auth, the schema-first workflow, the | ||
| analyst-shaped endpoint groupings (Overview / Costs / Users & engagement | ||
| / Topics & conversations / Transcripts / Sessions & ratings / Course / | ||
| Program / Pathway & skill / Per-learner / Time-on-platform), the async |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
iblai-analyticsvibe skill carried a 150-line inline REST reference — endpoint tables under/api/ai-analytics/*that don't resolve against Data Manager, plus RBAC prose that leaked internal Django class names. Rather than maintain a duplicate reference that's already regrounded iniblai/api, this PR removes the inline section and points at the companion skill as the single source of truth. The vibe skill returns to its actual job: wiring the SDK'sAnalyticsLayoutand sub-page components into a Next.js app.Installing the companion is one step (
npx skills add iblai/api), and the frontmatter description now signals the pairing so the router picks the right skill for the task.{dm_url}(=https://api.iblai.app/dm) is named as the anchor in both files so they read as one system. Cursor and Codex adapters are regenerated from the canonicalSKILL.md.