
from orchestkit180
Run a read-only health check of OrchestKit's telemetry pipeline: writer activity, file sizes, schema lock coverage, orphan files, and growth trends.
Telemetry Inspect provides a one-shot, read-only health check for an OrchestKit project's telemetry pipeline. It enumerates known telemetry and log files, reports recent write activity, file sizes and line counts, schema-lock coverage (which files have validators), orphaned files on disk, and simple growth trend metrics. The output can be a human-friendly ASCII report or structured JSON for tooling.
references/telemetry-inventory.md and lib/telemetry-schemas.ts in the repo.Designed for Claude Code execution environments (agent-run tools that support Bash, Read, Glob). The skill lists allowed tools such as Bash and Read and is straightforward to run from an LLM-enabled agent invocation.
Telemetry Inspect is a read-only health-check skill for OrchestKit's telemetry pipeline. It inspects writer activity, file sizes, schema lock coverage, orphans, and growth trends. No bundled scripts — all logic is described in SKILL.md for the agent to execute. Well-structured with clear triggers, output contracts, and implementation steps. Niche utility limited to OrchestKit users.
Clean read-only diagnostic skill. Explicit no-write policy. Allowed tools (Bash, Read, Grep, Glob) are appropriate for the task. No security concerns.
Cross-Project Analytics
Query local, privacy-safe cross-project analytics to report on agent, skill, hook, and team performance; replay sessions and estimate token costs.
Task Dependency Patterns
Patterns and workflows for creating, sequencing, and managing task dependencies using TaskCreate/TaskUpdate/TaskGet/TaskList tools to coordinate multi-step impl
Review PR
Deep pull-request code review using parallel specialized agents (quality, security, tests, architecture, performance) and synthesized review reports for approve
Write PRD (Product Requirements Document)
Generate an 8-section Product Requirements Document with user stories, INVEST-formatted acceptance criteria, and go/no-go criteria to turn product vision into e
Design Ship
Turn a Claude Design handoff URL or bundle into a reviewable GitHub PR with generated Storybook stories, Playwright tests, and before/after verification.
Dream — Memory Consolidation
Automated nightly memory consolidation: prunes stale memory files, merges duplicates, resolves contradictions, and rebuilds MEMORY.md indexes with deterministic
Responsive Patterns
Practical patterns for responsive UI: container queries, fluid typography, intrinsic layouts, and foldable-device support for React components.