setup-project

Create a Tercen Flutter operator project from a skeleton template.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a ready-to-use Tercen Flutter operator project skeleton from a base template, wiring project identity details and initial directories so teams can start development quickly.

Core Features & Use Cases

  • Skeleton-based scaffolding: Copies skeletons and a manifest to establish the project structure.
  • Identity initialization: Generates updates for pubspec.yaml, operator.json, and version info to reflect the new widget.
  • Session & materials setup: Creates issue/session logs and requisite directories to organize work.
  • Phase-ready: Prepares the project for Phase 1 functional spec and early materials.

Quick Start

Run the setup-project skill with your widget name to scaffold a new Flutter operator project.

Frequently Asked Questions about setup-project

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

FAQPage Schema
How do I scaffold a new Flutter operator project for Tercen?

Scaffold a new Tercen Flutter operator project by running the setup-project skill with your widget name, which copies a skeleton template, initializes identity files, and creates scaffolding directories for quick Phase 1 development.

What files are updated when setting up a Flutter operator project?

Setting up a Flutter operator project updates pubspec.yaml and operator.json to reflect the new widget identity, alongside copying the skeleton manifest and preparing initial directory structures and session logs for future work.

Do I need any dependencies installed to use the project scaffolding skill?

No dependencies are required to use the project scaffolding skill, as it operates independently to generate the skeleton structure, identity files, and directories needed to start your Tercen Flutter operator development.

Can I use this scaffolding template for Phase 1 functional spec preparation?

Yes, you can use this scaffolding template for Phase 1 functional spec preparation, as it creates session logs and requisite directories specifically organized to support early project materials and functional specification work.

What's the best way to standardize a Tercen operator project structure?

Standardize a Tercen operator project structure by applying a skeleton-based scaffolding approach that copies predefined templates and manifests, ensuring consistent directories, identity files, and session logs across development teams.