docs: add agent skill for java-stellar-sdk#797
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an Agent Skills package for Java Stellar SDK users, with installation/discovery docs, Claude Code plugin manifests, and reference material for common SDK workflows.
Changes:
- Adds
skills/java-stellar-sdk/SKILL.mdas the main agent-facing guide. - Adds topic references for transactions, assets, operations, Horizon, Soroban, XDR/SCVal, SEPs, bindings, and troubleshooting.
- Adds Claude plugin marketplace metadata and a changelog entry.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
skills/README.md |
Documents skill purpose, layout, installation, and maintenance. |
skills/java-stellar-sdk/SKILL.md |
Main skill entry point with rules, examples, and reference index. |
skills/java-stellar-sdk/references/assets.md |
Explains SDK asset types and amount handling. |
skills/java-stellar-sdk/references/bindings.md |
Documents generated Soroban contract bindings. |
skills/java-stellar-sdk/references/horizon.md |
Covers Horizon client usage, pagination, streaming, and errors. |
skills/java-stellar-sdk/references/operations.md |
Summarizes transaction operation builders and categories. |
skills/java-stellar-sdk/references/quickstart.md |
Provides quick-start examples for SDK installation and basic flows. |
skills/java-stellar-sdk/references/sep.md |
Lists SEP support and example SEP usage. |
skills/java-stellar-sdk/references/soroban.md |
Documents Soroban RPC and ContractClient workflows. |
skills/java-stellar-sdk/references/transactions.md |
Covers transaction lifecycle, fees, memos, preconditions, and multisig. |
skills/java-stellar-sdk/references/troubleshooting.md |
Documents exceptions and common failure handling. |
skills/java-stellar-sdk/references/xdr_scval.md |
Covers SCVal, addresses, XDR, and SEP-51 JSON notes. |
CHANGELOG.md |
Adds pending changelog entry for the skill and plugin manifests. |
.claude-plugin/plugin.json |
Adds Claude plugin metadata. |
.claude-plugin/marketplace.json |
Adds Claude marketplace metadata for the plugin. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #797 +/- ##
=========================================
Coverage 82.60% 82.60%
Complexity 1615 1615
=========================================
Files 232 232
Lines 5938 5938
Branches 657 657
=========================================
Hits 4905 4905
Misses 661 661
Partials 372 372 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.