diff --git a/packages/rules/.ai-rules/skills/context-management/SKILL.md b/packages/rules/.ai-rules/skills/context-management/SKILL.md index 6f2f81b..4f956c5 100644 --- a/packages/rules/.ai-rules/skills/context-management/SKILL.md +++ b/packages/rules/.ai-rules/skills/context-management/SKILL.md @@ -1,6 +1,7 @@ --- name: context-management description: Use when working on long tasks that span multiple sessions, when context compaction is a concern, or when decisions from PLAN mode need to persist through ACT and EVAL modes. +user-invocable: false --- # Context Management diff --git a/packages/rules/.ai-rules/skills/widget-slot-architecture/SKILL.md b/packages/rules/.ai-rules/skills/widget-slot-architecture/SKILL.md index 85510c7..3f1984a 100644 --- a/packages/rules/.ai-rules/skills/widget-slot-architecture/SKILL.md +++ b/packages/rules/.ai-rules/skills/widget-slot-architecture/SKILL.md @@ -1,6 +1,7 @@ --- name: widget-slot-architecture description: Architecture guide using Next.js App Router's Parallel Routes for Widget-Slot pattern. Separates static layouts from dynamic widgets to achieve separation of concerns, fault isolation, and plug-and-play development. +user-invocable: false --- # Widget-Slot Architecture (WSA)