Borrowing it
Nothing to install: this file belongs to danielvm-git/bigpowers. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/danielvm-git/bigpowers/main/GEMINI.mdgit clone --depth 1 https://github.com/danielvm-git/bigpowersWrote 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/danielvm-git/bigpowers/gemini-md)<a href="https://agentmods.dev/instructions/danielvm-git/bigpowers/gemini-md"><img src="https://agentmods.dev/badge/instructions/danielvm-git/bigpowers/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.1 | $0.00903 | $0.00903 |
| Opus 5 | $0.00451 | $0.00451 |
| Sonnet 5 | $0.00181 | $0.00181 |
| Haiku 4.5 | $0.00090 | $0.00090 |
Grade A, and why
bigpowers 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
bigpowers — Gemini CLI
Auto-generated by
sync-skills.shfromCLAUDE.md. Edit CLAUDE.md, not this file.
Read CONVENTIONS.md before any GitHub or git operation.
Project
bigpowers — 58 agent skills for spec-driven, test-first software development by solo developers. Stack: Markdown / Bash (documentation-based; skills integrate with Claude Code, Cursor, Gemini CLI)
Commands
| Action | Command |
|---|---|
| Install | npm install -g bigpowers && bigpowers setup |
| Run | bash scripts/sync-skills.sh |
| Test | N/A (documentation project) |
| Build | bash scripts/install.sh (from source) |
| Lint | bash scripts/sync-skills.sh (validates SKILL.md syntax) |
Architecture
Collection of 58 verb-noun skills, each with a SKILL.md source file and supporting documentation. Includes Verify phase and profiles/. The sync-skills.sh script auto-generates artifacts for Cursor (.cursor/rules) and Gemini CLI (.gemini/extensions/bigpowers/) from SKILL.md sources. All planning and spec output goes to specs/ at the project root.
Conventions
- Skill directories use verb-noun naming (two words, kebab-case)
- Every skill has a single SKILL.md file as its source of truth
- All planning/spec output goes to specs/ at project root
- Artifacts in .cursor/rules and .gemini/ are auto-generated; edit SKILL.md, not artifacts
- Run sync-skills.sh after any SKILL.md changes to regenerate artifacts
Never
- Never edit .cursor/rules or .gemini/extensions/ directly — these are generated files
- Never create a skill without a SKILL.md file and proper verb-noun naming
- Never push changes without running sync-skills.sh first
Token Management
- Auto-Terse: When a session exceeds 20 turns or the context window feels "heavy" (latency increasing), you MUST switch to
terse-modeto save tokens. - Context Compaction: Every 10 turns, summarize the current session state and implementation decisions into a short, high-density note.
- Minimal Output: Prefer text-only output for simple status; use
web_fetchorrun_shell_commandonly for evidence.
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.
- 4d ago First seen · 76 lines · 903 tokens per session scan A 7969f09d7607
bigpowers GEMINI.md is an instructions file published in the GitHub repository danielvm-git/bigpowers (173 stars, last pushed yesterday), licensed MIT. It adds 903 tokens to every session, about $0.0045 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-03.
Other instructions, from other repositories
arm_1a2b_3c4d_cleanCode_meaningfulNames
Instructions for colchuck-ai/ai-resource-manager, a project described as: Package manager for AI rules and prompts with semantic versioning and automatic distribution to AI tools.
arm_1a2b_5e6f_cleanCode_smallFunctions
Instructions for colchuck-ai/ai-resource-manager, a project described as: Package manager for AI rules and prompts with semantic versioning and automatic distribution to AI tools.
arm_1a2b_7g8h_cleanCode_avoidComments
Instructions for colchuck-ai/ai-resource-manager, a project described as: Package manager for AI rules and prompts with semantic versioning and automatic distribution to AI tools.
arm_1a2b_9i0j_cleanCode_singleResponsibility
Instructions for colchuck-ai/ai-resource-manager, a project described as: Package manager for AI rules and prompts with semantic versioning and automatic distribution to AI tools.
arm_1a2b_k1l2_cleanCode_avoidDuplication
Instructions for colchuck-ai/ai-resource-manager, a project described as: Package manager for AI rules and prompts with semantic versioning and automatic distribution to AI tools.
ai-resource-manager arm_index.instructions.md
Instructions for colchuck-ai/ai-resource-manager, covering arm rulesets, priority rules, installed rulesets and sample-registry/[email protected].