growthlog-read

Query Supabase growth logs by keyword, category, or review status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to easily read, search, and list your growth logs (reflections, learnings, and successes) stored in Supabase.

Core Features & Use Cases

  • View Recent Logs: Get a list of your latest growth logs.
  • Search Logs: Find specific logs using keywords in titles or content.
  • Filter by Category: Display logs belonging to a particular category.
  • Identify Logs for Review: Find logs that require follow-up based on review schedules or retention flags.
  • View Specific Log Details: Retrieve the full content and metadata of a single log entry.

Quick Start

Show me the latest growth logs.

Frequently Asked Questions about growthlog-read

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

FAQPage Schema
How do I search growth logs stored in Supabase by keyword?

To search growth logs in Supabase, you query the `growth_log_learnings` table using keyword-based searches across both titles and content fields, retrieving matching reflection entries via SQL executed through Supabase MCP.

How do I list my recent learning reflections from a Supabase database?

Listing recent learning reflections from Supabase involves querying the `growth_log_learnings` table to retrieve and display the latest growth log entries in a user-friendly format, ordered by their creation or update timestamps.

Can I filter my Supabase growth logs by category or review schedule?

Yes, you can filter Supabase growth logs by category to display specific entries, and identify logs due for review or marked for retention by querying specific flags and review schedules within the `growth_log_learnings` table.

How do I retrieve a specific growth log entry from Supabase using its title?

Retrieving a specific growth log entry by title requires fetching the full content and metadata from the Supabase `growth_log_learnings` table using a targeted SQL query that matches the exact title string via Supabase MCP.

Do I need Supabase MCP to read and query my growth logs?

Yes, Supabase MCP is required because the Skill utilizes SQL queries executed through this protocol to access and retrieve data from the `growth_log_learnings` table, presenting the results in a readable format.

What is the best way to identify logs marked for retention in my learning tracker?

Identifying logs marked for retention in your learning tracker is done by querying the `growth_log_learnings` table in Supabase for specific retention flags, allowing you to find entries that require follow-up or long-term safekeeping.