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 skills add fthsrbst/mnema --skill new-projectgit clone --depth 1 https://github.com/fthsrbst/mnemaWrote 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/skills/fthsrbst/mnema/new-project)<a href="https://agentmods.dev/skills/fthsrbst/mnema/new-project"><img src="https://agentmods.dev/badge/skills/fthsrbst/mnema/new-project.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.00054 | $0.00372 |
| Opus 5 | $0.00027 | $0.00186 |
| Sonnet 5 | $0.00011 | $0.00074 |
| Haiku 4.5 | $0.00005 | $0.00037 |
Grade A, and why
new-project 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 7d 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
Yeni Proje
Adımlar
- Netleştir (tek soru turu): ne yapacak, hangi stack (belirtilmediyse code-conventions'taki varsayılanlar: TypeScript strict + npm).
- Scaffold: klasör, git init, .gitignore, README (tek paragraf amaç), lint/format config, "hello world" çalışır iskelet.
- CLAUDE.md yaz (proje köküne): projenin amacı, stack, çalıştırma komutları, hub'daki proje adı.
- Hub'a kaydet:
project_updateile map oluştur:name: klasör adıyla aynı (kebab-case)status: active,summary: tek paragrafstack,current_focus: ilk hedefnext_steps: ilk 2-3 somut adım
- İlk karar logu: stack seçimi gerekçesiyle
project_add_decision. - GitHub repo isteniyorsa:
gh repo create <name> --private --source . --push.
Kurallar
- Boilerplate'i minimumda tut; kullanılmayacak dosya üretme.
- README'ye "nasıl çalıştırılır" mutlaka yaz (tek komut hedefle).
- Proje adı hub map'i, klasör ve repo'da aynı olsun — arama tutarlılığı.
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.
- 7d ago First seen · 24 lines · 54 tokens per session scan A af17c66d735e
new-project is a skill published in the GitHub repository fthsrbst/mnema (2 stars, last pushed 8d ago), licensed MIT. It adds 54 tokens to every session and 372 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 skills, from other repositories
orbit
Orbit — the task/audit/dispatch layer for AI coding agents. Use for anything touching a task ID, .orbit/, orbit CLI or orbit. MCP tools, the docs corpus, friction records, jobs and jrun- runs, routines, auto-tasks, the sweep clock, worktree GC, the dashboard, or setting Orbit up on a machine or repository. Covers both…
otito-review
Run otito review and gate before merge — composite verdict, PR context, and PASS/WARN/FAIL checks. Invoke before declaring a PR merge-ready.
gh-cli
Operar GitHub desde la terminal con gh: PRs (crear, revisar, merge), issues, runs de CI, releases, gists, API cruda. Cargá cuando vayas a interactuar con GitHub desde la línea de comandos en lugar del navegador.
commit-hygiene
Reglas compactas de commit y PR. Mensajes en conventional commits, un cambio por commit, sin co-autoría automática del agente, sin --no-verify. Aplica cada vez que vayas a registrar o publicar cambios.
simplicio-orient
Terminal-first execution — answer facts with the shell, never with the LLM. Use whenever a step needs a fact about the filesystem, git, processes, or system resources, or runs a build/test/lint/diff whose output would flood context. Substitutes deterministic shell/CLI calls for native LLM operations and clamps their…
simplicio-autoresearch
Evolutionary optimize-by-metric loop — mutate a target, evaluate against fixed criteria, KEEP if the score improves (commit) or REVERT if it doesn't (git checkout), repeat, plateau-break after N stagnated runs. Adapts Karpathy's autoresearch pattern (and the ECC autoresearch-agent) with mandatory yool guardrails (§11…