Claude Code plugin marketplace for Tangle Network development skills.
Add this marketplace to Claude Code:
/plugin marketplace add tangle-network/skills
Then install individual plugins:
/plugin install tangle-blueprint-expert@tangle-network-skills
/plugin install sandbox-product@tangle-network-skills
/plugin install tangle-branded-designer@tangle-network-skills
Or browse and install:
- Select
Browse and install plugins - Select
tangle-network-skills - Choose a plugin
- Select
Install now
| Plugin | Description |
|---|---|
| agent-eval-adoption | Adopt @tangle-network/agent-eval and @tangle-network/agent-runtime in products with real trace capture, scorecards, promotion gates, and prompt optimization |
| agent-stack-adoption | Adopt the full self-improving Tangle agent stack across runtime, knowledge, evals, sandbox, tcloud, matrix tests, and CI |
| blueprint-frontend | Build React frontends for blueprints -- job submission, operator discovery, session auth, agent chat/terminal |
| plan-mega-review | Garry Tan's Mega Plan Review Mode with three scope modes and 10-section review gates |
| sandbox-blueprint | Build sandbox-style blueprints -- provisioning, lifecycle, operator API, auth, secrets, TEE, GC |
| sandbox-product | Build products on the Sandbox SDK -- direct-connect streaming, token auth, Cloudflare Workers deployment |
| site-clone | Clone or migrate websites into self-hosted frontend frameworks using ripped CSS, fonts, assets, DOM structure, and screenshot verification |
| soc2-audit | Run SOC 2 readiness audits across infrastructure, code security, Trust Service Criteria mapping, and remediation plans |
| tangle-blueprint-expert | Expert workflow for building Tangle Blueprints -- SDK patterns, BSM hooks, CLI lifecycle, production runtime |
| tangle-blueprint-iframe-app | Build hosted blueprint product UIs that embed safely in Tangle Cloud with iframe mode, parent-bridged wallet flows, manifests, and frame headers |
| tangle-blueprint-innovate | Turn blueprint ideas, categories, or half-built repos into research-grounded, multi-operator specs ready for execution |
| tangle-branded-designer | Tangle brand design system and visual guidelines |
For internal skills (sidecar internals, provider architecture), see tangle-network/skills-internal (private).
This repository is for portable public workflows: public SDK usage, blueprint architecture, frontend patterns, product UI guidance, and synthetic examples. Keep private infrastructure, credentials, customer data, GTM source material, live account IDs, local hostnames, raw traces, and unpublished product posture in tangle-network/skills-internal or private project docs.
Clone this repo and symlink skills into ~/.claude/skills/:
git clone https://github.com/tangle-network/skills.git
ln -s /path/to/skills/plugins/sandbox-product/skills/sandbox-product ~/.claude/skills/sandbox-product
ln -s /path/to/skills/plugins/tangle-blueprint-expert/skills/tangle-blueprint-expert ~/.claude/skills/tangle-blueprint-expertEach plugin follows the standard structure:
plugins/
plugin-name/
.claude-plugin/
plugin.json # name, description, author
README.md # plugin overview
skills/
skill-name/
SKILL.md # skill definition (frontmatter + instructions)
references/ # supporting docs, code examples
See the Agent Skills spec for the SKILL.md format.