Skip to content

nrxschool/blockchain-skills

Repository files navigation

πŸš€ Nearx Skills β€” Stellar Network AI Agent Skills

Knowledge for AI Agents to build on the Stellar Network. Curated skills for the Nearx developer community.

Stellar License: MIT


πŸ€– The Problem

AI agents (Claude, Cursor, Copilot, etc.) often hallucinate when asked to build on Stellar. They mix up classic Stellar protocol with EVM concepts, invent non-existent RPC methods, or struggle with Soroban smart contracts.

πŸ’‘ The Solution

Nearx Skills provides curated, high-quality Markdown knowledge files that teach AI agents how to build correctly on Stellar. Each skill is dense, factual, and code-heavy β€” no fluff.


πŸ“š Skill Index

⭐ Stellar Core

Skill Description
accounts Keypairs, funding, signers, sponsorship, minimum balances
assets Asset issuance, trustlines, USDC, Stellar Asset Contract (SAC)
operations All transaction operations β€” Payment, ManageOffer, PathPayment
fees Base fees, resource fees, surge pricing

πŸ”§ Soroban Smart Contracts

Skill Description
soroban-contracts Rust/WASM contracts, storage, auth, deployment
soroban-security Access control, reentrancy, integer safety
soroban-testing Unit tests, testnet, local development

🌐 APIs & Data

Skill Description
stellar-rpc JSON-RPC API β€” simulate, send, getEvents
horizon-legacy Horizon REST API (deprecated, for legacy)

πŸ–₯️ Frontend & Wallets

Skill Description
frontend-integration Wallet connections, React patterns, Freighter

πŸ’° Payments & Anchors

Skill Description
x402-stellar HTTP 402 micropayments, machine payments
seps-anchors SEP standards, fiat on/off-ramps

πŸ› οΈ Developer Tools

Skill Description
stellar-cli CLI for contract dev, key management
stellar-sdks JavaScript, Python, Rust SDKs

πŸ“Š DeFi

Skill Description
dex-amm Built-in DEX, AMM, liquidity pools

πŸ€– AI & Agent Integration

Skill Description
mcp-servers MCP servers, AI-assisted Stellar dev

πŸ”’ Security

Skill Description
smart-contract-security OpenZeppelin, audit checklists

🌍 Community

Skill Description
nearx-contributing-guide How to contribute new skills

⚑ Quick Start

Using Skills with AI Agents

Give your AI agent a skill URL in your prompt:

Read https://raw.githubusercontent.com/nearxdev/skills/main/packages/skills-catalog/skills/(soroban)/soroban-contracts/SKILL.md and help me write a token contract.

Installing as a Plugin (Claude Code)

claude plugin install https://github.com/nearxdev/skills

Using the CLI

# Install skills for your AI agent
npx @nearx/skills install

# List available skills
npx @nearx/skills list

🀝 Contributing

We want this to be the knowledge hub for Stellar developers in the Nearx community. Contributions are welcome!

  1. Read the contributing guide
  2. Fork this repository
  3. Create a new skill in the appropriate category
  4. Submit a Pull Request

Suggested Skills to Create

  • scaffold-stellar β€” Scaffold Stellar starter templates
  • passkey-wallets β€” Smart accounts with passkeys
  • soroban-advanced-patterns β€” Factory, proxy, upgradeability
  • hackathon-guide β€” Stellar hackathon tips and FAQ

πŸ“Œ Stellar Resources

Resource Link
Stellar Docs https://developers.stellar.org/
Stellar Lab https://lab.stellar.org
Stellar Expert https://stellar.expert
Stellar Discord https://discord.gg/stellar
SDKs https://developers.stellar.org/docs/tools/sdks
LLMs.txt https://developers.stellar.org/llms.txt
Stellarskills https://github.com/ggoldani/stellarskills
Stellar Dev Skill https://github.com/stellar/stellar-dev-skill

πŸ“„ License

MIT Β© Nearx

Built with ❀️ by the Nearx community for Stellar developers.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors