SkillHarbor is a comprehensive Skill Audit Tool designed to help organizations assess and manage the skills of their employees efficiently. This tool provides a user-friendly interface for both employees and administrators to evaluate and track skills, facilitating better workforce management and development.
- Skill Assessment: Conduct detailed skill assessments for employees based on predefined criteria.
- Competency Ratings: Utilize a scalable competency rating system to measure and analyze individual skill levels.
- Qualification Tracking: Keep track of employees' qualifications and certifications relevant to their roles.
- Job Competency Profiles: Define and maintain job competency profiles to align with organizational goals.
- User-Friendly Interface: Intuitive design for easy navigation and seamless user experience.
- Dashboard: Access a comprehensive dashboard with insightful visualizations of skill distributions and progress.
- Clone the repository:
git clone https://github.com/hpmouton/skillharbor
- Install dependencies:
npm install
orcomposer install
(depending on your stack) - Configure database settings in
.env
file. - Run migrations:
php artisan migrate
(for Laravel, adjust according to your stack)
- Register/Login as an administrator or employee.
- Set up job competency profiles and qualifications.
- Perform skill assessments for employees.
- Track progress and generate reports through the dashboard.
If you would like to contribute to SkillHarbor, please follow our Contribution Guidelines.
This project is licensed under the MIT License.