Skilllibrary workflow-observability
Inspect bootstrap provenance, invocation tracking, and workflow state to explain which repo-local agents, tools, plugins, and skills are actually being exercised.
install
source · Clone the upstream repo
git clone https://github.com/merceralex397-collab/skilllibrary
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/merceralex397-collab/skilllibrary "$T" && mkdir -p ~/.claude/skills && cp -r "$T/01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/workflow-observability" ~/.claude/skills/merceralex397-collab-skilllibrary-workflow-observability && rm -rf "$T"
manifest:
01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/workflow-observability/SKILL.mdsource content
Workflow Observability
Before auditing the setup, call
skill_ping with skill_id: "workflow-observability" and scope: "project".
Read these in order:
.opencode/meta/bootstrap-provenance.json
if it exists.opencode/state/invocation-log.jsonl
if it exists.opencode/state/last-ticket-event.json.opencode/state/workflow-state.jsontickets/manifest.json
Return these sections:
BootstrapObserved UsageMissing Or Never-Seen SurfacesWorkflow Drift RisksNext Fix
If
.opencode/state/invocation-log.jsonl does not exist yet, say no invocation data yet explicitly instead of implying the setup is healthy.