Back to the catalog

react

This skill should be used when working with React 19, including hooks, components, server components, concurrent features, and React DOM API

Open source Repository Open in the app JSON README (API)

About

This skill should be used when working with React 19, including hooks, components, server components, concurrent features, and React DOM APIs. Provides comprehensive knowledge of React patterns, best

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:14:51
Updated
2026-09-02 18:14:51
Origin id
purrgrammer/grimoire/.claude/skills/react@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

More