| name | add-observability |
| version | 0.11.0 |
| description | Deprecated alias for the `observability` skill — renamed in 0.11.0. Use
`observability` (`/observability` on Claude, `$observability` on Codex)
instead. Retained for the 0.11.0–0.12.0 alias window; removed in 0.14.0.
Routes init / scan / scan-apply to the canonical skill. This field is
required by stricter skill loaders (e.g. Codex 0.130.0, which deep-scans
nested SKILL.md files); without it the loader errors on this alias.
|
add-observability (deprecated alias)
This skill has been renamed to observability. Please use /observability instead.
Alias window: retained for 0.11.0 + 0.12.0. Deprecation warning in 0.13.0. Removed in 0.14.0.
To update your install:
Sub-skill routing
When invoked via /add-observability <subcommand>, this alias routes to the
canonical sub-skill files in the parent skill directory:
| Subcommand | Canonical path | Purpose |
|---|
init | ../init/INIT.md | Greenfield scaffold + wiring |
scan | ../scan/SCAN.md | Walk project, produce report |
scan-apply | ../scan-apply/APPLY.md | Apply findings with consent |
All sub-skill behavior is identical to /observability <subcommand>. This
alias exists solely for backward compatibility during the deprecation window.