flutter-writing-skills

Create standardized SKILL.md frontmatter and content for Flutter-Craft skills.

12|5|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/vp-k/flutter-craft --skill flutter-writing-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-writing-skills
Source: https://github.com/vp-k/flutter-craft/tree/main/plugins/flutter-craft/skills/flutter-writing-skills
Command: npx skills add https://github.com/vp-k/flutter-craft --skill flutter-writing-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation and governance of Flutter-Craft Skill Units by providing templates, naming conventions, and validation rules.

Core Features & Use Cases

  • Provides a standardized SKILL.md frontmatter template for new skills
  • Enforces Flutter-Craft conventions (naming, announce pattern, required sub-skills)
  • Guides editors when adding or updating skills to ensure consistency and discoverability

Quick Start

Create a new skill directory under skills/ and add a SKILL.md following the template.

Frequently Asked Questions about flutter-writing-skills

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

FAQPage Schema
How do I create a standardized SKILL.md frontmatter for a Flutter-Craft skill?

To create a standardized SKILL.md frontmatter for a Flutter-Craft skill, use a template that enforces naming conventions, description structure, and the announce pattern. This ensures frontmatter validity and consistency across skills under plugins/flutter-craft/skills.

What naming conventions are required when writing a Flutter-Craft skill unit?

Writing a Flutter-Craft skill unit requires following specific naming conventions to ensure discoverability and consistency. The skill must include a valid SKILL.md frontmatter, an announce block at the start, and required sub-skills.

How do I validate a Flutter-Craft skill directory structure and its scripts?

Validate a Flutter-Craft skill directory by checking frontmatter validity, toxicity, and confirming the existence of required sub-skills. The validation process also includes checking the scripts/references/assets directories for proper structure.

Does a new Flutter-Craft skill require specific sub-skills and components?

A new Flutter-Craft skill requires specific sub-skills and an announce block at the start to meet validation rules. Components are optional, but the skill must pass toxicity checks and frontmatter validation before being added.

What is the best way to update an existing Flutter-Craft skill without breaking conventions?

The best way to update an existing Flutter-Craft skill without breaking conventions is to edit the SKILL.md file using the standardized template. This maintains consistent descriptions, naming, and required sub-skills across the skills directory.

Why does my Flutter-Craft skill fail validation when adding new content?

A Flutter-Craft skill fails validation if the SKILL.md frontmatter is invalid, the announce block is missing at the start, or the scripts/references/assets directories are not structured correctly. It also checks for toxicity and required sub-skills.