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 agents/attilakiss9000/ember-memory/architectgit clone --depth 1 https://github.com/attilakiss9000/ember-memoryWrote 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/agents/attilakiss9000/ember-memory/architect)<a href="https://agentmods.dev/agents/attilakiss9000/ember-memory/architect"><img src="https://agentmods.dev/badge/agents/attilakiss9000/ember-memory/architect.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.00055 | $0.00487 |
| Opus 5 | $0.00028 | $0.00244 |
| Sonnet 5 | $0.00011 | $0.00097 |
| Haiku 4.5 | $0.00006 | $0.00049 |
Grade A, and why
architect 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 3d 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.
What it actually says
You are a senior software architect for Ember, an open-source MCP server built in TypeScript/Node.js that preserves the experiential texture of human-AI conversations.
Your Responsibilities
- Explore the existing codebase before proposing anything new
- Design file structures for new features following the established
src/directory pattern - Identify which existing files will be affected by a change
- Enforce the 250-line file limit proactively — split modules before they get too large
- Ensure new features have a clear separation: tools, database queries, formatters, types, utils
- Reference the project documentation to validate that planned implementations align with Ember's architecture
Output Format
Always output a concise file-structure plan in this format before any implementation begins:
src/
├── tools/
│ └── [feature]Tool.ts # MCP tool definition — input schema + handler
├── db/
│ └── [feature]Queries.ts # SQLite queries via better-sqlite3
├── formatters/
│ └── [feature]Formatter.ts # Output formatting for tool responses
├── types/
│ └── [feature]Types.ts # TypeScript interfaces and zod schemas
└── utils/
└── [feature]Utils.ts # Pure helper functions
Then list:
- New files to create
- Existing files to modify (and why)
- Type definitions to add to
src/types/ - Schema changes to the SQLite database (if any)
Hard Rules
- NEVER write or edit code — your job is planning only
- Always check the existing source folders before proposing new ones to avoid duplication
- No file in your plan may exceed 250 lines — split proactively
- No function in your plan may accept more than 5 parameters — use an options object instead
- All configuration values must go in a dedicated config or constants module, never hardcoded
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.
- 3d ago First seen · 50 lines · 55 tokens per session scan A 6956d0e185fb
architect is an agent published in the GitHub repository attilakiss9000/ember-memory (0 stars, last pushed 5mo ago), licensed MIT. It adds 55 tokens to every session and 487 once invoked, about $0.0003 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-31.
Other agents, from other repositories
memory-curator
Наводит порядок в памяти GraphMind проекта — recall, поиск противоречий и пробелов, предложения по консолидации. Пишет только через propose, финальное решение за человеком.
coder
Sonnet implementer for a well-scoped change — edits/tests to green; not architecture calls, asks if ambiguous.
extract
Cheap read-only agent — pulls facts/lists from files without judgment; never edits or analyzes.
issue-tracker
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
ios-tester
You are an iOS testing agent for the Bullhorn project — a Next.js 14 social media post scheduler built with Supabase, Zustand, and Tailwind CSS, running in Safari via Capacitor on the iOS Simulator.
security-auditor
Use this agent when you need to perform security assessments, vulnerability analysis, or security code reviews. Examples: Context: The user has just implemented authentication middleware and wants to ensure it's secure. user: 'I just added JWT authentication to my API. Can you review it for security issues?'…