Imported from Happy-Technologies-LLC/happy-platform-skills (
SKILL.md). Install upstream withnpx skills add Happy-Technologies-LLC/happy-platform-skills. Copyright stays with the author.
Happy Platform Skills
Use this root skill to discover the Happy Platform Skills catalog. The package
contains 184 task-specific skills across 23 categories. Load the narrowest
matching skills/<category>/<name>/SKILL.md file before performing work.
When to use this skill
Use the catalog for ServiceNow administration, development, IT service management, customer and employee workflows, operations, security, governance, reporting, and related enterprise-platform tasks.
Catalog
| Category | Skills |
|---|---|
| admin | 16 |
| catalog | 9 |
| cmdb | 6 |
| csm | 10 |
| development | 20 |
| document | 3 |
| ea | 2 |
| fsm | 3 |
| genai | 19 |
| grc | 11 |
| hrsd | 12 |
| itom | 5 |
| itsm | 19 |
| knowledge | 7 |
| legal | 6 |
| otsm | 2 |
| procurement | 6 |
| psds | 2 |
| reporting | 6 |
| sam | 2 |
| secops | 7 |
| security | 4 |
| spm | 7 |
| Total | 184 |
Discover exact skill names with:
npx hps list
npx hps search "incident"
Load one skill with:
npx hps load itsm/incident-triage
Happy Platform MCP v5.1 contract
The bundled contract contains exactly 55 live MCP tools. Docs-only startup
exposes exactly six docs-only tools: the five documentation tools plus
SN-Register-Instance.
Use only tool names present in the bundled versioned contracts under
contracts/. Prefer live MCP tools for ServiceNow operations. Use background
script execution only when the live MCP contract cannot express the operation.
Installation
# npm package and CLI
npm install happy-platform-skills
# Agent skill discovery from GitHub
npx skills add Happy-Technologies-LLC/happy-platform-skills --all --full-depth
Package API
import { SkillLoader, SkillRegistry } from 'happy-platform-skills';
const registry = new SkillRegistry();
await registry.discover();
const skill = await SkillLoader.load('itsm/incident-triage');
console.log(skill.getInstructions());
console.log(skill.toPrompt());
Contributing
See docs/CREATING_SKILLS.md and docs/SKILL_SPEC.md.
License
Apache-2.0 - Happy Technologies LLC