benxmy

Yap — Productivity skill for Claude Code

Productivity community

Log what you're doing right now — the "Yapper's API".

How to install Yap

Installs to ~/.claude/skills/benxmy-claude-skills-yap/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benxmy-claude-skills-yap && curl -fsSL https://raw.githubusercontent.com/benxmy/claude-skills/HEAD/skills/yap.md -o ~/.claude/skills/benxmy-claude-skills-yap/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Yap does


name: yap description: Log what you're doing right now — the "Yapper's API". Narrate your activities so Claude builds context over time. Use with no args to review, or 'listen' for ongoing logging mode. user-invocable: true allowed-tools:

  • Read(~/yap-log.md)
  • Write(~/yap-log.md)
  • Edit(~/yap-log.md)
  • Bash(date *)
  • Bash(touch ~/notifications/.suppress)
  • Bash(rm -f ~/notifications/.suppress)

/yap — The Yapper's API

A simple activity log. Narrate what you're doing so Cl

Alternatives in Productivity

  • Carl — Context Augmentation & Reinforcement Layer — Domain-based behavioral rules for Claude Code, keyword-matched an 368 ★
  • Dashclaw Retire Legacy — Officially retire the published dashclaw/legacy Node SDK the safe way — deprecate now, delete at v5 — without 297 ★
  • Session Log — Log and track development sessions 289 ★

Full documentation available on GitHub

View Source Repository