Skip to content
Development
Skill

/observal-advanced

Recovers Observal session ingestion, manages CLI upgrades, downgrades and rollback, and performs explicit local Agent fallback when the server is unavailable. Use when the user asks to reconcile missed sessions, repair CLI version state, or continue locally after a confirmed

From plugin
observal
2.4k6 skills
Install
$ npx -y skills add Observal/Observal --skill observal-advanced --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/observal-advanced

Context preview

The summary Claude sees to decide when to auto-load this skill.

Recovers Observal session ingestion, manages CLI upgrades, downgrades and rollback, and performs explicit local Agent fallback when the server is unavailable. Use when the user asks to reconcile missed sessions, repair CLI version state, or continue locally after a confirmed

SKILL.md

observal-advanced.SKILL.md
# SPDX-FileCopyrightText: 2026 Hemalatha Madeswaran <hemalathamadeswaran@gmail.com>
# SPDX-FileCopyrightText: 2026 Hari Srinivasan <harisrini21@gmail.com>
# SPDX-License-Identifier: Apache-2.0
name: observal-advanced
command: observal
description: "Recovers Observal session ingestion, manages CLI upgrades, downgrades and rollback, and performs explicit local Agent fallback when the server is unavailable. Use when the user asks to reconcile missed sessions, repair CLI version state, or continue locally after a confirmed connection or configuration failure."
version: 2.2.0
owner: observal

Recovering Observal

Execution contract

1. Execute commands with a 60 second timeout unless the operation documents a longer wait. 2. **Use machine output by default:** add `--output json` whenever supported. Parse list results from `items` and pagination fields. 3. Run `--help` before acting when a path or flag is uncertain. 4. Use dry run before reconciliation when scope or session volume is uncertain. 5. Supply documented force flags so version operations never prompt. 6. Verify cursor, outbox, installed version, checksum, and rollback state after recovery operations. 7. Fail openly. Never hide an unavailable server behind automatic local writes. 8. Never retry reconciliation, version changes, or fallback writes without checking resulting state.

Read [Recovery workflows](references/recovery-workflows.md) completely before executing.

Decision rules

  • Healthy telemetry does not need routine reconciliation.
  • Reconcile repairs missed local session delivery. It does not replace hook or extension installation.
  • Upgrade, downgrade, and rollback are distinct requests. Do not substitute one for another.
  • Local fallback is allowed only after the CLI explicitly reports `Connection failed` or `Not configured`, and only when the user still wants local files written.
  • Local fallback creates harness-native Agent files. It does not publish Registry state and must be reported as local-only.
  • Never invent telemetry environment variables or wrappers.

Completion

Report sessions discovered, queued, skipped, or failed for reconciliation; old and new versions for CLI changes; or exact local paths for fallback. Include unresolved warnings and the command needed once the server is reachable.

Read more
Ships withobserval

Observal is self-hosted registry for your coding agent extensions with a built in insight engine. Setup Observal, define the scope and share your Skills, MCPs and Agents with your peers.

Get the whole plugin
Stats
2,360
Stars
472
Forks
Active
Maintenance
Python
Language
Apache-2.0
License
21h ago
Last commit
5mo ago
Created

Repo: Observal/Observal

Other skills on observal.