Nip banner
nostrord nostrord

Nip

Development community

Description

--- description: Fetch a NIP specification and orient an implementation in Nostrord --- Fetch and explain NIP-$ARGUMENTS from the Nostr protocol, then orient how to implement it in this codebase. 1. **Get the specification** from https://github.com/nostr-protocol/nips/blob/master/$ARGUMENTS.md (read with WebFetch, summarize the key parts). 2. **Show the protocol essentials**: - Event kind(s) used - Required and optional tags - Message flow (REQ / EVENT / CLOSE / AUTH semantics if rel

Installation

Installs to ~/.claude/commands/nostrord-nostrord-nip.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nostrord/nostrord/HEAD/.claude/commands/nip.md -o ~/.claude/commands/nostrord-nostrord-nip.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository