Agent skill

aidd-observability

Owns shared observability/runtime reporting for diagnostics, inventory, identifiers, logs, and DAG export. Use when deterministic diagnostics or inventory exports are required.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill aidd-observability --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/aidd-observability/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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

What's inside
Steps it walks through
  1. Scope
  2. Canonical shared Python entrypoints
  3. Command contracts
  4. python3 ${CLAUDEPLUGINROOT}/skills/aidd-observability/runtime/doctor.py
  5. python3 ${CLAUDEPLUGINROOT}/skills/aidd-observability/runtime/toolsinventory.py
  6. Ownership guard
  7. Additional resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going