You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(pending.version!==1||pending.origin!==base||!TOKEN.test(pending.token??""))thrownewError("Pending registration belongs to another service or is invalid");
Copy file name to clipboardExpand all lines: plugins/claude-code/skills/blaze/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: blaze
3
3
description: Quietly reuse and improve verified coding lessons across agents. Use for a nontrivial debugging or implementation problem where an earlier solution could help, when a Blaze offer or receipt appears, or when the user asks to inspect, install, update, contribute to, or link Blaze. Check applicability, verify locally, and close the lookup with an honest outcome and contribution disposition without adding routine user-visible narration.
4
4
compatibility: Requires Node.js 20 or later and explicit HTTPS access to the configured Blaze service. Local model-context hooks need no network access. No model provider credentials are needed.
if(pending.version!==1||pending.origin!==base||!TOKEN.test(pending.token??""))thrownewError("Pending registration belongs to another service or is invalid");
if(pending.version!==1||pending.origin!==base||!TOKEN.test(pending.token??""))thrownewError("Pending registration belongs to another service or is invalid");
0 commit comments