Happy Platform Skills

SkillDev tools

Reusable enterprise platform instructions - 184 skills across 23 categories with a versioned Happy Platform MCP v5.1 contract

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Happy Platform Skills skill

What this skill tells your AI

The instructions your AI receives, as published by happy-technologies-llc/happy-platform-skills in SKILL.md and read by ahel’s review.

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

CategorySkills
admin16
catalog9
cmdb6
csm10
development20
document3
ea2
fsm3
genai19
grc11
hrsd12
itom5
itsm19
knowledge7
legal6
otsm2
procurement6
psds2
reporting6
sam2
secops7
security4
spm7
Total184

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

Signals

GitHub stars
37
Forks
13
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
happy-platform-skills
Source
github.com/happy-technologies-llc/happy-platform-skills