Claude skill for using tangled
3 1 0

Clone this repository

https://tangled.org/pierrelf.com/tangled-claude-skill https://tangled.org/did:plc:meotu43t6usg4qdwzenk4s2t/tangled-claude-skill
git@tangled.org:pierrelf.com/tangled-claude-skill git@tangled.org:did:plc:meotu43t6usg4qdwzenk4s2t/tangled-claude-skill

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

tangled-claude-skill#

A Claude Code plugin that teaches Claude how to use Tangled, the decentralized git hosting platform built on AT Protocol.

Install#

Add the marketplace and install the plugin:

/plugin marketplace add https://tangled.org/pierrelf.com/tangled-claude-skill.git
/plugin install tangled@tangled-plugins

Alternative: install from local directory#

git clone git@tangled.org:pierrelf.com/tangled-claude-skill
claude --plugin-dir ./tangled-claude-skill/plugins/tangled

What it does#

This plugin gives Claude knowledge of the tangled CLI and the Tangled platform, so it can help you:

  • Manage repositories - create, clone, list, star, delete repos
  • Work with issues - create, list, comment, close issues
  • Handle pull requests - create, review, merge PRs
  • Run CI/CD - configure spindles, trigger runs, view logs, manage secrets
  • Migrate knots - move repos between knot servers

Prerequisites#

  • tangled-cli installed and authenticated (tangled auth login)
  • SSH key registered at tangled.org for git push/pull