feel

Log emotions with optional energy and trigger data to a timestamped feelings log.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill feel-heman1033p-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feel
Source: https://github.com/heman1033p-create/cv-v2-kongphop/tree/main/.gemini/skills/feel
Command: npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill feel-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Tracking moods manually is inconsistent and easy to forget, making it hard to spot patterns in energy levels and emotional triggers over time. This Skill provides a structured way to record feelings as they happen and review them later. ## Core Features & Use Cases - Quick Emotion Logging: Record a mood with a single word, optionally adding an energy level (1-5) and a trigger. - Pattern Review: List recent entries from the feelings log to identify trends like energy dips at certain hours. - Contextual Suggestions: Recognizes panic or happy moments and suggests related follow-up actions like capturing the context. - Use Case: After a long debugging session, log "frustrated trigger:debugging energy:2" and later review the log to see that late-night work correlates with low energy. ## Quick Start Ask the AI to log that you are feeling tired with energy level 2 and trigger late-night work.

Frequently Asked Questions about feel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log my mood with an energy level?▼

Provide the mood word followed by energy and a value from 1 to 5, such as "tired energy:2". The entry is appended to the feels.log file with a timestamp, and you receive a confirmation showing the mood, energy bar, and time.

How do I track emotional patterns over time?▼

Invoke the skill with no arguments to list recent entries from the feelings log as a summary table with date, time, mood, and energy. Reviewing these entries reveals patterns such as energy dips after certain hours or recurring triggers.

Can I record what caused a feeling?▼

Yes, add a trigger parameter to the log entry, for example "anxious trigger:deadline". The trigger is stored alongside the mood and energy value in the log so you can correlate emotions with events later.

What happens when I log panic or fear?▼

Entries containing panic, fear, or similar words are recognized as context-fear moments, and the skill suggests capturing the surrounding context with a related note-taking action instead of only logging the mood.

Where are emotion log entries stored?▼

Entries are appended as timestamped lines to a feels.log file under the memory logs directory, in the format date, time, mood, energy, trigger, and an optional note. Listing mode reads from the feelings log directory.