Holochain Agent Skills banner
Soushi888 Soushi888

Holochain Agent Skills

Development community

Description

Agent skills for Holochain hApp development on Holochain 0.7. Agent Skills Open Standard, works in Claude Code, opencode, Copilot, Cursor and Gemini CLI. Install with: bunx holochain-agent-skills install

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Holochain Agent Skill

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Soushi888/holochain-agent-skill)

A comprehensive [Agent Skills Open Standard](https://agentskills.io) skill for Holochain hApp development, compatible with Claude Code, GitHub Copilot, Cursor, Augment, and any other tool supporting the standard. Covers the full development spiral from architecture and design through scaffolding, implementation, testing, and deployment.

What It Covers

Domain Description
Architecture Coordinator/integrity zome split, DNA structure, Cargo workspace, Nix dev environment, progenitor pattern, multi-DNA, private entries
Design DHT data modeling, entry/link type design, discovery strategy, validation rules
Scaffold Holonix setup, Nix flake, hc CLI, hc scaffold commands, new project and new domain workflows
Implement Entry types, link types, CRUD patterns, cross-zome calls, signals, validation, HDK 0.6 API
Test Sweettest two-agent scenarios, await_consistency, update/delete patterns, inline zomes, test organization (Tryorama deprecated)
Deploy Kangaroo-Electron packaging, .webhapp bundling, CI/CD, versioning semantics, auto-update

**Current version pins:** `hdk = "=0.6.1"` | `hdi = "=0.7.1"` | `holonix ref=main-0.6`

Installation

This skill conforms to the [Agent Skills Open Standard](https://agentskills.io). The universal install path `.claude/skills/holochain/` is recognized by all compatible tools.

Compatible Tools

Tool Supported Invocation
Claude Code /holochain
GitHub Copilot via agent skills
Cursor via agent skills
Augment Code via agent skills
OpenAI Codex CLI via agent skills

Claude C