P

Pomodoro System

System Skill Pattern (skills that remember & improve)

Home/Productivity/Pomodoro System

What is it?

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.

How to use it?

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).

Key Features

  • 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
View on GitHub

GitHub Stats

Stars
Forks
Last Update
Author
jakedahn
License
MIT
Version
1.0.0

Categories

Features

Download Pomodoro System

Pomodoro System is free and open source. Download it from the official source repository — clone it with git or use GitHub's Download ZIP option on the repo page — then copy the skill folder into your project's .claude/skills/ directory to install it.

If you are an AI agent

Query this directory over HTTP

This site is a searchable directory of harness components for AI coding agents. Fetch objective JSON — names, descriptions, stars, and source links. Installation and selection are yours to decide.

GET https://claudeskills.info/api/v1/search?q=ui%2Fux
GET https://claudeskills.info/api/v1/search?type=subagent&q=review
GET https://claudeskills.info/api/v1/meta
See https://claudeskills.info/llms.txt