Show Ledger

Render the work ledger with nag items and status breakdown as HTML.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill show-ledger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Show Ledger
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/show-ledger
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill show-ledger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show the work ledger with nag items and status breakdown in a single, readable view for operations and project management.

Core Features & Use Cases

  • Nag tracking: Collect and present outstanding tasks and reminders with prioritization.
  • Status overview: Provide a summarized status breakdown of ongoing work.
  • Use Case: Operators can quickly identify overdue items and upcoming deadlines for efficient triage.

Quick Start

Ask your AI to render the current work ledger with nag items and status breakdown.

Frequently Asked Questions about Show Ledger

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

FAQPage Schema
How do I display a work ledger with nag tracking and status breakdown?

To display a work ledger with nag tracking, this Skill calls the check_work_ledger() MCP tool and renders the work-ledger HTML template, producing a datatable and prioritized nag list for operations monitoring.

What is nag tracking in an operations workflow dashboard?

Nag tracking in an operations dashboard collects and presents outstanding tasks and reminders with prioritization, allowing operators to quickly identify overdue items and upcoming deadlines for efficient triage.

Can I use this work ledger Skill in a Kai Brain environment?

Yes, this work ledger Skill is designed for Kai Brain environments, applying to operations dashboards, workflow monitoring, and nag-tracking across projects using the render_template(source="kai-brain") function.

How do I render the current work ledger with overdue items and status overview?

You render the current work ledger by asking your AI to render it with nag items and status breakdown, which triggers the work-ledger template to produce a readable HTML view with a datatable and nag list.

What's the best way to monitor outstanding tasks across multiple projects?

The best way to monitor outstanding tasks across projects is using a work ledger view that provides a summarized status breakdown of ongoing work alongside nag tracking for overdue items and upcoming deadlines.

Do I need any dependencies to show the work ledger with nag items?

No external dependencies are required to show the work ledger with nag items, as the Skill uses the built-in check_work_ledger() MCP tool and render_template function to generate the HTML output.