Skip to content

Commit e48ef1a

Browse files
Pranav AAdithya-Thonse
authored andcommitted
Pull request #14: TINYML_ALGO-711: fixing readme
Merge in TINYML-ALGO/tinyml-agent-skills from 2026/pranav_a to main * commit '16fc6a6baa5682016ba0babfe011f3c2fb18a9a2': TINYML_ALGO-711: fixing readme
2 parents e3639d2 + 16fc6a6 commit e48ef1a

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,14 @@ This repository contains the tinyml-agentic-skill, an end-to-end skill for build
66

77
## Installation
88

9-
### SSH Key Setup
10-
Ensure you have your ssh key set up for bitbucket on your system. You can then add the same key to the ssh-agent via the following commands:
11-
```
12-
eval "$(ssh-agent -s)"
13-
ssh-add ~/.ssh/id_ed25519
14-
```
15-
16-
Key name may vary. Please check and verify that your key name matches the key configured for your bitbucket account.
17-
Once added, verify the same with:
18-
```
19-
ssh-add -l
20-
```
21-
22-
Your key fingerprint should be displayed. Once this is done, proceed to the following steps.
9+
Clone `tinyml-agent-skills` and ensure you have the directory present locally.
10+
**Note:** `tinyml-tensorlab` now contains `tinyml-agent-skills`. If you have the directory present already, you do not need to clone it again. Proceed to the steps given below.
2311

2412
### Add to Claude Code Marketplace
2513

2614
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
2715
```
28-
/plugin marketplace add git@bitbucket.itg.ti.com:TINYML-ALGO/tinyml-agent-skills.git
16+
/plugin marketplace add path/to/tinyml-agent-skills
2917
```
3018

3119
### Install the Plugin

0 commit comments

Comments
 (0)