skills copilot-instructions.md

skills copilot-instructions.md is an instructions file for GitHub Copilot from dhruvanbhalara/skills. It costs 787 tokens per session, scanned A, original, MIT.

A project instruction file for Flutter and Dart development. Flutter is a toolkit for building apps, while Dart is its programming language; the instructions define coding style, architecture, state handling, data access, and logging rules.

In plain words
What is it for?
Use it when building or changing the Flutter application in that repository. It guides naming, null-safe Dart code, BLoC or Cubit state management, dependency injection, layered architecture, logging, and file-size limits.
Why use it?
It gives the coding agent a consistent structure for working in the repository and helps avoid unsafe or hard-to-maintain patterns. It also documents the project’s chosen libraries and conventions.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/dhruvanbhalara/skills/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/dhruvanbhalara/skills

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skills copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dhruvanbhalara/skills/copilot-instructions.svg)](https://agentmods.dev/instructions/dhruvanbhalara/skills/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/dhruvanbhalara/skills/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/dhruvanbhalara/skills/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 787 This file is loaded in full into every session.
When invoked 787 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00787 $0.00787
Opus 5 $0.00394 $0.00394
Sonnet 5 $0.00157 $0.00157
Haiku 4.5 $0.00079 $0.00079

Measured 5d ago against content hash b39530d8ffbe, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skills copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/copilot-instructions.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Instructions & Best Practices

As an AI agent working on this repository, you MUST adhere to the following core principles and coding standards. These are synthesized from the individual skills in the skills/ directory (covering Flutter, Dart, GitHub, and other development workflows).

Core Tech Stack

  • Language: Dart 3 (Strong typing, null safety, exhaustive switch expressions)
  • Framework: Flutter
  • State Management: BLoC / Cubit (Event-driven, logic separation)
  • Dependency Injection: injectable / get_it
  • Architecture: Clean Architecture (Data → Domain → Presentation)

Coding Standards

  • Naming: PascalCase for classes, camelCase for variables/functions, snake_case for files.
  • Strong Typing: NO dynamic. Use Object? or explicit types.
  • Conciseness: Keep files < 300 lines. Keep functions short (< 50 lines).
  • Null Safety: Avoid ! operator. Prefer pattern matching or early returns.
  • Logging: Use AppLogger. NEVER use print() or raw debugPrint().

Architecture & Data

  • Repository Pattern: DataSources handle raw IO (Dio, Isar, Firebase). Repositories handle orchestrating and domain mapping.
  • Models: Use fromJson/toJson factories. Data models live in data/, Domain entities in domain/, and UI states in presentation/.
  • Forms: Manage form state in BLoCs. Use pure validator functions in the domain layer.

UI & UX (Design System)

  • Design Tokens: ZERO hardcoded colors or spacing. Use AppColors, AppSpacing, and AppRadius.
  • Widget Lifecycle: Declare controllers/nodes as late final in initState() and dispose in dispose().
  • Performance: NO heavy work in build(). Mandate isolates for JSON parsing > 1MB.
  • Patterns: NO nested ScrollViews in same direction. NO private _buildWidget methods (extract into classes). Use Slivers for complex lists.

Git Workflow

  • Atomic Commits: One commit = one logical change. Follow Conventional Commits: type(scope): description.
  • Commit Bodies: Include sub-messages to explain the "why" and "how" of changes.
  • Pull Requests: Ensure zero analysis warnings and passing tests before PR. Provide descriptive titles and internal/external change summaries.
  • Changelogs: Follow Keep a Changelog standards. Do not copy commit logs directly. Read the git history of the target branch, then summarize the changes under clear categories (Added, Changed, Fixed, Removed).

Read the full file on GitHub · 51 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 51 lines · 787 tokens per session scan A b39530d8ffbe

Subscribe to this mod's changes

skills copilot-instructions.md is an instructions file published in the GitHub repository dhruvanbhalara/skills (29 stars, last pushed 5d ago), licensed MIT. It adds 787 tokens to every session, about $0.0039 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.