flutter-manifest-init

Generate versioned Flutter manifest templates from YAML skeletons.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/dus2183-commits/flutter-skills --skill flutter-manifest-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-manifest-init
Source: https://github.com/dus2183-commits/flutter-skills/tree/main/flutter-manifest-init
Command: npx skills add https://github.com/dus2183-commits/flutter-skills --skill flutter-manifest-init

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? 生成批量开发清单模板,帮助 Flutter 项目快速搭建多模块的开发骨架,并自动递增版本号与产出可追溯的 manifest 文件。

## Core Features & Use Cases

  • 自动从 _knowledge/context-templates/manifest.template.yaml 拷贝骨架到 docs/manifests/manifest-v{N}.yaml,并递增版本号。
  • 支持可选的 modules_count 与 modules_hint,方便批量创建多个模块清单。
  • 生成的 manifest 文件可直接用于后续的 flutter-flow-feature 流程,提升团队协作效率。

### Quick Start 以自然语言触发生成清单模板,Claude 将自动生成并输出 docs/manifests/manifest-v{N}.yaml。

Frequently Asked Questions about flutter-manifest-init

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

FAQPage Schema
How do I generate a batch manifest template for a multi-module Flutter project?

To generate a batch manifest template for a multi-module Flutter project, this skill clones a skeleton from your knowledge templates and writes a versioned manifest file into the docs directory. It automatically increments the version number for each batch generation.

Can I specify the number of modules when scaffolding a Flutter manifest?

You can specify the number of modules during Flutter manifest scaffolding by providing optional parameters. Supplying module counts and hints allows the template to accurately structure the bulk generation of multiple module manifests.

What is the best way to manage version numbers for bulk scaffolding manifests?

The best way to manage version numbers for bulk scaffolding manifests is through automated template cloning. This skill reads the existing manifest template and automatically increments the version number on each output file.

Does the generated manifest integrate with the flutter-flow-feature workflow?

The generated manifest directly integrates with the flutter-flow-feature workflow. The versioned YAML files produced in the docs directory are structured to be immediately consumed by downstream Flutter development processes.

Where does the skill read the manifest template from and write the output to?

The skill reads the manifest template from the internal knowledge context templates directory. It then writes the newly generated, version-incremented manifest YAML file directly into the project's docs manifests folder.