Skip to content

Commit 1331ad2

Browse files
authored
Merge pull request #978 from AvdLee/feature/agent-skill
Feature/agent skill
2 parents 02a300a + b47e295 commit 1331ad2

File tree

11 files changed

+320
-369
lines changed

11 files changed

+320
-369
lines changed

.claude-plugin/marketplace.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

.claude-plugin/plugin.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

.cursor-plugin/plugin.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

Agent-Skill/SKILL.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -17,86 +17,16 @@ The RocketSim agent skill gives AI coding tools a reliable way to work with the
1717

1818
In practice, this gives your agents eyes. Instead of guessing with brittle simulator automation, they can use RocketSim to understand the current UI state and interact with it efficiently using the same stateful tooling that powers RocketSim itself.
1919

20-
### What it does
21-
22-
- Detects the correct RocketSim app bundle on disk
23-
- Uses the matching RocketSim CLI for the installed version
24-
- Lets agents list visible elements on screen before taking action
25-
- Enables agents to tap, type, swipe, and move through Simulator flows more reliably
26-
27-
### Why install it
28-
29-
Install this skill if you want your AI coding tool to use RocketSim as its Simulator interaction layer instead of relying on ad-hoc automation.
30-
3120
This is especially useful if you want an agent to:
3221

3322
- Navigate and test iOS Simulator apps
3423
- Read visible accessibility elements before interacting
3524
- Tap, type, swipe, and trigger flows more reliably
3625
- Use the RocketSim version already installed on your machine
3726

38-
## How It Works
39-
40-
The public skill in this repository stays intentionally small:
41-
42-
- `Agent-Skill/SKILL.md` discovers and validates a RocketSim app bundle
43-
- It resolves the bundled in-app skill and CLI from the installed app
44-
- The bundled skill contains the version-matched CLI guidance for simulator interaction
45-
46-
This split keeps the public discovery layer stable while letting the installed RocketSim app define the exact simulator automation capabilities for that version.
47-
48-
## How To Install
49-
50-
### Option A: Using skills.sh
51-
52-
Install this skill with a single command:
53-
54-
```bash
55-
npx skills add https://github.com/AvdLee/RocketSimApp --skill rocketsim
56-
```
57-
58-
### Option B: Claude Code
59-
60-
To install this skill for your personal use in Claude Code:
61-
62-
1. Add the marketplace:
63-
64-
```bash
65-
/plugin marketplace add AvdLee/RocketSimApp
66-
```
67-
68-
2. Install the skill:
69-
70-
```bash
71-
/plugin install rocketsim@rocketsim
72-
```
73-
74-
### Option C: Cursor
75-
76-
Install or symlink the `Agent-Skill/` folder into your Cursor skills directory following Cursor's skills documentation.
77-
78-
```bash
79-
mkdir -p .cursor/skills
80-
ln -s /path/to/RocketSimApp/Agent-Skill .cursor/skills/rocketsim
81-
```
82-
83-
### Option D: Codex / OpenAI-compatible tools
84-
85-
Copy or symlink the `Agent-Skill/` folder into your Codex skills directory:
86-
87-
```bash
88-
cp -R Agent-Skill/ "$CODEX_HOME/skills/rocketsim"
89-
```
90-
91-
See the [Codex skills documentation](https://developers.openai.com/codex/skills/) for where to save skills.
92-
93-
### How To Verify
94-
95-
Open an agent and ask it to:
96-
97-
> Use RocketSim to navigate through the `<app_name>` in the Simulator
27+
The RocketSim Agent Skill now lives in its own repository with full installation instructions, packaging metadata, and release workflow:
9828

99-
If the skill is installed and RocketSim is running, the agent should detect the installed RocketSim version, connect through the bundled CLI, inspect the visible Simulator UI, and start interacting with the app based on what is on screen.
29+
- [RocketSim-Agent-Skill](https://github.com/AvdLee/RocketSim-Agent-Skill)
10030

10131
## Learn More
10232

@@ -108,7 +38,7 @@ If you want to learn more about RocketSim itself, use the canonical product reso
10838

10939
## Support And Feedback
11040

111-
- Open a GitHub issue for bugs or feature requests related to RocketSim or this public skill.
41+
- Open a GitHub issue for bugs or feature requests related to RocketSim.
11242
- Use the documentation site for feature guides and setup help.
11343

114-
RocketSim is developed by [Antoine van der Lee](https://www.avanderlee.com) and built by SwiftLee.
44+
RocketSim is developed by [Antoine van der Lee](https://www.avanderlee.com) and built by SwiftLee.

0 commit comments

Comments
 (0)