oppdater-skybert

Generate an update plan syncing Skybert with docs and infra sources.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/FHIDev/Fhi.AgentSkills --skill oppdater-skybert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oppdater-skybert
Source: https://github.com/FHIDev/Fhi.AgentSkills/tree/main/.claude/skills/oppdater-skybert
Command: npx skills add https://github.com/FHIDev/Fhi.AgentSkills --skill oppdater-skybert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Keeps the Skybert skill up-to-date by syncing with the authoritative source repos (FHISkybert/Fhi.Skybert.Docs and FHISkybert/Fhi.Skybert.Infra) or via web-scraping of docs.sky.fhi.no, and by generating a concrete change plan for review.

Core Features & Use Cases

  • Discovers and aggregates source material from docs and infra repositories, plus web sources when needed.
  • Generates an UPDATE-PLAN with per-file change classifications and guidance for implementation.
  • Maintains incremental state in skybert/.oppdater-state.json to enable efficient, incremental updates across FULL/INCREMENTAL runs.
  • Supports both GitHub-based and web-scraping workflows, including routing and deconfliction rules for consistent updates.

Quick Start

Run the update workflow to synchronize Skybert with FHISkybert sources and generate an UPDATE-PLAN for review.

Frequently Asked Questions about oppdater-skybert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep documentation and infrastructure code in sync with authoritative source repositories?

Documentation and infra code synchronization is achieved by discovering and aggregating source material from GitHub repositories and web-scraping workflows, then generating a concrete per-file change plan for review. This ensures downstream skills stay aligned with authoritative sources.

What's the best way to generate an update plan for syncing skills with devops and docs sources?

The best way to generate an update plan is to run a sync workflow that performs full or incremental analysis on source repos and produces per-file change classifications. This plan provides implementation guidance and tracks CRD versions across docs and infra sources.

Can I perform incremental updates instead of a full sync every time?

Yes, incremental updates are supported. The workflow maintains incremental state in a local JSON file to enable efficient, incremental updates across FULL and INCREMENTAL runs, avoiding the need to reprocess unchanged source material during each synchronization cycle.

Does the update workflow support web-scraping when GitHub-based repositories are not available?

Yes, the update workflow supports both GitHub-based and web-scraping workflows. It includes routing and deconfliction rules to ensure consistent updates whether source material is aggregated from repositories or scraped from web documentation.

What metadata does the sync workflow track across docs and infra sources?

The sync workflow tracks metadata discovery, routing, and CRD version tracking across docs and infra sources. This ensures that the generated update plan accurately reflects changes in authoritative documentation and infrastructure configurations.