Agent skill
markdowntown-analytics
Use this when instrumenting analytics, reviewing event taxonomy, or handling privacy/redaction rules for markdowntown.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/markdowntown-analytics
SKILL.md
Analytics + privacy
When to use
- Adding new analytics events or UI telemetry.
- Auditing payloads for privacy and redaction.
- Updating monitoring/funnel definitions.
Workflow
-
Find existing events
- Check event taxonomy and funnels before adding new names.
- Use existing event names where possible; add new ones only when needed.
-
Instrument safely
- Client events flow through
track/trackErrorinsrc/lib/analytics.ts. - Redaction happens in
redactAnalyticsPayloadbefore PostHog capture.
- Client events flow through
-
Privacy expectations
- Never send raw file paths, cwd values, or repo names.
- Use counts or booleans instead of raw content.
-
Validate + monitor
- Update docs for event taxonomy and monitoring where needed.
- Add/adjust tests for redaction and analytics utilities.
References
- codex/skills/markdowntown-analytics/references/analytics.md
- codex/skills/markdowntown-analytics/references/redaction.md
Guardrails
- Analytics should be optional (env controlled) and must not break UI.
- Never include secrets, file paths, cwd values, or raw content in analytics payloads.
- Always log follow-up tasks when you spot missing events or gaps.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?