nip
01Command Claude Code
Fetch a NIP specification and orient an implementation in Nostrord.
Command Claude Code
Fetch a NIP specification and orient an implementation in Nostrord.
Hook Claude Code
Runs when the agent finishes a response, running ./gradlew spotlessApply 2>/dev/null. From nostrord/nostrord.
Settings file Claude Code
Agent settings declaring 1 hook event (Stop) and 10 allowed tools.
Skill Claude CodeCodex
Use when implementing, debugging, or extending NIP-29 group functionality in Nostrord (group join/leave, member management, message kinds, relay-side state). Covers what NIP-29 relays do and do NOT serve, the moderation event kinds, and the project's existing manager classes that handle them.
Skill Claude CodeCodex
Use when adding, porting, or modifying any screen or reusable UI component in Nostrord, on either the Compose (native) or React/DOM (web) side. Keeps the two UIs structurally in sync and the shared screen logic in commonMain. Covers the screen↔file↔ViewModel map, the Compose↔web primitive/token mapping, and the…
Instructions file
Claude Code instructions for nostrord/nostrord, covering claude.md — nostrord kmp, first-time setup, build commands, quick check (use this after any commonmain change) and android.