Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions skills/nlpm/rules/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Good: `<example>\nContext: Developer refactoring auth module before PR\nuser: "C

**R19. `user-invocable: false` is mandatory.** Without it, the partial appears as a user command.

*Does not apply to:* standalone commands, including commands whose body is a single unconditional message. `user-invocable: false` is only required for fragments designed to be imported by other commands — not for executable commands that happen to be simple. A command that issues one unconditional instruction is a command, not a shared partial.

**R20. `description` must state purpose.** What the partial does, which commands use it.

---
Expand Down
Loading