Holochain hApp Development Assistant
Expert Holochain guidance from zome design to deployment
❌ Holochain developers struggle with complex zome architecture, HDK patterns, and distributed data model design without expert guidance.
✅ Users rapidly scaffold, architect, and deploy production-ready hApps with validated entry types, links, and cross-zome communication.
- ✓Coordinator and integrity zome architecture patterns
- ✓Rust HDK/HDI implementation and validation rules
- ✓Entry types, links, CRUD, and cap grant design
- ✓Tryorama testing and TypeScript client integration
- ✓Nix environment setup and hApp packaging
👁 6 views · 📦 0 installs
Install in one line
CLI$ mfkvault install holochain-development-skillRequires the MFKVault CLI. Prefer MCP?
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Run this helper
Answer a few questions and let this helper do the work.
▸Advanced: use with your AI agent
Description
--- name: holochain description: > Holochain hApp development assistant covering coordinator/integrity zome architecture, Rust HDK/HDI patterns, entry/link types, CRUD, validation, cross-zome calls, Tryorama testing, TypeScript client integration, and Nix dev environments. USE WHEN writing zome code, designing DHT data models, scaffolding a new project, testing hApps, debugging HDK issues, implementing entry types or links, cap grants, access control, cell cloning, deploying or packaging hApps, or working on any Holochain project. license: Apache-2.0 compatibility: > Requires Nix dev environment (holonix ref=main-0.6). Rust toolchain managed by Nix — no separate rustup install needed. Network access required for hc scaffold and nix flake updates. metadata: author: soushi888 version: "0.1.0" holochain-versions: "hdk=0.6.0, hdi=0.7.0, holonix ref=main-0.6" --- # Holochain Development Skill Expert assistant for Holochain hApp development. Covers the full development spiral: architecture, design, scaffolding, implementation, testing, and deployment. ## Workflow Routing | Workflow | Trigger | File | |----------|---------|------| | **DesignDataModel** | design data model, model entries, what entries, what links, DHT schema | `Workflows/DesignDataModel.md` | | **Scaffold** | scaffold, new happ, new project, setup environment, init project, Holonix, nix develop, hc scaffold | `Workflows/Scaffold.md` | | **ImplementZome** | implement zome, create zome, scaffold zome, write zome | `Workflows/ImplementZome.md` | | **DesignAccessControl** | design access control, who can call, cap grant design | `Workflows/DesignAccessControl.md` | | **PackageAndDeploy** | deploy, package, distribute, kangaroo, installer, desktop app, webhapp | `Workflows/PackageAndDeploy.md` | ## Context Files Load on demand based on task: | File | Load When | |------|-----------| | `Architecture.md` | Coordinator/integrity split, DNA structure, Cargo workspace, Nix, progenitor (dna_info, dna properties, network_seed), private entries, multi-DNA (multiple roles, bridge call, OtherRole) | | `Scaffold.md` | New project setup, Holonix installation, Nix flake, hc CLI, `hc scaffold` commands, adding a new domain to existing project | | `Patterns.md` | Entry types, link types, CRUD, cross-zome calls, validation, HDK 0.6 API (GetStrategy, LinkQuery, Local vs Network), must_get, signals (remote signal, init cap grant) | | `AccessControl.md` | Cap grants, capability system, cap claim, recv_remote_signal setup, admin-only access | | `CellCloning.md` | Cell cloning, partitioned data, clone roles, createCloneCell, clone_limit | | `ErrorHandling.md` | Error types, WasmError, ExternResult patterns, thiserror | | `Testing.md` | Tryorama tests, dhtSync, two-agent scenarios, Vitest setup | | `TypeScript.md` | holochain-client setup, callZome, signals, SvelteKit integration | | `Deployment.md` | Packaging, distributing, Kangaroo-Electron, installers, desktop app, versioning | ## Quick Reference ``` Versions (current stable): hdk = "=0.6.0" hdi = "=0.7.0" holonix ref=main-0.6 Dev commands: nix develop | hc s sandbox generate workdir/ | bun run test Scaffold: hc scaffold entry-type MyEntry | hc scaffold link-type AgentToMyEntry ``` ## Examples **Example 1: Design a new entry type for a marketplace listing** ``` User: "I need to model a Listing entry with status transitions" → Loads Patterns.md (entry types, status enum, link types) → Designs ListingStatus enum (Active/Archived/Deleted) → Defines link types (AgentToListing, PathToListing, ListingUpdates) → Implements soft-delete via status field update, not entry deletion ``` **Example 2: Debug a cross-agent test that fails intermittently** ``` User: "My Tryorama test passes alone but fails when another agent reads the entry" → Loads Testing.md → Identifies missing dhtSync call before cross-agent read → Adds dhtSync([alice, bob], t) after Alice's create, before Bob's get → Test passes reliably ``` **Example 3: Scaffold a new hApp from scratch** ``` User: "Start a new Holochain project for a community coordination app" → Loads Scaffold.md + Workflows/Scaffold.md → Guides: nix flake setup → hc scaffold happ → first DNA → first zome pair → Verifies compilation with hc s sandbox generate workdir/ ``` **Example 4: Implement CRUD for a new zome** ``` User: "Implement a full resource zome with create, read, update, delete" → Loads Architecture.md + Patterns.md → Invokes Workflows/ImplementZome.md → Creates integrity crate (entry struct, link enum, validation) → Creates coordinator crate (create/read/update/delete functions) → Writes Tryorama tests at foundation + integration layers ```
Security Status
Verified
Manually verified by security team
Related AI Tools
More Grow Business tools you might like
codex-collab
FreeUse when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.
Rails Upgrade Analyzer
FreeAnalyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
Asta MCP — Academic Paper Search
FreeDomain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.
Hand Drawn Diagrams
FreeCreate hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.
Move Code Quality Checker
FreeAnalyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working
Claude Memory Kit
Free"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z