build-deploy

Automate Tercen Flutter operator builds and GitHub deployments with validation.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/tercen/tercen_flutter_apps --skill build-deploy-tercen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-deploy
Source: https://github.com/tercen/tercen_flutter_apps/tree/main/.claude/skills/build-deploy
Command: npx skills add https://github.com/tercen/tercen_flutter_apps --skill build-deploy-tercen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end build and deployment of a Tercen Flutter operator to GitHub, including repository creation, validation of operator.json, and pushing built web assets.

Core Features & Use Cases

  • End-to-end deployment: validates operator.json, builds Flutter web assets, creates or updates a GitHub repo, and pushes code and builds.
  • Pre-flight checks: ensures required fields and URLs exist, and base href is correctly configured for web deployment.
  • Use Case: When you need to publish a new or updated Tercen Flutter operator, this skill handles repository provisioning and deployment in a repeatable flow.

Quick Start

Build the operator and deploy to GitHub using the operator's project directory as the argument.

Frequently Asked Questions about build-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate building and deploying a Flutter operator to GitHub?

Automating Flutter operator deployment to GitHub involves validating operator.json, building Flutter web assets, provisioning a GitHub repository, and safely pushing code with built assets.

What pre-flight checks are required before deploying a Flutter web build?

Required pre-flight checks for a Flutter web build include validating operator.json fields, ensuring required URLs exist, and verifying the base href is correctly configured for web deployment.

Can I use this deployment process for an existing GitHub repository?

Yes, the deployment process supports existing GitHub repositories by updating them with new commits and pushes, and it can also create a new repository if one does not already exist.

Does the Flutter operator deployment workflow validate operator.json?

Yes, the Flutter operator deployment workflow validates operator.json to ensure all required fields are present before proceeding with the Flutter web build and GitHub push.

What is the best way to publish a new Tercen Flutter operator to GitHub?

The best way to publish a Tercen Flutter operator is using an automated flow that performs pre-flight validation, builds web assets, provisions the repository, and pushes the code in a repeatable manner.