enable-project-telemetry

Enable repository-scoped Claude Code telemetry and verify local observer visibility.

15|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill enable-project-telemetry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enable-project-telemetry
Source: https://github.com/Eigenwise/eigenwise-toolshed/tree/main/plugins/workbench/skills/enable-project-telemetry
Command: npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill enable-project-telemetry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node.

What problem does it solve?

This Skill helps you opt a Claude Code project into local usage telemetry or verify that telemetry is correctly wired, so you can monitor a repository without affecting other projects.

Core Features & Use Cases

  • Enable telemetry for the current repository: Writes repository-scoped Claude Code settings so only the current git project sends metadata to the local observer stack.
  • Verify telemetry status honestly: Checks whether the local dashboard stack has observed project activity and reports found or not-found without guessing.
  • Disable or audit setup: Removes the project from the opted-in registry, restores replaced settings, and supports troubleshooting when telemetry does not appear after restart.
  • Use case: A team wants project-level visibility into Claude Code usage for one shared repo while keeping personal or unrelated repositories untouched.

Quick Start

Ask me to enable local project telemetry for the current repository and verify whether the setup is working.

Frequently Asked Questions about enable-project-telemetry

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

FAQPage Schema
How do I enable local telemetry for a specific Claude Code repository?

Enabling local telemetry for a Claude Code repository involves writing repository-scoped settings so only the current git project sends metadata to the local observer stack, leaving other projects untouched.

What is repository-scoped telemetry in Claude Code?

Repository-scoped telemetry in Claude Code is a monitoring configuration that limits metadata collection to a single git project. It allows teams to gain visibility into repository usage without affecting personal or unrelated project settings.

How do I verify if Claude Code telemetry is working correctly?

You can verify Claude Code telemetry is working by checking the local observer stack for project activity. This Skill queries the dashboard and honestly reports found or not-found results without guessing the status.

Does enabling project telemetry affect settings in my other repositories?

No, enabling project telemetry does not affect other repositories. The setup wires telemetry only for the current project and explicitly preserves unrelated settings, ensuring personal repositories remain untouched.

Why is my Claude Code telemetry not showing up after a restart?

If Claude Code telemetry is not showing up after a restart, there may be a wiring issue with the local observer stack. You can use this Skill to audit the setup, troubleshoot the configuration, and validate the connection honestly.

How do I disable telemetry for a single git repository?

To disable telemetry for a single git repository, this Skill removes the project from the opted-in registry and restores any replaced settings. This cleanly reverses the telemetry setup without breaking your existing configuration.