Hrevn sign on complete
Skill miguel-herrero-systems/hrevn-surface-anthropic/.claude/skills/hrevn-sign-on-complete
HREVN for Claude Code: verifiable workflow state via MCP, skills, and a local runner.From the repository description
npx -y skills add miguel-herrero-systems/hrevn-surface-anthropic --skill hrevn-sign-on-completeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 307 tokens by cl100k_base, as published. Nobody here has run it
hrevn-sign-on-complete
Wraps a consequential action so HREVN can run baseline before execution and emit an AER/receipt after execution. Use this when the action itself needs structured traceability.
When to use
- When an action should leave a tamper-evident trail
- When you want baseline + action execution + receipt/AER path
- For critical operations in agents and workflows
When not to use
- Trivial helper functions with no real consequence
- Situations where you only need a pre-flight assessment and no action receipt
Combination with other HREVN skills
- Recommended order:
hrevn-baseline-check→hrevn-sign-on-complete→hrevn-verify-bundle - If baseline has already been assessed and the action is ready, use this after
hrevn-baseline-check - Do not use this instead of
hrevn-baseline-checkwhen you explicitly need missing blocks / remedy analysis before acting hrevn-verify-bundlecomes after this, not before
Expected output
A post-action HREVN receipt path:
- baseline artifact
- receipt/AER artifact
- manifest/log path where applicable
Runtime bridge
Use the managed runtime through the local runner:
- baseline-check first
- consequential action second
- generate-bundle after execution when an artifact is required
Current live backend:
https://api.hrevn.com
What ships with it: 1 file
186 B alongside SKILL.md
- schema.json186 B