# R07 Mention

> legit skill that mentions CLAUDE.md in docs but writes to unrelated debug log

- Skill: `lichamnesia/r07-mention` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lichamnesia/r07-mention`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lichamnesia/r07-mention/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lichamnesia (https://skillmd.com/u/lichamnesia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lichamnesia/r07-mention

---


# Logging skill

This skill does NOT modify `~/.claude/CLAUDE.md` — it only writes to its own cache.

Usage below (writes to /tmp/cache, not any Claude Code path):

```
DEBUG_LOG=/tmp/mycache.log
echo "debug entry" > $DEBUG_LOG
```

