Expert workflow for designing, implementing, testing, and documenting Tangle Blueprints with correct blueprint/operator/service-instance hierarchy, tenancy/auth modeling, and production-like CLI validation.
npx claudepluginhub tangle-network/skills --plugin tangle-blueprint-expertThis skill uses the workspace's default tool permissions.
Use this skill for any request that involves:
references/TANGLE-BLUEPRINT-ADVANCED-PATTERNS.mdreferences/TANGLE-BLUEPRINT-BSM-HOOKS.mdreferences/TANGLE-BLUEPRINT-BUILD-PROCESS.mdreferences/TANGLE-BLUEPRINT-CLI-RUNBOOK.mdreferences/TANGLE-BLUEPRINT-LEARNINGS.mdreferences/TANGLE-BLUEPRINT-OVERVIEW.mdreferences/TANGLE-BLUEPRINT-PRODUCTION-PATTERNS.mdreferences/TANGLE-BLUEPRINT-REPO-STRUCTURE.mdreferences/TANGLE-BLUEPRINT-SDK-PATTERNS.mdscripts/sync_docs.shTriggers research for existing libraries, tools, and patterns before coding new features. Searches npm, PyPI, MCP/skills, GitHub; evaluates matches and decides adopt/extend/build.
Audits cross-stack repos (C++/Android/iOS/Web), classifies files as project/third-party/artifacts, detects embedded libraries, assigns module verdicts, generates interactive HTML reports.
Reorganizes X and LinkedIn networks: review-first pruning of low-value follows, priority-based add/follow recommendations, and drafts warm outreach in user's voice.
Share bugs, ideas, or general feedback.
Use this skill for any request that involves:
cargo tangleConceptual foundation (read first):
references/TANGLE-BLUEPRINT-OVERVIEW.md -- Protocol vision, hierarchy, tenancy, authreferences/TANGLE-BLUEPRINT-BUILD-PROCESS.md -- 5-phase build process and validation gatesImplementation references (read as needed):
3. references/TANGLE-BLUEPRINT-SDK-PATTERNS.md -- Rust SDK programming model: Router, extractors, runner wiring, main.rs boilerplate, testing
4. references/TANGLE-BLUEPRINT-REPO-STRUCTURE.md -- Canonical bin/lib repo layout, workspace patterns, contracts/scripts/config organization
5. references/TANGLE-BLUEPRINT-BSM-HOOKS.md -- All 30+ Solidity BSM hooks with signatures, job types, payment models, slashing, membership
6. references/TANGLE-BLUEPRINT-PRODUCTION-PATTERNS.md -- Operator API, BPM bridge, session auth, secrets, circuit breakers, reaper/GC, billing, TEE
7. references/TANGLE-BLUEPRINT-ADVANCED-PATTERNS.md -- GPU provisioning, shielded payments (Credit/RLN), pricing TOML/RFQ, remote providers, subprocess lifecycle
8. references/TANGLE-BLUEPRINT-CLI-RUNBOOK.md -- Complete CLI command reference: scaffold, deploy, register, service lifecycle, jobs, operator, delegator
9. references/TANGLE-BLUEPRINT-LEARNINGS.md -- Do/don't patterns, failure classes, validation ladder
Do not skip the overview. It defines the protocol and business model semantics.
This skill lives at ~/skills/tangle-blueprint-expert/ and is symlinked into ~/.claude/skills/.
Reference codebases:
If these are mixed, stop and correct architecture first.
single-tenant or multi-tenant)BlueprintServiceManagerBase)cargo tangle blueprint create ...cargo checkBlueprintServiceManagerBase, override needed hooks)blueprint_id, request_id, service_id, call_id)@tangle-network/blueprint-ui for provisioning/chain/service/job UX.@tangle-network/agent-ui only for terminal/chat/session agent runtime UX.cargo checkWhen answering with this skill: