ff-hr-einstellung

Collect and validate new-hire data, then generate onboarding PDFs.

Updated Oct 31, 2025
One-click install
npx skills add https://github.com/FassadenFix/FaFi --skill ff-hr-einstellung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ff-hr-einstellung
Source: https://github.com/FassadenFix/FaFi/tree/main/skills/ff_hr_einstellung
Command: npx skills add https://github.com/FassadenFix/FaFi --skill ff-hr-einstellung

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dieses Skill digitalisiert den Personalfragebogen und erleichtert die Erfassung neuer Mitarbeiter. Es reduziert manuelle Eingaben, Fehlerquellen und den Aufwand für Archivierung.

Core Features & Use Cases

  • Personal-Daten Erfassung: Stammdaten wie Name, Adresse, Bankverbindung, Steuerinformationen werden zentral erfasst.
  • Dokumenten-Upload & Validierung: Upload von Ausweisen, Zertifikaten; IBAN-Validierung zur sicheren Gehaltsabwicklung.
  • PDF-Generierung: Erstellung eines druckfertigen Personalfragebogens zur Unterschrift und Archivierung.
  • Use Case: Onboarding von 50 neuen Mitarbeitenden wird durch automatisierte Formulare und PDFs beschleunigt und konsistent dokumentiert.

Quick Start

Starten Sie den Skill im FaFi-Hub und geben Sie die Grunddaten eines neuen Mitarbeiters ein. Das System validiert IBAN und liefert sofort einen JSON-Export sowie ein PDF-Dokument.

Frequently Asked Questions about ff-hr-einstellung

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

FAQPage Schema
How do I automate HR onboarding form processing and data validation?

You can automate HR onboarding by using a Python-based skill to collect new-hire data, validate bank details, and generate a print-ready PDF questionnaire for signature and archiving.

What is the best way to validate IBAN data for new employee onboarding?

The best way to validate IBAN data is by using an automated onboarding skill that checks the bank details during input, ensuring the entered IBAN meets formatting standards for accurate payroll processing.

How do I generate a PDF onboarding document from new-hire data?

To generate a PDF onboarding document, input the new-hire personal and tax data into the form processing skill, which then automatically creates a print-ready PDF questionnaire for signature and archiving.

Can I use a Python-based skill for bulk onboarding of 50 new employees?

Yes, you can use a Python-based onboarding skill for bulk onboarding of 50 new employees. It automates form processing, data validation, and PDF generation to ensure consistent and accelerated documentation.

Does the new-hire onboarding workflow support document uploads like IDs and certificates?

Yes, the new-hire onboarding workflow supports document uploads for items like IDs and certificates. It centralizes personal data, tax information, and document collection for comprehensive HR archiving.

What limitations exist when using standard libraries for PDF generation in HR forms?

Using standard Python libraries for PDF generation in HR forms may limit complex layout customizations, but it successfully handles the creation of print-ready personal questionnaires without requiring external dependencies.