plugins marketplace
← All plugins

lumen-instrument

v1.9.1

Instrumentation plan — design event taxonomy, property schema, and tracking plan for analytics tools. Use when asked to "what should we track", "instrumentation plan", "set up analytics events", "analytics event schema", "tracking plan", or "instrument this feature".

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/lumen-instrument/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/lumen-instrument/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

lumen-instrumentSKILL.md

Instrumentation plan — design event taxonomy, property schema, and tracking plan for analytics tools. Use when asked to "what should we track", "instrumentation plan", "set up analytics events", "analytics event schema", "tracking plan", or "instrument this feature".

Manifests1

plugins/ai-agency/tonone/skills/lumen-instrument/.claude-plugin/plugin.json
{
  "name": "lumen-instrument",
  "version": "1.9.1",
  "description": "Instrumentation plan — design event taxonomy, property schema, and tracking plan for analytics tools. Use when asked to \"what should we track\", \"instrumentation plan\", \"set up analytics events\", \"analytics event schema\", \"tracking plan\", or \"instrument this feature\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "lumen",
    "skill"
  ]
}