divinevideodivinevideoOfficial·5 Agent Skills Included

divine-web

Coding, testing, and PR conventions for Nostr video apps

Guides code contributions to a React and TypeScript short-form video web app built on the Nostr protocol. Enforces consistent naming, file placement, testing, and pull request formatting so changes pass review on the first try. Includes a reusable pattern for rendering subdomain profile pages without URL redirects. Removes guesswork around project structure, lint rules, and commit conventions.
npx skills add divinevideo/divine-web --all -g -y
Available:

Directs the agent to load shared context files, follow trust and authorization boundaries, work in isolated git worktrees, and apply Conventional Commit titles and human-readable PR descriptions when contributing to this repository.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install divine-web skills?

Run `npx skills add divinevideo/divine-web --all -g -y` in your terminal to install all skills in this suite globally.

What is divine-web?

It is the open-source web client for Divine, a decentralized short-form video platform built on the Nostr protocol, using React 18, TypeScript, Vite, and TailwindCSS.

How do these skills help with pull requests?

The pr-conventions skill enforces Conventional Commit titles, complete PR descriptions, and clean branch hygiene so your changes pass automated checks and human review faster.

How to render a subdomain profile page without redirecting?

The spa-subdomain-root-render skill shows how to render the profile component directly at the root path, using edge-injected user data as a fallback when route parameters are missing.

Do these skills work with Claude Code and Cursor?

Yes. All skills follow the standard SKILL.md format and load automatically in Claude Code, Cursor, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineering