uns-kobetsu-generator

Generate Japan Worker Dispatch Act compliant individual dispatch contracts as PDFs.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jokken79/PruebaKobetsu26.2.14 --skill uns-kobetsu-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uns-kobetsu-generator
Source: https://github.com/jokken79/PruebaKobetsu26.2.14/tree/main/skills/uns-kobetsu-generator
Command: npx skills add https://github.com/jokken79/PruebaKobetsu26.2.14 --skill uns-kobetsu-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation of individual dispatch contracts (個別契約書) in compliance with Japan's Worker Dispatch Act (労働者派遣法第26条).

Core Features & Use Cases

  • Contract Generation: Creates legally compliant individual dispatch contracts.
  • Legal Validation: Ensures all 11 required elements for dispatch contracts are included.
  • Rate Calculation: Automatically calculates dispatch fees based on hourly rates and multipliers.
  • Use Case: When onboarding a new temporary worker, use this Skill to generate their individual dispatch contract, ensuring all legal requirements and company-specific details are accurately reflected in the PDF.

Quick Start

Use the uns-kobetsu-generator skill to create a dispatch contract for employee ID 12345 and company ID 67890.

Frequently Asked Questions about uns-kobetsu-generator

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

FAQPage Schema
How do I generate a dispatch contract PDF compliant with Japan's Worker Dispatch Act?

To generate a compliant dispatch contract PDF, this Skill pulls employee and company data from SQLite, calculates dispatch rates, and validates all 11 mandatory elements required by Article 26 before outputting the final document.

What are the 11 mandatory elements required in an individual dispatch contract under labor law?

The 11 mandatory elements are legally required clauses for dispatch contracts under Article 26. This Skill automatically validates and includes all required elements when generating the PDF to ensure full compliance.

Can I use SQLite and Electron to automate individual dispatch contract creation?

Yes, this Skill supports SQLite and Electron to automate individual dispatch contract creation. It manages the end-to-end data flow from database retrieval through rate calculation to final PDF generation using PDFKit.

How are dispatch fees calculated when generating an individual contract?

Dispatch fees are calculated automatically by multiplying hourly rates by applicable multipliers. The Skill retrieves base rate data from the company and employee databases to compute the final amounts embedded in the contract PDF.

What is the best way to ensure temporary worker onboarding documents meet compliance standards?

The best way to ensure compliance is automating document generation with legal validation. This Skill cross-checks contract data against the 11 mandatory elements required by the Worker Dispatch Act before producing the PDF.

Do I need a separate database setup before creating compliant dispatch contracts?

You need company and employee data available in SQLite to create compliant dispatch contracts. The Skill retrieves records by employee ID and company ID to populate the contract fields and calculate dispatch rates accurately.