
•AI
Streamline Your HR Operations with an AI-Ready SQLite Based HR Management System
By Administrator
Managing HR data for Small and Medium Enterprises (SMEs) can be complex. The HK-Human-Resources-Skills repository offers a robust SQLite based HR management system designed as an Agent Skill project for AI assistants.
Key Modular Features
- Employee Management: Maintain a centralized SQLite master record.
- Lifecycle Ops: Track onboarding and offboarding tasks.
- Employment Compliance: Monitor contract and work-eligibility documents.
- Leave Tracking: Manage leave types and applications.
- IR56B Readiness: Prepare for tax filing with automated readiness checks.
- ADW Payroll: Process dynamic Excel payroll workbooks.
Getting Started
1. Install dependencies: pip install -r requirements.txt
2. Initialize Database: python scripts/init_employee.py
3. Use with AI: Direct your AI agent to run specific scripts for reporting or data entry.
Security Note
This system is local-first, ensuring your sensitive HR data stays off external clouds. Always follow your organization's internal security policies when handling payroll and tax-related information.