ritual-dapp-skills
Build and debug decentralized apps on Ritual Chain
All Skills in This Repository (32)
Pure Emerald Level Indicatorsritual-dapp-deploy
Deploy Ritual contracts and configure chain parameters for Foundry and Hardhat workflows.
ritual-dapp-ed25519
Verify Ed25519 signatures on-chain using Ritual's precompile.
ritual-dapp-contracts
Maps Ritual precompile addresses and system contracts for Solidity integration.
ritual-dapp-http
Fetch external HTTP data via the Ritual HTTP precompile with GET and POST requests.
ritual-dapp-scheduler
Automate time-delayed and recurring on-chain actions for Ritual dApps.
ritual-dapp-agents
Deploy deterministic on-chain AI agents via Ritual Chain factories with DKMS identity.
ritual-meta-non-interactive-bias
Enforce a search-before-asking policy with turn-based budget tracking.
ritual-dapp-testing
Provide Foundry and Viem test patterns for Ritual dApp contracts.
ritual-dapp-design
Standardize React/Next.js Ritual Chain frontend design with dark-mode-first Tailwind tokens.
ritual-meta-inspiration
Generate dApp ideas by mapping live blockchain and AI trends to Ritual precompiles.
ritual-meta-human-in-loop
Prompt users mid-session when architectural forks require human decisions.
ritual-dapp-x402
Enable pay-per-call API access via Ritual's HTTP precompile with TEE-encrypted credentials.
Frequently Asked Questions
FAQPage SchemaHow to install ritual-dapp-skills?▼
Run `npx skills add ritual-foundation/ritual-dapp-skills --all -g -y` in your terminal to install all skills globally.
What can I build with Ritual dApp skills?▼
You can build full decentralized apps on Ritual Chain that call on-chain LLMs, fetch external API data, generate images and audio, run scheduled tasks, and authenticate users with passkeys.
How does the builder agent work?▼
Describe your app idea in plain English and the builder maps it to Ritual precompiles, then builds contracts, frontend, backend, and tests in verified phases.
Does it work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding environments.
Can it debug stuck Ritual transactions?▼
Yes. The debugger skill diagnoses Ritual-specific issues like stuck async jobs, missing callbacks, empty receipts, and encoding mismatches, then applies verified fixes.
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