Skip to content

Add Claude Code stellar-rpc skill#1

Open
chowbao wants to merge 1 commit intomainfrom
add-claude-skill
Open

Add Claude Code stellar-rpc skill#1
chowbao wants to merge 1 commit intomainfrom
add-claude-skill

Conversation

@chowbao
Copy link
Copy Markdown
Owner

@chowbao chowbao commented Feb 23, 2026

Summary

  • Adds a Claude Code skill at .claude/skills/stellar-rpc/ that gives Claude context about this RPC server's API when working in this repo
  • Covers all 12 RPC methods with full param signatures, response fields, XDR/JSON format handling, pagination, and the simulate→send→poll workflow

Files

.claude/skills/stellar-rpc/
├── SKILL.md           — overview, endpoints, method table, core workflows
└── references/
    ├── methods.md     — full param + response field reference for all 12 methods
    └── concepts.md    — XDR formats, pagination, event topic filters, tx lifecycle

When Claude Code is opened in this repo, the skill auto-loads and gives Claude accurate, detailed knowledge of the Stellar RPC API without needing to re-read the docs each time.

🤖 Generated with Claude Code

Adds a Claude Code skill at .claude/skills/stellar-rpc/ that gives
Claude context about this RPC server's API when working in this repo.

Covers all 12 methods with param signatures, response fields, XDR/JSON
format handling, pagination, and the simulate→send→poll workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant