From il
Read/write conventions for IL's `ai-context` knowledgebase. Invoke before gathering context for IL-system work, or when creating or updating a KB document.
How this skill is triggered — by the user, by Claude, or both
Slash command
/il:ai-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
IL's per-system knowledgebase, via the `ai-context` MCP server.
IL's per-system knowledgebase, via the ai-context MCP server.
Before substantive work on a specific IL system — /generate-architecture, /generate-code, /review-code, /repo-docgen, any audit-* — pull context first:
list_systems if you don't know which system the task belongs to.search_context with your query, optionally scoped by systemId.Skip for generic/local tasks with no IL-system context.
Save when something surfaces a future session would otherwise re-learn: a corrected assumption, a named convention/mapping, a non-obvious gotcha or prior decision, or a /repo-docgen architecture doc.
systemId — see reference/systemid.md.create/update/delete opens a PR).npx claudepluginhub imaginelearning/dp-claude-plugin --plugin ilGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.