Skip to main content
[ ARKIV ]HUB

Skills

Installable Agent Skills that load Arkiv know-how into your AI coding agent — Claude Code, Cursor, Codex. Each one is distilled from 124 real hackathon submissions and verified against the current SDK, so your agent ships the pattern instead of rediscovering the pitfall.

9skills
70patterns
124submissions mined
5events
Update radarChecking npm + GitHub + network…
Suggested order

Start every build with data-modeling → expiration-design → query-patterns → write-safety. Then add your lane: privacy (anything user-sensitive), crosschain (contracts on another chain), agent-state (AI agents), realtime (live UX), and app-architecture before you deploy.

Unchecked

Entity Schema Design

arkiv-data-modeling · v1.1.0 · 341 lines

Design the entity schema before code: types, attributes vs payload, relationships, namespaces — from 124 real builds.

entity-type designattributes vs payloadrelationship modelingproject namespacingstatus state machinesnumeric attribute discipline
14 patterns · evidence: Hostr, Ark-Agent, Fhedin
View skill SKILL.md
Unchecked

Expiration Design

arkiv-expiration-design · v1.1.0 · 371 lines

Design entity lifetime as schema — self-revoking grants, heartbeats, countdowns, and expiry as a feature.

expiration matrixexpiry-as-enforcementheartbeat extendsparent/child alignmentwall-clock countdownshonest permanence framing
14 patterns · evidence: Saregama.ai, SealVault, Poof
View skill SKILL.md
Unchecked

Query Patterns

arkiv-query-patterns · v1.1.0 · 389 lines

Query Arkiv like the database it is — index at write time, paginate right, sort in JS, zero footguns.

query builder & predicatesraw query stringscursor paginationnumeric index designDIY full-text & geo searchcounting & uniqueness
8 patterns · evidence: Fhedin, Mnemos, MeshOWN
View skill SKILL.md
Unchecked

Write Safety

arkiv-write-safety · v1.1.0 · 286 lines

Create, update, delete, extend, and transfer Arkiv entities without lost data, duplicate writes, or nonce collisions.

read-merge-write updatesatomic batchingwrite queues & nonce safety$owner vs $creatorownership handoffpre-flight & idempotent retries
5 patterns · evidence: VEIL, Arkmy, voisss
View skill SKILL.md
Unchecked

Privacy Patterns

arkiv-privacy-patterns · v1.1.0 · 370 lines

Entities are public — encrypt payloads client-side, index only safe attributes, never put secrets on-chain.

payload encryptionwallet-derived keysanonymous writeswrapped-key sharinghash anchoringright to forget
6 patterns · evidence: HealthArkiv, Sidebrain, Susurro
View skill SKILL.md
Unchecked

Cross-Chain Patterns

arkiv-crosschain · v1.1.0 · 383 lines

Arkiv as the queryable data layer next to your value chain — partition rule, mirror entities, chain indexers.

chain partitioningmirror entitiesevent indexingtwo-tier durabilityreorg-safe syncpayment pairings
5 patterns · evidence: ArkAnon, PayFlow, RIKUY
View skill SKILL.md
Unchecked

Agent Coordination State

arkiv-agent-state · v1.1.0 · 386 lines

Wallet-owned, expiring agent state on Arkiv: tiered memory, recall queries, audit trails, leases.

tiered agent stateexpiration-as-forgettingrecall queriesAI audit trailsmulti-agent leasesMCP verification
4 patterns · evidence: Cortex, MemoryForge, Mnemos
View skill SKILL.md
Unchecked

Real-Time on Arkiv

arkiv-realtime · v1.1.0 · 275 lines

Real-time UX on Arkiv is polling done well — subscriptions, cursor polls, SSE relays, presence via expiration.

polling subscriptionslive feeds & chatpresence via expirationSSE relayoptimistic UIpolling cadence
6 patterns · evidence: dMegle, on-message, tango.fun
View skill SKILL.md
Unchecked

App Architecture

arkiv-app-architecture · v1.1.0 · 363 lines

Pick your Arkiv topology and signer model first, then ship: Next.js routes, env hygiene, deploy + prod checklists.

signer model selectionapp topologyserver-signing routeszero-backend appsenv hygieneproduction checklist
8 patterns · evidence: Credchain, Cortex, holomem
View skill SKILL.md

How to use a skill

A skill is a folder with a SKILL.mdyour coding agent reads before writing Arkiv code. Copy a card's install prompt into your agent, or fetch the raw file yourself — every skill also ships a machine-readable skill-lock.json that powers the update radar above.

or curl any of them — plain markdown, no auth.
Proposed · not yet built

Skills we should add next

Ideas, not written yet. Each opens the case for building it — the gap it fills against the SDK, how it complements the live skills, and why it’s grounded.

Not yet

Start an Arkiv app

arkiv-start-app · Onboarding · Easy to build

Teaches your AI to stand up a new Arkiv project the right way: start from the official template, wire Braga, keep the signing key safe, and write a first create + query — using the MCP and SDK.

onboardingscaffoldMCPsafe-keys
Not yet

From web2 to Arkiv

arkiv-from-web2 · Data modeling · Medium to build

Teaches an AI the decision behind adding Arkiv to a web2 app: which records belong on Arkiv (public, verifiable, queryable), which stay in Postgres (private, hot, joined), and how to model the ones you move.

audit-lanedata modelingpostgresintegration
Not yet

Testing Arkiv apps

arkiv-testing · Testing · Easy to build

Teaches an AI how to test Arkiv apps — what to smoke-test on the testnet, how to structure fixtures, and how to assert TTL/expiry and full-replace behavior.

testingfixturesstrategy
Later

Cost optimization

arkiv-cost-optimization · Performance · later · mainnet

Teaches an AI to write Arkiv data cheaply — batch with mutateEntities, size payloads and attributes, tune TTL, update vs recreate.

costgasbatchinglater