onboard-employee

Creates an employee account and issues a building badge for new hires.

1|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/ginaecho/skill-achievability-compiler --skill onboard-employee-ginaecho
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: onboard-employee
Source: https://github.com/ginaecho/skill-achievability-compiler/tree/main/corpus/skills/two_goals_one_missing
Command: npx skills add https://github.com/ginaecho/skill-achievability-compiler --skill onboard-employee-ginaecho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating first-day onboarding tasks across separate systems is error-prone, and this Skill defines the goal state for onboarding a new employee: an account created and a building badge issued. ## Core Features & Use Cases - Account Creation: Uses the create_account tool to mark the employee's account as created. - Dual Goal Tracking: Declares that onboarding is complete only when both the account and the badge are done. - Use Case: On a new hire's first day, invoke this Skill to create their account; note that the badge system is not integrated, so badge issuance cannot be completed by this Skill as written. ## Quick Start Onboard our new employee by creating their account and issuing their building badge.

Frequently Asked Questions about onboard-employee

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

FAQPage Schema
How do I onboard a new employee with this skill?▼

Invoke the skill on the employee's first day to create their account using the create_account tool. The workflow requires both an account and a badge, but badge issuance is not integrated and cannot be completed by this skill.

Can this skill issue a building badge?▼

No, the badge system is not integrated with this skill. The skill declares badge issuance as a required goal but provides no tool to accomplish it, so the full onboarding goal cannot be reached as written.

What tools does the employee onboarding skill require?▼

The skill declares one tool, create_account, which marks the employee's account as created. No tool is provided for the badge issuance portion of the workflow.

Why would an achievability checker flag this onboarding skill?▼

A checker flags it because the goal requires both an account and a badge, but only create_account is available. With no capability to issue the badge, the declared goal is unreachable in the current capability context.