AI SummaryA GitHub Copilot instruction set that standardizes CHANGELOG maintenance and Dart/Flutter API documentation for the shadcn/ui Flutter ecosystem. Developers benefit from deterministic, high-quality contribution guidelines that ensure consistency across the project.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "shadcn_flutter — Copilot Instructions" prompt rules to my project. Repository: https://github.com/sunarya-thito/shadcn_flutter Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
A cohesive shadcn/ui ecosystem for Flutter
Quick examples (good style)
• Added: Support --fast-mode flag for build (PR 88, @alice) • Changed: Large CLI refactor; removed legacy plugin adapter (PR 99, @bob) — Manual review required (diff >= 1000 lines)
Examples — guidance
• Use fenced code with dart and keep examples runnable. • Prefer const where appropriate; avoid private/test-only APIs. • Provide basic and slightly advanced examples when useful.
GitHub Copilot Instructions for this Repository
This document tells an LLM how to write and validate two critical things in this repo: • The CHANGELOG (how to structure it, when to update it, and how to reconstruct missing entries) • The API/class documentation for Dart/Flutter code (how to write comprehensive, analyzer-friendly docs) Keep responses concise, actionable, and consistent with the rules below. ---
CHANGELOG — How to write and maintain CHANGELOG.md
These instructions explain how CHANGELOG.md should be written, when it must be updated, and how to retroactively reconstruct entries from git history. They’re written so an LLM can produce deterministic, high-quality entries.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts