Claude Code plugin marketplace for Tangle Network development skills
npx claudepluginhub tangle-network/skillsExpert skill for designing, implementing, testing, and documenting Tangle Network Blueprints with correct hierarchy, tenancy/auth modeling, and production-like CLI validation
Build sandbox-style Tangle Blueprints — container/VM provisioning, lifecycle management, operator API, session auth, secret provisioning, sidecar integration, agent-ui frontend, tiered GC, and BSM contracts
Build products on the Tangle Sandbox SDK — direct-connect streaming, token auth, Cloudflare Workers deployment, and edge-first architecture patterns
Build React frontends for Tangle Blueprints — job submission, operator discovery, service provisioning, session auth, Web3 providers, and @tangle-network/blueprint-ui integration
Tangle Network brand design system — colors, typography, layout patterns, component aesthetics, and visual language for building on-brand applications
Garry Tan's Mega Plan Review Mode - three review modes (Scope Expansion, Hold Scope, Scope Reduction) with 10 review sections and STOP gates
SOC2 security audit — infrastructure and codebase scanning, Trust Service Criteria mapping, and tiered remediation checklist for compliance readiness
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
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
Or browse and install:
Browse and install pluginstangle-network-skillsInstall now| Plugin | Description |
|---|---|
| sandbox-product | Build products on the Sandbox SDK -- direct-connect streaming, token auth, Cloudflare Workers deployment |
| sandbox-blueprint | Build sandbox-style blueprints -- provisioning, lifecycle, operator API, auth, secrets, TEE, GC |
| tangle-blueprint-expert | Expert workflow for building Tangle Blueprints -- SDK patterns, BSM hooks, CLI lifecycle, production runtime |
| blueprint-frontend | Build React frontends for blueprints -- job submission, operator discovery, session auth, agent chat/terminal |
| tangle-branded-designer | Tangle brand design system and visual guidelines |
| plan-mega-review | Garry Tan's Mega Plan Review Mode with three scope modes and 10-section review gates |
For internal skills (sidecar internals, provider architecture), see tangle-network/skills-internal (private).
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-expert
Each 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.