Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "dotai",
"description": "dotfiles + teleport for your AI harness. Install the teleport and dotai-setup skills directly from this repo.",
"owner": {
"name": "satelerd",
"url": "https://github.com/satelerd/dotai"
},
"plugins": [
{
"name": "dotai",
"description": "Teleport a live Claude Code conversation between machines, and apply your dotai configs to a new machine over SSH. Bundles the `teleport` and `dotai-setup` skills.",
"source": "."
}
]
}
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,19 @@ Everything is additive: it refuses to overwrite an existing session (no-clobber)
rm -rf ~/code/.tp/<repo>/<stamp> && git -C ~/code/<repo> worktree prune
```

## Install the skills as a plugin

dotai is also a Claude Code **marketplace**, so you can install its skills
(`teleport`, `dotai-setup`) without copying files or symlinking:

```bash
claude plugin marketplace add satelerd/dotai # or YOUR_USERNAME/dotai for a fork
claude plugin install dotai@dotai
```

Updates come with `claude plugin marketplace update dotai`. The skills stay in
`skills/`; this just makes them installable through the marketplace too.

## Setting up on a new machine

If you have the `dotai-setup` skill installed, you can ask Claude Code to set up a remote machine over SSH:
Expand Down