skill-budget-ea-uebersicht

Fetches EA overview data from BPLUS-NG via REST API into SQLite.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-budget-ea-uebersicht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-budget-ea-uebersicht
Source: https://github.com/tobiascm/vobes-agent-vscode/tree/main/.agents/skills/skill-budget-ea-uebersicht
Command: npx skills add https://github.com/tobiascm/vobes-agent-vscode --skill skill-budget-ea-uebersicht

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Dieses Tool holt Entwicklungsaufträge (EA) aus BPLUS-NG per REST-API und erstellt daraus eine konsolidierte lokale Übersicht.

Core Features & Use Cases

  • Sync der EA-Daten in eine lokale SQLite-Datenbank
  • Abfrage und Generierung von Markdown-Berichten (EA-Übersicht)
  • Use Case: Ein Analyst möchte EA-Nummern, Laufzeiten sowie Projektfamilien schnell prüfen

Quick Start

Führe zuerst den Sync über scripts/budget/budget_db.py durch, dann eine Abfrage mit budget_db.py aus, und betrachte die resultierende Markdown-Ausgabe.

Frequently Asked Questions about skill-budget-ea-uebersicht

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

FAQPage Schema
How do I pull EA budget overview data from BPLUS-NG via REST API?

To pull EA budget overview data from BPLUS-NG, run a Python sync script that fetches records via the REST API and stores them locally in a SQLite database for subsequent querying.

What is the best way to report on BPLUS-NG EA master data and project families?

The best way to report on BPLUS-NG EA master data and project families is to sync the data into a local SQLite database and execute queries that generate a structured Markdown overview of the results.

How do I filter EA numbers and runtimes after syncing from BPLUS-NG?

After syncing EA numbers and runtimes from BPLUS-NG into SQLite, you filter the results by running query operations against the local database to retrieve specific EA master data records.

Do I need Python and API access to synchronize BPLUS-NG development order data?

Yes, you need Python environment access to execute the synchronization scripts and valid API access credentials to authenticate and retrieve development order data from the BPLUS-NG REST interface.

Can I use SQLite to consolidate BPLUS-NG EA controllers and project families for offline analysis?

Yes, you can use SQLite to consolidate BPLUS-NG EA controllers and project families locally, allowing you to perform offline deterministic queries and output the results in Markdown format.

Why does my BPLUS-NG EA data sync fail to return project family records?

A BPLUS-NG EA data sync fails to return project family records if the API access is incomplete or the Python sync script encounters connection issues, preventing data from reaching the SQLite database.