skill-logger

Append structured Skill usage records to a persistent JSONL log file.

14|4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zephyrwang6/allSkills --skill skill-logger-zephyrwang6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-logger
Source: https://github.com/zephyrwang6/allSkills/tree/main/skill-logger
Command: npx skills add https://github.com/zephyrwang6/allSkills --skill skill-logger-zephyrwang6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of manually tracking when a Skill was used, what it was used for, and how well it worked, so you can build reliable usage history without interrupting your workflow.

Core Features & Use Cases

  • Usage Logging: Appends one structured record per Skill session to a JSONL log file.
  • Guided Data Capture: Collects the Skill name, use case, satisfaction score, and optional notes when the user only says something like "记录一下".
  • Analysis-Ready Output: Stores entries in a consistent format that can be used later for frequency tracking and satisfaction review.
  • Use Case: After finishing a writing, coding, or research Skill, record what happened and how good the result was so you can review patterns over time.

Quick Start

Tell the Skill to record your recent usage by naming the Skill, describing the scenario, giving a satisfaction score from 1 to 5, and adding an optional note.

Frequently Asked Questions about skill-logger

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

FAQPage Schema
How do I log Skill usage history to a JSONL file automatically?

To log Skill usage history to a JSONL file, you can append structured records capturing the skill name, scene, rating, and notes during your personal workflow management sessions.

What is the best way to track workflow analytics and satisfaction scoring in Obsidian?

Tracking workflow analytics and satisfaction scoring in Obsidian involves appending one structured record per session to a persistent JSONL log, which enables later frequency tracking and satisfaction review.

Can I use this Skill for post-use tracking without interrupting my active workflow?

Yes, this Skill supports post-use tracking without interrupting your active workflow by allowing you to trigger data capture with a simple command like "记录一下" after finishing a session.

How do I initialize a JSONL schema for deterministic skill logging?

Initializing a JSONL schema for deterministic skill logging requires environment-based vault path resolution to ensure structured usage records are appended correctly to the persistent log file.

Does usage tracking require any specific dependencies or external platforms?

Usage tracking requires no external dependencies or platforms, relying solely on environment-based vault path resolution and a local JSONL log file to store analysis-ready usage data.

What limitations exist when capturing notes for repeated Skill sessions?

Limitations when capturing notes for repeated Skill sessions include the necessity to manually provide a satisfaction score from 1 to 5 and the optional nature of notes, ensuring deterministic capture of required fields.