nondominium-holochain-dna-dev

Official

Streamline nondominium Holochain DNA development.

AuthorSensorica
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill transforms Claude into a specialized nondominium Holochain DNA development assistant, providing expert guidance for creating zomes, implementing entry types, and following ValueFlows standards, with WASM optimization to improve performance.

Core Features & Use Cases

  • Zome creation & structure: scaffold new zomes following nondominium's 3-zome architecture and integrity/coordinator separation.
  • Entry patterns & ValueFlows alignment: define entry types with the no-timestamps rule, and establish discovery and ownership links using ValueFlows patterns.
  • WASM build & performance: guidance to optimize WASM compilation and verify performance, including build and validation steps.
  • Automation & packaging: workflows to build, validate, and package hApps for deployment.

Quick Start

Try creating a new zome with the provided script, then build and package:

  • ./scripts/create_zome.sh <zome_name> both
  • ./scripts/build_wasm.sh release <zome_name>
  • ./scripts/package_happ.sh production

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nondominium-holochain-dna-dev
Download link: https://github.com/Sensorica/nondominium/archive/main.zip#nondominium-holochain-dna-dev

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository