aidd-observability
Owns shared observability/runtime reporting for diagnostics, inventory, identifiers, logs, and DAG export. Use when deterministic diagnostics or inventory exports are required.
npx skills add majiayu000/claude-skill-registry --skill aidd-observability --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Scope - This skill owns shared observability/reporting runtime entrypoints. - Commands here support diagnostics, inventory generation, execution logs, and graph/report exports. - Stage orchestration ownership remains in stage skills, `feature-dev-aidd:aidd-flow-state`, and `feature-dev-aidd:aidd-loop`. ## Canonical shared Python entrypoints - `python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-observability/runtime/doctor.py` - `python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-observability/runtime/tools_inventory.py` - `python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-observability/runtime/tests_log.py` - `python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-observability/runtime/dag_export.py` - `python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-observability/runtime/identifiers.py` ## Command contracts ### `python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-observability/runtime/doctor.py` - When to run: when environment/runtime path drift or tooling prerequisites are suspected. - Inputs: optional workspace and diagnostics flags. - Outputs: deterministic environment health report and actionable remediation hints. - Failure mode: non-zero exit if required dependencies/path assumptions fail validation. - Next action: apply repo
- Scope
- Canonical shared Python entrypoints
- Command contracts
- python3 ${CLAUDEPLUGINROOT}/skills/aidd-observability/runtime/doctor.py
- python3 ${CLAUDEPLUGINROOT}/skills/aidd-observability/runtime/toolsinventory.py
- Ownership guard
- Additional resources
What does the aidd-observability skill do?
Owns shared observability/runtime reporting for diagnostics, inventory, identifiers, logs, and DAG export. Use when deterministic diagnostics or inventory exports are required.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aidd-observability --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
