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