debug-log

A Turkish-language practice for recording difficult bugs as searchable notes. Each note records the symptom, misleading clue, root cause, fix, and lesson learned.

In plain words
What is it for?
Use it after a long debugging session to save a reusable troubleshooting record, and search previous records before investigating a new difficult bug.
Why use it?
It prevents time-consuming debugging discoveries from being lost and helps you check whether the same problem was already solved. This is especially useful for misleading, environment-specific, or recurring errors.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/fthsrbst/mnema/debug-log
Any agent
npx skills add fthsrbst/mnema --skill debug-log
Clone the repo
git clone --depth 1 https://github.com/fthsrbst/mnema

Made for: Claude Code, Codex.

Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 377 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00072 $0.00377
Opus 5 $0.00036 $0.00188
Sonnet 5 $0.00014 $0.00075
Haiku 4.5 $0.00007 $0.00038

Measured 2d ago against content hash a63fed9b3351, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

debug-log 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.

skills/debug-log/SKILL.md · 31 lines

What it actually says

Debug Log

Zor çözülen her bug bir daha karşına çıkar — başka projede, başka cihazda, aylar sonra. Çözümü kaydet ki ikinci seferde dakikalar sürsün.

Ne zaman kaydet

  • Kök nedeni bulmak 30+ dakika sürdüyse
  • Hata mesajı yanıltıcıydıysa (asıl sorun başka yerdeydi)
  • Ortama/versiyona özgü bir sorunsa (Windows path, Node sürümü, ARM, driver...)
  • Aynı hataya daha önce de rastladığını fark ettiysen (→ kesin kaydet)

Format

memory_save ile, type=howto, tags=["debug", ]:

title: <hata mesajının/belirtinin aranabilir özeti>
body:
**Belirti:** ne görünüyordu (hata mesajı birebir — aranabilirlik için önemli)
**Yanıltıcı iz:** neyi sandık, neden yanlıştı (varsa)
**Kök neden:** asıl sorun
**Çözüm:** ne yapıldı (komut/kod ile)
**Ders:** bir dahaki sefere ilk nereye bakmalı

Önce ara

Yeni bir zorlu hatayla karşılaşınca kaydetmeden önce memory_search(<hata mesajı>) — belki geçmişteki sen çoktan çözmüş.

Changes

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.

  1. 2d ago First seen · 31 lines · 72 tokens per session scan A a63fed9b3351

Subscribe to this mod's changes

debug-log is a skill published in the GitHub repository fthsrbst/mnema (2 stars, last pushed 2d ago), licensed MIT. It adds 72 tokens to every session and 377 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

new-changelog

Create the next desktop changelog entry when asked to add a changelog file or prepare the next release note under packages/changelog/content. Use this when the task is specifically about determining the next version and creating the markdown entry.

fastrepl/anarlog · 50 tokens

self-awareness

Inspect Open Science's JavaScript control REPL, discover managed Project files, Sessions, and Agent Frames, and safely feature-gate host. calls with host.capabilities(). Use when an Agent needs to discover available host APIs, locate an Artifact or Upload Version, diagnose a Session, or read a Frame transcript in the…

aipoch/open-science · 69 tokens

ligandmpnn

Inverse-fold a backbone with ligand, nucleic-acid, and metal context using LigandMPNN (Dauparas et al. 2023, github.com/dauparas/LigandMPNN). Reach for this skill to redesign the residues lining a binding pocket around a bound small molecule or cofactor, to design metal-coordinating sites where the geometry must be…

aipoch/open-science · 100 tokens

publish

Publish the Octop Python package: cut a release branch from develop, bump version, update CHANGELOG, open a PR to main; after merge, Actions tag on main (PyPI / Docker Hub) and sync main into develop. Use when the user asks to publish, release, bump version, cut a release, or run /publish.

TencentCloud/Octop · 71 tokens