Garry Tan's Mega Plan Review Mode - three review modes (Scope Expansion, Hold Scope, Scope Reduction) with 10 review sections and STOP gates
npx claudepluginhub tangle-network/skills --plugin plan-mega-reviewClaude 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.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Share bugs, ideas, or general feedback.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Frontend design skill for UI/UX implementation
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.