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/pauljphilp/effectpatterns/gemini-mdgit clone --depth 1 https://github.com/PaulJPhilp/EffectPatternsWhat 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.01010 | $0.01010 |
| Opus 5 | $0.00505 | $0.00505 |
| Sonnet 5 | $0.00202 | $0.00202 |
| Haiku 4.5 | $0.00101 | $0.00101 |
Grade A, and why
EffectPatterns 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 2d 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 — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gemini Integration
This document provides information about Google Gemini integration with the Effect Patterns project.
For Effect Patterns rules (shared source for all AI tools), see docs/Effect-Patterns-Rules.md. You can reference that file for Gemini's context instead of or in addition to injecting rules into this file.
AI Model Support
The Effect Patterns project supports Google Gemini for various AI-powered features, pattern analysis, and automated fixes.
Quick Start
-
Configure API Key
GOOGLE_API_KEY=your_gemini_api_key_here -
Inject Rules into GEMINI.md (optional)
Rules are maintained in docs/Effect-Patterns-Rules.md. You can reference that file for context, or inject into this file:
# Add Effect patterns to this file for Gemini's context ./ep-admin config install add --tool gemini -
Use with CLI Commands
# Ingest raw patterns ./ep-admin data ingest process # Run AI-powered autofix for TypeScript errors ./ep-admin dev autofix prepublish --ai-call --provider google
Supported Models
- Gemini 2.5 Flash (Recommended) - State-of-the-art for large-scale processing and agentic tasks.
- Gemini 2.0 Flash - High-speed, low-latency model for most tasks.
- Gemini Pro - Higher quality for complex architectural analysis.
- Gemini 1.5 Flash - Legacy support for stable workflows.
Features
1. Pattern Generation & Analysis
Create and analyze Effect-TS patterns using Gemini's reasoning capabilities.
# Generate documentation from published patterns
./ep-admin publish generate
# Search for patterns
./ep-admin pattern search "Error management"
2. AI-Powered Autofix
Automatically fix TypeScript errors in patterns before publishing using Gemini 2.5 Flash.
# Call Gemini to generate fixes for prepublish errors
./ep-admin dev autofix prepublish --ai-call --provider google --model gemini-2.5-flash
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.
- 2d ago First seen · 125 lines · 1,010 tokens per session scan A 90e39a3c5426
EffectPatterns GEMINI.md is an instructions file published in the GitHub repository PaulJPhilp/EffectPatterns (795 stars, last pushed 2mo ago), licensed MIT. It adds 1,010 tokens to every session, about $0.0051 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.
Other instructions, from other repositories
pi-effect-harness AGENTS.md
Instructions for mpsuesser/pi-effect-harness, covering agents.md — pi-effect-harness, layout, verification, where to look for common changes and conventions.
openagent CLAUDE.md
Claude Code instructions for the-open-agent/openagent, covering claude.md, commands, architecture, backend (go / beego) and frontend (react).
llm-wiki-agent GEMINI.md
Gemini CLI instructions for SamurAIGPT/llm-wiki-agent, covering llm wiki agent — schema & workflow instructions, how to use, directory layout, page format and ingest workflow.
huly-mcp CLAUDE.md
Instructions for dearlordylord/huly-mcp, covering project instructions, design principle: llm-first api, project harness (copy to new projects), package manager and verification.
DocMason copilot-instructions.md
Instructions for JetXu-LLM/DocMason, covering docmason github copilot notes and copilot-specific delta.
DeepRefine-Skill GEMINI.md
Instructions for HKUST-KnowComp/DeepRefine-Skill, covering deeprefine skill for gemini cli, core behavior and commands.