usage

Log session events and skill invocations to a project-specific directory.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill usage-carson-sweet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: usage
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/usage
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill usage-carson-sweet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides visibility into how SweetClaude is being utilized within a project, helping teams understand their development patterns, phase gate outcomes, and TDD enforcement effectiveness.

Core Features & Use Cases

  • Local Telemetry: Collects project-specific event logs without external network calls or third-party services.
  • Dashboard Visualization: Generates a summary of skill invocations, phase transitions, and TDD guardian blocks.
  • Use Case: Use this to identify if your team is struggling with specific phase gates or to verify that TDD enforcement is actively blocking non-compliant edits.

Quick Start

Run the usage command to enable metrics collection and start tracking your project activity.

Frequently Asked Questions about usage

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

FAQPage Schema
How do I track local development telemetry for my project?

To track local development telemetry, this Skill logs session events and skill invocations to an append-only event log within your project's .sweetclaude directory. It monitors phase gate outcomes, TDD enforcement levels, and deference patterns to provide actionable project health insights.

What is TDD enforcement monitoring and how does it work here?

TDD enforcement monitoring tracks whether test-driven development guards are actively blocking non-compliant code edits. It logs these guardian block events locally, allowing you to verify that your team's TDD workflows are being properly enforced across development sessions.

Can I collect development metrics without external network calls or third-party services?

Yes, you can collect development metrics entirely locally. This Skill requires local file system access to manage configuration and append-only event logs, ensuring project-specific telemetry is collected without relying on external network calls or third-party analytics services.

How do I visualize phase gate outcomes and skill invocations?

To visualize phase gate outcomes and skill invocations, run the usage command to enable metrics collection. The Skill generates a dashboard summary that surfaces phase transitions, TDD guardian blocks, and local development patterns for actionable project health insights.

Does this telemetry tracking tool require any external dependencies?

No, this telemetry tracking tool requires zero external dependencies. It operates entirely within your local file system, managing configuration and append-only event logs in the .sweetclaude directory to track session events and skill invocations.