employee-management

Manage employee records with CRUD operations and automatic number generation.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/twhitehead-blackdog/People --skill employee-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: employee-management
Source: https://github.com/twhitehead-blackdog/People/tree/main/.agent/skills/employee-management
Command: npx skills add https://github.com/twhitehead-blackdog/People --skill employee-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of managing employee information, from creation and updates to termination, ensuring accurate and up-to-date HR records.

Core Features & Use Cases

  • CRUD Operations: Create, read, update, and delete employee records.
  • Employee Number Generation: Automatically generates unique employee numbers based on company prefixes.
  • Termination Handling: Manages employee deactivation with reasons and dates.
  • Use Case: Add a new employee to the system, assign them to a department and position, and ensure their details are correctly recorded for payroll and HR purposes.

Quick Start

Use the employee management skill to create a new employee with the provided details.

Frequently Asked Questions about employee-management

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

FAQPage Schema
How do I manage employee data and perform CRUD operations in an Angular HR system?

To manage employee data, this Skill provides complete CRUD operations for creating, reading, updating, and deleting employee records using Angular components and TypeScript interfaces.

How does automatic employee number generation work for new personnel records?

Automatic employee number generation creates unique identifiers for new personnel records by applying specific company prefixes, ensuring consistent and systematic staffing data entry within the HR system.

Can I use Supabase for employee data persistence with Angular?

Yes, this Skill utilizes Supabase for data persistence, allowing Angular components to seamlessly store and retrieve detailed employee records, status updates, and lifecycle changes.

How do I handle employee termination and status updates in an HR system?

Employee termination handling is managed by recording deactivation reasons and dates, ensuring accurate status updates and maintaining detailed historical record keeping for personnel lifecycle changes.

What is the best way to add a new employee and assign them to a department?

The best way to add a new employee is through the creation workflow, which lets you assign department and position details, ensuring records are correctly documented for payroll and HR purposes.