kramme:list-learnings

List learnings from a persistent database with filtering by category or project.

2|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-list-learnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kramme:list-learnings
Source: https://github.com/Abildtoft/kramme-cc-workflow/tree/main/skills/kramme%3Alist-learnings
Command: npx skills add https://github.com/Abildtoft/kramme-cc-workflow --skill kramme-list-learnings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid retrieval of learnings stored in the persistent database, eliminating manual lookups and scattered notes.

Core Features & Use Cases

  • Filter by category or project to focus results on relevant learnings.
  • List learnings in reverse-chronological order to surface the most recent insights.
  • Generate a category or project summary to understand where learnings cluster.

Quick Start

Run the kramme:list-learnings skill to display the latest learnings from the database. Examples: /kramme:list-learnings /kramme:list-learnings --category Research --project Alpha --limit 20 /kramme:list-learnings --categories

Frequently Asked Questions about kramme:list-learnings

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

FAQPage Schema
How do I list learnings from a SQLite database with category filters?

List learnings from a SQLite database by using standard SQL queries with argument parsing to filter by category or project, returning structured results in a predictable reverse-chronological order.

Can I generate a summary of learnings grouped by project?

Yes, generate a project summary by passing the project argument to list where learnings cluster. This uses standard SQL queries to return structured insights from the persistent database.

How do I limit the number of learnings returned from the database?

Limit the number of learnings returned by applying an optional limit argument. The Skill uses argument parsing to restrict standard SQL query results to your specified count.

What is the best way to retrieve recent learnings without manual lookups?

Retrieve recent learnings by running a list query that returns results in reverse-chronological order. This eliminates scattered notes and manual database lookups for rapid retrieval.

Does this database query tool support filtering by multiple fields simultaneously?

Yes, the query tool supports filtering by both category and project simultaneously. It uses argument parsing to apply multiple standard SQL filters and return structured results.

When do I need to use a category summary view for my learnings?

Use a category summary view when you need to quickly understand where learnings cluster across different categories. This provides rapid insights without retrieving individual records.