🧩
DevOpsHTML

Smart Contracts

by rylsherdamz-rgb

Smart Contracts is a DevOps 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 Smart Contracts
Copy Smart Contracts 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/smart-contracts ~/.claude/skills/smart-contracts

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/smart-contracts/SKILL.md in rylsherdamz-rgb/stellar-agentic-framework
Installs to
~/.claude/skills/smart-contracts
Collection
One of 11 skills cataloged from this repository
Category
DevOps798 skills

What Smart Contracts does

Smart Contracts covers Stellar Soroban contract development in Rust, including setup, storage, authorization, cross-contract calls, events, errors, upgrades, and testing. Use it when building or verifying on-chain contract code.

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

Documentation

README

Smart Contracts (Soroban)

Source Files

File Contents
contracts/hello-world/src/lib.rs Minimal contract scaffold
contracts/hello-world/src/test.rs Unit + auth + event tests
contracts/token/src/lib.rs Full SEP-41 token
contracts/token/src/test.rs Token unit + integration tests

Testing Guide

Setup

#![cfg(test)]
extern crate std;
use soroban_sdk::{
    testutils::{Address as _, Events},
    Address, Env, String, Symbol,
};

Pattern 1: Unit Test with Setup Helper

Extract shared setup into a helper function:

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

Frequently asked about Smart Contracts

  • What else does rylsherdamz-rgb publish alongside Smart Contracts?

    Smart Contracts 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 DApp. Each one is a separate skill with its own page in this directory, installs the same way Smart Contracts 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 Smart Contracts compare to other DevOps skills?

    Smart Contracts ranks #794 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. 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 Smart Contracts against them. Open each page to compare what they document and how they install.

More from rylsherdamz-rgb/stellar-agentic-framework

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

See all 11 skills