P

Pomodoro System

System Skill Pattern (skills that remember & improve)

Home/Productivity/Pomodoro System

WhatIsIt

A reference implementation of the System Skill Pattern for building Claude Skills that remember, learn, and improve over time. It demonstrates the pattern through a fully functional Pomodoro timer, combining a CLI tool, SKILL.md guidelines, and a database for persistent state. A practical example of how to build stateful, self-improving Claude Skills.

HowToUse

The skill implements a Pomodoro timer with Claude integration:

  1. Start a session - Begin a 25-minute focused work period with a clear task description
  2. Track progress - The system monitors your sessions and breaks
  3. Review history - Query past sessions, completion rates, and productivity patterns
  4. Learn and adapt - The system learns from your patterns and suggests optimizations

More importantly, it serves as a template for building your own stateful skills using the System Skill Pattern (CLI + SKILL.md + Database).

KeyFeatures

  • Reference implementation of the System Skill Pattern
  • Fully functional Pomodoro timer with session tracking
  • Persistent state via database for learning across sessions
  • CLI interface for timer management and history queries
  • Template for building custom stateful Claude Skills
  • Self-improving skill behavior based on usage patterns
ViewOnGitHub

GithubStats

Stars
Forks
LastUpdate
Author
jakedahn
License
MIT
Version
1.0.0

Categories

Productivity

Tags

cli
markdown
database

Features

RelatedSkills

MoreFrom