flutter-context-update

Update Flutter project context files and append ADR entries with diffs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates updates to the project context files under docs/_context (tech-stack.md, conventions.md, decisions.md, glossary.md) and appends ADR entries.

Core Features & Use Cases

  • Update tech-stack.md, conventions.md, decisions.md, and glossary.md based on user input.
  • Append new ADR entries to decisions.md with the required ADR metadata.
  • Validate inputs, propose CLAUDE.md updates if needed, and generate diffs for user review.
  • Maintain consistency across documentation and governance artifacts during Flutter project evolution.

Quick Start

Describe the change you want to apply (e.g., add a new ADR, update tech-stack, conventions, or glossary) and the skill will apply it to docs/_context and append an ADR entry.

Frequently Asked Questions about flutter-context-update

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

FAQPage Schema
How do I update Flutter project context files like tech-stack and conventions?

To update Flutter project context files, describe the change and the skill modifies docs/_context files including tech-stack.md, conventions.md, decisions.md, and glossary.md. It drafts diffs, prompts for confirmation, and applies the edits safely.

How do I append ADR entries to decisions.md in a Flutter project?

To append ADR entries to decisions.md, provide the decision details and the skill generates a new ADR entry with required metadata. It integrates the proposal into decisions.md and validates inputs before committing the change.

What is the best way to maintain documentation consistency when changing Flutter tech stack or glossary terms?

Maintaining documentation consistency is handled by automating updates across all governance artifacts under docs/_context. When you change the tech stack or glossary, the skill proposes corresponding updates to keep related documentation aligned.

Do I need to manually edit CLAUDE.md when adding new architecture decisions to a Flutter project?

You do not need to manually edit CLAUDE.md when adding architecture decisions. The skill validates your inputs and automatically proposes CLAUDE.md updates if the change requires adjustments to your project configuration.

How does the ADR update process ensure safe edits to governance documentation?

The ADR update process ensures safe edits by drafting diffs for user review before applying any changes. It prompts for explicit confirmation, preventing unintended modifications to your governance artifacts and context files.