grimoire
Build reactive Nostr clients with the Applesauce SDK
All Skills in This Repository (6)
Pure Emerald Level Indicatorsnostr-tools
Create, sign, filter, and verify Nostr events using nostr-tools APIs.
applesauce-common
Teach developers to use applesauce-common for Nostr event casting and blueprints.
applesauce-signers
Implement Nostr event signing with applesauce-signers signer abstractions.
applesauce-core
Build reactive Nostr clients with applesauce-core event stores and queries.
react
Guide React 19 server components, hooks, and server actions with TypeScript.
nostr
Explain Nostr protocol fundamentals, event structures, and NIP references.
Frequently Asked Questions
FAQPage SchemaHow to install Grimoire skills?โผ
Run `npx skills add purrgrammer/grimoire --all -g -y` in your terminal to install all skills in this repository globally.
What is the Applesauce skill for?โผ
It teaches your AI agent how to build Nostr clients with the Applesauce SDK, covering event stores, relay pools, signers, loaders, and typed casts.
How to fix stuck Nostr relay subscriptions?โผ
The skill documents common relay pitfalls, like missing EOSE signals and silent relays, and shows the correct primitives and timeouts to use instead.
Does this work with Claude Code and other AI coding tools?โผ
Yes. The skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, and other compatible agents.
Can I build encrypted Nostr DMs with this?โผ
Yes. The skill covers NIP-04, NIP-44, and NIP-17 gift-wrapped messages, including decryption wiring and hidden tag handling.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core