neplexlabs/commandkit

commandkit-analytics

Instrument CommandKit bots with @commandkit/analytics. Use for provider setup, event taxonomy, runtime telemetry controls, and privacy-aware analytics design.

First seen Apr 5, 2026

Installation

$ npx skills add neplexlabs/commandkit --skill commandkit-analytics

Also in this package

Other skills from neplexlabs/commandkit · top by installs.

npx skills add neplexlabs/commandkit

Browse all from neplexlabs/commandkit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 166
License LICENSE
Default branch main
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,941 B
  • docs SUMMARY.md 186 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 28 installs

SKILL.md

CommandKit Analytics Plugin

Activation guidance

Use for analytics provider setup and event instrumentation strategy.

Required filesystem expectations

  • provider plugin registration in commandkit.config.ts
  • tracking calls in commands/events/middleware where business events

occur

Execution workflow

  1. Choose provider (posthog or umami).
  2. Define stable event names and payload fields.
  3. Instrument meaningful lifecycle events.
  4. Apply selective suppression with noAnalytics() where needed.

Guardrails

  • Do not collect secrets or unnecessary personal data.
  • Keep event schemas stable to preserve reporting quality.

Reference index

Name Description
references/00-filesystem-structure.md Integration locations and analytics architecture boundaries.
references/01-posthog-setup.md PostHog provider setup pattern.
references/02-umami-setup.md Umami provider setup pattern.
references/03-track-events.md Event tracking conventions and examples.
references/04-no-analytics-scope.md Request-level telemetry suppression pattern.

Tool index

Name Description
N/A This skill currently has no helper tool scripts.