You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge in TINYML-ALGO/tinyml-agent-skills from 2026/pranav_a to main
* commit '16fc6a6baa5682016ba0babfe011f3c2fb18a9a2':
TINYML_ALGO-711: fixing readme
Copy file name to clipboardExpand all lines: README.md
+3-15Lines changed: 3 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,14 @@ This repository contains the tinyml-agentic-skill, an end-to-end skill for build
6
6
7
7
## Installation
8
8
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.
23
11
24
12
### Add to Claude Code Marketplace
25
13
26
14
You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:
0 commit comments