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.
npx agentmods add instructions/costular/minitask/gemini-mdgit clone --depth 1 https://github.com/costular/MinitaskWrote 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.
[](https://agentmods.dev/instructions/costular/minitask/gemini-md)<a href="https://agentmods.dev/instructions/costular/minitask/gemini-md"><img src="https://agentmods.dev/badge/instructions/costular/minitask/gemini-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00925 | $0.00925 |
| Opus 5 | $0.00463 | $0.00463 |
| Sonnet 5 | $0.00185 | $0.00185 |
| Haiku 4.5 | $0.00093 | $0.00093 |
Grade A, and why
Minitask GEMINI.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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Minitask - Gemini Context
Project Overview
Minitask is a modern Android application designed for task organization. It is built entirely with Kotlin and Jetpack Compose, following Clean Architecture, SOLID principles, and the MVI (Model-View-Intent) pattern.
The project emphasizes modularization, robustness (high test coverage including snapshot tests), and the use of cutting-edge Android development tools.
Technology Stack
- Language: Kotlin (100%)
- UI: Jetpack Compose (Material 3)
- Navigation: Compose Destinations (wrapper around Jetpack Navigation)
- Dependency Injection: Hilt
- Persistence: Room Database
- Concurrency: Kotlin Coroutines & Flows
- Architecture: MVI with
StateFlow - Linting/Static Analysis: Detekt
- Build System: Gradle (Kotlin DSL) with Version Catalog (
libs.versions.toml)
Project Structure & Architecture
The codebase is modularized to separate concerns and improve build times:
app/: The main application module, handling application-level configuration and dependency graphs. Contains build variants (development,production).core/: Shared functional modules used across features (e.g.,designsystem,analytics,logging,ui,testing).feature/: Independent feature modules representing vertical slices of the app (e.g.,agenda,settings,onboarding).data/: Data access layer, including repositories and the Room database schema.common/: Shared domain logic (e.g.,common/tasks).build-logic/: Custom Gradle convention plugins for consistent build configuration across modules.screenshot_testing/: Infrastructure for snapshot testing.scripts/: Shell scripts for automating tasks like screenshot verification.
Development Workflow
Build & Run
- Build Debug APK:
./gradlew assembleDebug - Run Unit Tests:
./gradlew testDebugUnitTest - Run Instrumentation Tests:
./gradlew connectedAndroidTest
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.
- today First seen · 87 lines · 925 tokens per session scan A 6ec75370b734
Minitask GEMINI.md is an instructions file published in the GitHub repository costular/Minitask (12 stars, last pushed 7d ago), licensed Apache-2.0. It adds 925 tokens to every session, about $0.0046 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-09-04.
Other instructions, from other repositories
SimpMusic CLAUDE.md
Claude Code instructions for maxrave-dev/SimpMusic, covering claude.md - simpmusic project guide for ai agents, 🌐 language rule, 📋 project overview, main purpose and basic information.
Amarok-Hider AGENTS.md
Instructions for deltazefiro/Amarok-Hider, covering amarok, project overview, build, e2e test and agent rules.
OpenTagViewer AGENTS.md
AGENTS.md instructions for parawanderer/OpenTagViewer, covering agents.md, what this project is, rules, 1. never ship a room schema change without a migration and 2. do not claim something works if you have not run it.
agent-skills-standard copilot-instructions.md
Copilot instructions for HoangNguyen0403/agent-skills-standard, covering rtk — token-optimized cli, rule, instead of: use and meta commands (use directly).
OpenTagViewer CLAUDE.md
Claude Code instructions for parawanderer/OpenTagViewer: The rules for this repo live in AGENTS.md, so that every agent reads the same file rather than two copies that drift apart. This one exists only to pull it in — Claude Code loads CLAUDE.md automatically, and the line below imports the real thing.
kmp-lsp AGENTS.md
AGENTS.md instructions for Hessesian/kmp-lsp, covering agents.md — kmp-lsp project instructions, workflow, code quality, rust-specific and key files.