🌐
FrontendHTML

DApp

by rylsherdamz-rgb

DApp is a Frontend skill for Claude Code, published by rylsherdamz-rgb in stellar-agentic-framework.

14 stars0 forkson rylsherdamz-rgb/stellar-agentic-frameworkAdded 2026/08/12+180% in starsRepository updated 2026/08/11
agent-skillsclaude-codedappsmart-contractssorobanstellar
Install in seconds
Install DApp
Copy DApp into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rylsherdamz-rgb/stellar-forge/tree/master/skills/dapp ~/.claude/skills/dapp

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rylsherdamz-rgb/stellar-forge.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/dapp/SKILL.md in rylsherdamz-rgb/stellar-agentic-framework
Installs to
~/.claude/skills/dapp
Collection
One of 11 skills cataloged from this repository
Category
Frontend567 skills

What DApp does

DApp provides React hooks and components for Stellar dApp frontend work, including wallet connection, contract reads and writes, and blockchain queries through useStellarData(). Use it instead of raw RPC or curl.

DApp is cataloged under Frontend on DirSkills. DApp comes from a repository tagged agent-skills, claude-code, dapp, smart-contracts and soroban.

Documentation

README

dApp — Agentic Kit Frontend

All blockchain queries go through useStellarData(). Never write raw RPC or curl.

Wallet Setup (one-time)

// providers/wallet-provider.tsx
import { WalletProvider } from "@/providers/wallet-provider";

export default function RootLayout({ children }: { children: React.ReactNode }) {
  return (
    <WalletProvider>
      {children}
    </WalletProvider>
  );
}

Hooks API

useStellarData() — Blockchain queries

This is the opening of the README. Read the full README on GitHub.

Frequently asked about DApp

  • What else does rylsherdamz-rgb publish alongside DApp?

    DApp is one of 11 skills that DirSkills catalogs from rylsherdamz-rgb/stellar-agentic-framework, the repository it ships in. Its siblings there include Agentic Payments, Assets and Data. Each one is a separate skill with its own page in this directory, installs the same way DApp does, and is maintained by rylsherdamz-rgb in that same repository. The rest of the collection is listed on the rylsherdamz-rgb/stellar-agentic-framework page.

  • How does DApp compare to other Frontend skills?

    DApp ranks #564 by stars among the 567 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of DApp against them. Open each page to compare what they document and how they install.

More from rylsherdamz-rgb/stellar-agentic-framework

DApp is one of 11 skills cataloged on DirSkills from rylsherdamz-rgb/stellar-agentic-framework.

See all 11 skills