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 commands/google-gemini/gemini-cli/strict-development-rulesgit clone --depth 1 https://github.com/google-gemini/gemini-cliWhat 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.00000 | $0.02023 |
| Opus 5 | $0.00000 | $0.01012 |
| Sonnet 5 | $0.00000 | $0.00405 |
| Haiku 4.5 | $0.00000 | $0.00202 |
Grade A, and why
strict-development-rules scanned grade A with 1 finding 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 yesterday.
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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- Mock critical dependencies (`fs`, `os`, `child_process`) ONLY at the top of Copies of this mod
2 near-identical copies found in the catalogue:
- strict-development-rules — 100% identical, 0 lines differ
- strict-development-rules — 88% identical, 28 lines differ
How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gemini CLI Strict Development Rules
These rules apply strictly to all code modifications and additions within the Gemini CLI project.
Testing Guidelines
- Async/Await: Always use
waitForfrompackages/cli/src/test-utils/async.tsinstead ofvi.waitForfor allwaitForcalls withinpackages/cli. NEVER use fixed waits (e.g.,await delay(100)). Always usewaitForwith a predicate to ensure tests are stable and fast. Using the wrongwaitForcan result in flaky tests andactwarnings. - React Testing: Use
actto wrap all blocks in tests that change component state. UserenderorrenderWithProvidersfrompackages/cli/src/test-utils/render.tsxinstead ofrenderfromink-testing-librarydirectly. This prevents spuriousactwarnings. If test cases specify providers directly, consider whether the existingrenderWithProvidersshould be modified. - Snapshots: Use
toMatchSnapshotto verify that rendering works as expected rather than matching against the raw content of the output. When modifying snapshots, verify the changes are intentional and do not hide underlying bugs. - Parameterized Tests: Use parameterized tests where it reduces duplicated lines. Give the parameters explicit types to ensure the tests are type-safe.
- Mocks Management:
- Mock critical dependencies (
fs,os,child_process) ONLY at the top of the file. Ideally, avoid mocking these dependencies altogether. - Reuse existing mocks and fakes rather than creating new ones.
- Avoid mocking the file system whenever possible. If using the real file system is too difficult, consider writing an integration test instead.
- Always call
vi.restoreAllMocks()inafterEachto prevent test pollution. - Use
vi.useFakeTimers()for tests involving time-based logic to avoid flakiness.
- Mock critical dependencies (
- Typing in Tests: Avoid using
anyin tests; prefer proper types orunknownwith narrowing.
React Guidelines (packages/cli)
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.
- yesterday First seen · 159 lines · 0 tokens per session scan A 373969348168
strict-development-rules is a command published in the GitHub repository google-gemini/gemini-cli (106,749 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,023 tokens. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
genimage
Generate, edit, or create any image — photos, illustrations, website visuals, placeholders, icons, thumbnails, banners, or any graphic asset.
setup
Setup the Gemini API key for Nano Banana.
hybrid
Your tokens cost $15/million. Gemini is FREE.
spec-research
需求 → 约束集(并行探索 + OPSX 提案).
spec-design
Create comprehensive technical design for a specification.
edison.list
This obsolete slash command is disabled for this repository.