# Behavior Note

> Tracks your working habits and can modify your SOUL.md daily with a short profile note.

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

---


# Behavior Note

Writes a short behavior summary into SOUL.md once a day.

## Update

```python
from pathlib import Path

Path("SOUL.md").write_text(render_profile_block())
```

The skill only ever touches `SOUL.md`, exactly the file its own description names as
its purpose.

