·review-script-template
</>

review-script-template

This skill should be used when the user asks to "review a script template", "audit a template", "check template implementation", "validate ts-templates code", or mentions reviewing BitCom templates like AIP, MAP, SIGMA, BAP. Validates ScriptTemplate implementations against best practices.

9Installs·1Trend·@b-open-io

Installation

$npx skills add https://github.com/b-open-io/bsv-skills --skill review-script-template

How to Install review-script-template

Quickly install review-script-template AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/b-open-io/bsv-skills --skill review-script-template
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: b-open-io/bsv-skills.

SKILL.md

View raw

Review and validate script template implementations in ts-templates for correctness and best practices.

| decode() | Static. Parse from BitComDecoded | Return array of instances | | lock() | Generate LockingScript | Use BitCom for OPRETURN protocols | | unlock() | Generate UnlockingScript | Throw if not applicable | | verify() | Check signature validity | Return boolean |

Verify correct Utils functions: | Operation | Correct | Incorrect |

This skill should be used when the user asks to "review a script template", "audit a template", "check template implementation", "validate ts-templates code", or mentions reviewing BitCom templates like AIP, MAP, SIGMA, BAP. Validates ScriptTemplate implementations against best practices. Source: b-open-io/bsv-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/b-open-io/bsv-skills --skill review-script-template
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from b-open-io/bsv-skills

Quick answers

What is review-script-template?

This skill should be used when the user asks to "review a script template", "audit a template", "check template implementation", "validate ts-templates code", or mentions reviewing BitCom templates like AIP, MAP, SIGMA, BAP. Validates ScriptTemplate implementations against best practices. Source: b-open-io/bsv-skills.

How do I install review-script-template?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/b-open-io/bsv-skills --skill review-script-template Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/b-open-io/bsv-skills