Skip to content

Commit 11eebd2

Browse files
committed
refactor: move SKILL.md into skills/xrpl-cli/ directory
Prevents npx skills from copying the entire repo when installing. The skills/ directory convention ensures only the skill files are installed.
1 parent 64dea97 commit 11eebd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: AI coding agent guide for the xrpl-cli codebase
66
# AGENTS.md
77

88
Instructions for AI coding agents working on the `xrpl-cli` codebase.
9-
For using the CLI as a tool, see [SKILL.md](SKILL.md).
9+
For using the CLI as a tool, see [SKILL.md](skills/xrpl-cli/SKILL.md).
1010

1111
## Project Overview
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![CI][ci-badge]][ci-link]
66
[![License][license-badge]][license-link]
77

8-
A Swiss Army knife for interacting with the XRP Ledger from the command line. Built for both humans and [AI agents](SKILL.md).
8+
A Swiss Army knife for interacting with the XRP Ledger from the command line. Built for both humans and [AI agents](skills/xrpl-cli/SKILL.md).
99

1010
`xrpl-cli` wraps [xrpl.js](https://js.xrpl.org/) and exposes the full breadth of XRPL functionality through a flat, composable command interface — inspired by Foundry's [`cast`](https://www.getfoundry.sh/reference/cast/cast) for EVM chains.
1111

@@ -301,7 +301,7 @@ npx skills add commonprefix/xrpl-cli
301301

302302
| File | Description |
303303
|------|-------------|
304-
| [SKILL.md](SKILL.md) | Agent skill — how to use `xrpl-cli` as a tool |
304+
| [SKILL.md](skills/xrpl-cli/SKILL.md) | Agent skill — how to use `xrpl-cli` as a tool |
305305
| [AGENTS.md](AGENTS.md) | Coding agent guide — how to work on the codebase |
306306

307307
## Releasing

SKILL.md renamed to skills/xrpl-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: CLI tool for querying, transacting, and managing accounts on the XR
66
# SKILL.md
77

88
Instructions for AI agents that want to **use** `xrpl-cli` as a tool.
9-
For contributing to the codebase, see [AGENTS.md](AGENTS.md).
9+
For contributing to the codebase, see [AGENTS.md](../../AGENTS.md).
1010

1111
## Overview
1212

0 commit comments

Comments
 (0)