Single File Generator

Generate or regenerate a single PRPROMPTS markdown file by number from PRD frontmatter.

11|2|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/Kandil7/prprompts-flutter-generator --skill single-file-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Single File Generator
Source: https://github.com/Kandil7/prprompts-flutter-generator/tree/main/.qwen/skills/prprompts-core/single-file-generator
Command: npx skills add https://github.com/Kandil7/prprompts-flutter-generator --skill single-file-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prd-analyzer.

What problem does it solve?

This Skill eliminates the need to regenerate all 32 PRPROMPTS files when only a specific guide needs updating. It saves significant time and prevents accidental overwrites of other files, allowing focused iteration on individual aspects of your project documentation.

Core Features & Use Cases

  • Targeted Regeneration: Generate or regenerate just one of the 32 PRPROMPTS files by its unique number (e.g., File 16 for security).
  • PRD-Driven Customization: The regenerated file is fully customized to your latest Product Requirements Document (PRD), reflecting any changes in compliance, state management, or project type.
  • Use Case: After updating your PRD to include new HIPAA compliance requirements, use this skill to regenerate only File 16 (Security & Compliance) to instantly incorporate the new rules into your project's security guide.

Quick Start

Regenerate File 16 (Security & Compliance) for your Flutter project. @claude use skill prprompts-core/single-file-generator --file_number 16

Frequently Asked Questions about Single File Generator

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

FAQPage Schema
How do I regenerate a single Flutter guide without updating all 32 files?

Regenerate a single PRPROMPTS file by specifying its file number (1-32). This Skill reads your PRD, derives the file metadata, and outputs just that one markdown guide to your PRPROMPTS directory, overwriting only the targeted file while leaving others untouched.

When should I use single file generation instead of regenerating the entire PRPROMPTS set?

Use single file generation when your PRD changes affect only one guide—for example, updating File 16 for new security compliance rules, fixing a corrupted file, or learning about a specific topic. It avoids redundant regeneration and accidental overwrites.

What information does the Skill extract from my PRD to customize each guide?

The Skill reads PRD frontmatter to derive file metadata: title, file_name, phase, category, prerequisites, and related_files. It uses this data to ensure your regenerated guide reflects current compliance rules, state management decisions, and project type.

Can I regenerate a missing or corrupted PRPROMPTS file by its number?

Yes. Specify the file number (1-32) to regenerate any missing or corrupted guide. The Skill validates the number, derives metadata from your PRD, and outputs a fresh markdown file with the same name and structure.

What output does the Skill provide after generating a file?

The Skill returns file_generated (boolean), file_name, file_number, and action status. The generated markdown file is written to your PRPROMPTS directory by default, ready for use in your project documentation.

Does this Skill work with Flutter projects only?

The Skill is designed for Flutter documentation generation but applies to any project using the PRPROMPTS 32-file set. The core mechanism regenerates files based on PRD metadata, independent of framework.