# agent-skill-log > Git-backed usage analytics for agent skills: a Go CLI plus a stdlib-only Python logger that spool events locally, debounce-flush batches to a GitHub repo via gh, aggregate them server-side into summaries, and publish a dashboard from a template repo. Builders run `logrepo init` to provision a private data repo and a dashboard repo, then bundle analytics_log.py + logrepo.json inside each skill. Consumers install nothing and are asked for consent once per machine. Events carry ts, user, host, skill, event, tool, os, arch, project and client; seventeen summary files feed the dashboard. Transport is pluggable: the GitHub Contents API by default, or any HTTP ingest endpoint. ## Documentation Sets - [Abridged documentation](https://muthuishere.github.io/agent-skill-log/llms-small.txt): a compact version of the documentation for agent-skill-log, with non-essential content removed - [Complete documentation](https://muthuishere.github.io/agent-skill-log/llms-full.txt): the full documentation for agent-skill-log ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation