Skip to main content

pstack-schema-validate

Validate pstack snapshots, verification receipts, durable handoffs, or Markdown plans against the plugin's versioned contracts. Use for "validate this pstack artifact", checking pstack JSON, or verifying a pstack plan profile. Not for general JSON schema validation.

跳到安装

来源信息

仓库
scaryrawr/scarypilot
最近来源活动
2026年8月28日 21:08
检测到的 SKILL.md 语言
英语
星标
3
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
pstack-schema-validate
description
Validate pstack snapshots, verification receipts, durable handoffs, or Markdown plans against the plugin's versioned contracts. Use for "validate this pstack artifact", checking pstack JSON, or verifying a pstack plan profile. Not for general JSON schema validation.
# Validate pstack contracts Run the bundled validator rather than inspecting pstack artifacts by eye. ## Commands Resolve `scripts/validate.mjs` relative to this skill directory. ```sh node scripts/validate.mjs snapshot <snapshot.json> node scripts/validate.mjs receipt <receipt.json> node scripts/validate.mjs handoff <handoff.json> node scripts/validate.mjs plan <plan.md> [basic|verified-stack] ``` The command exits `0` on success, `1` for contract violations, and `2` for invalid invocation or unreadable input. Report every finding with its path or line number. Do not reinterpret a failed contract as a warning.
在 GitHub 查看