Add tvc-demo-builder skill for solutions engineering#1
Closed
Add tvc-demo-builder skill for solutions engineering#1
Conversation
Adds a distributable skill that teaches Claude how to build TVC enclave demo applications on this template. The skill covers project setup, endpoint implementation, testing patterns, container builds, and TVC deployment. Includes reference docs for template architecture, five demo implementation examples (price oracle, settlement engine, policy signer, compliance gate, sealed-bid auction), and a comprehensive testing guide. Structured as a phased workflow following the Agent Skills open standard: understand the template, plan the demo, implement, test, build/deploy.
Replace specific company references (Polymarket, JP Morgan, Goldman, Kalshi) with generic audience descriptors throughout the skill files and eval triggers.
Reworks the skill to be less coupled to the specific helloworld template and more dynamic. Key changes: - Instructions now read the current project state rather than assuming a fixed structure, making the skill useful as the template evolves - Renamed "demo" language to "app" throughout content and references - Added complete TVC Dashboard deployment flow with all configuration fields (container URL, executable path/args, ports, digest, etc.) - Added CLI deployment flow side by side with dashboard path - Broadened application categories beyond specific use cases - Added state management guidance for enclave constraints - Updated evals to cover deployment queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skills/tvc-demo-builder/) that teaches Claude how to build TVC enclave demo applications on this templateWhat the skill enables
Solutions engineers can say things like:
Claude loads the skill and knows the template structure, safety rules (no unwrap/panic), testing patterns (unit + e2e), dependency management, and deployment pipeline without the SE needing to explain any of it.
Skill structure
Test plan