nostr-tools
This skill should be used when working with nostr-tools library for Nostr protocol operations, including event creation, signing, filtering,
Open source Repository Open in the app JSON README (API)
About
This skill should be used when working with nostr-tools library for Nostr protocol operations, including event creation, signing, filtering, relay communication, and NIP implementations. Provides comp
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- purrgrammer
- Origin
- majiayu
- Category
- ferramentas
- Stars
- 11
- Forks
- 15
- Open pull requests
- 7
- Last push
- 2026-09-04T13:38:03Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-09-02 18:17:03
- Updated
- 2026-09-02 18:17:03
- Origin id
purrgrammer/grimoire/.claude/skills/nostr-tools@main
README
# Grimoire A Nostr protocol explorer and developer tool with a tiling window manager interface. ## Features - **Tiling Windows** - Each window is a Nostr "app" (profile viewer, event feed, NIP docs, etc.) - **Command Palette** - Unix-style commands via `Cmd+K` to open apps and navigate - **Multi-workspace** - Virtual desktops with independent layouts - **Real-time** - Reactive event subscriptions with automatic updates ## Stack React 19, TypeScript, Vite, TailwindCSS, Jotai, Dexie, Applesauce ## Getting Started Requires Node 24 or newer (`.nvmrc` pins 26). ```bash npm install npm run dev ``` ## Scripts | Command | Description | |---------|-------------| | `npm run dev` | Start dev server | | `npm run build` | Build for production | | `npm test` | Run tests in watch mode | | `npm run test:run` | Run tests once | | `npm run typecheck` | Typecheck without emitting | | `npm run lint` | Lint code | | `npm run format` | Format code | ## License MIT