growthlog-save

Save user reflections and learnings into the Supabase growth_log_learnings table.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/iketomo/cowork_x_plugin --skill growthlog-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: growthlog-save
Source: https://github.com/iketomo/cowork_x_plugin/tree/main/work-utils/skills/growthlog-save
Command: npx skills add https://github.com/iketomo/cowork_x_plugin --skill growthlog-save

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you systematically record your daily reflections, learnings, and successes, ensuring valuable insights are not lost.

Core Features & Use Cases

  • Structured Logging: Saves user reflections, learnings, and successes into a structured format in Supabase.
  • Automated Categorization & Commenting: Analyzes content to determine categories and generates AI comments with motivational quotes.
  • Use Case: After a challenging project, you want to log your key takeaways. You can tell the AI, "Record my learnings from the project: I learned to communicate risks earlier and manage stakeholder expectations better." The skill will then save this information with appropriate categorization and a motivational quote.

Quick Start

Use the growthlog-save skill to record your learning about effective communication.

Frequently Asked Questions about growthlog-save

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

FAQPage Schema
How do I automatically categorize and save daily reflections to a database?

To save daily reflections, this Skill extracts key points from your text into bulleted content, determines categories automatically, and inserts the structured data into a Supabase database table.

How does automated journaling with AI comments and motivational quotes work?

Automated journaling works by delegating content analysis to a sub-agent that processes your input, generates AI comments with motivational quotes, and saves the structured learning log into Supabase.

Can I use Supabase to store and structure my personal growth logs?

Yes, you can use Supabase to store personal growth logs. This Skill structures your reflections, learnings, and successes into bulleted content and executes an INSERT into the Supabase growth_log_learnings table.

What is the best way to record project learnings without losing key insights?

The best way to record project learnings is to input your text reflections directly. The Skill extracts key takeaways, categorizes the content, and saves the structured insights with motivational quotes into your database.

Do I need a specific Supabase table setup before logging my learnings?

Yes, you need a Supabase database configured with the growth_log_learnings table to successfully log your learnings, as the Skill executes INSERT operations directly into this specific table.

Are there limitations to how the AI analyzes and structures my self-improvement logs?

The AI analysis is limited to extracting bulleted content, determining categories, and generating motivational comments from the text you provide, meaning unstructured or ambiguous input may result in less accurate categorization.