Skip to content
Skillv1.0.0

happy-platform-skills

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

by Happy-Technologies-LLC(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Happy-Technologies-LLC/happy-platform-skills (SKILL.md). Install upstream with npx 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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/happy-technologies-llc-happy-platform-skills-happy-platf-d530db/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

happy-technologies-llc-happy-platform-skills-happy-platf-d530db.ocm.jsonjson
{
  "ocm": "1",
  "id": "happy-technologies-llc-happy-platform-skills-happy-platf-d530db",
  "kind": "skill",
  "name": "happy-platform-skills",
  "description": "Reusable enterprise platform instructions - 184 skills across 23 categories with a versioned Happy Platform MCP v5.1 contract",
  "publisher": "Happy-Technologies-LLC",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "legal"
    ],
    "tags": [
      "skill-md",
      "platform-skills",
      "servicenow",
      "itsm",
      "cmdb",
      "development",
      "enterprise",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Reusable enterprise platform instructions - 184 skills across 23 categories with a versioned Happy Platform MCP v5.1 contract"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/Happy-Technologies-LLC/happy-platform-skills",
      "path": "SKILL.md",
      "ref": "fe67d3be5344f862dc2fc6c107eaf7bd027090e4",
      "url": "https://github.com/Happy-Technologies-LLC/happy-platform-skills/blob/fe67d3be5344f862dc2fc6c107eaf7bd027090e4/SKILL.md",
      "key": "Happy-Technologies-LLC/happy-platform-skills/SKILL.md"
    }
  },
  "instructions": "# Happy Platform Skills\n\nUse this root skill to discover the Happy Platform Skills catalog. The package\ncontains 184 task-specific skills across 23 categories. Load the narrowest\nmatching `skills/<category>/<name>/SKILL.md` file before performing work.\n\n## When to use this skill\n\nUse the catalog for ServiceNow administration, development, IT service\nmanagement, customer and employee workflows, operations, security, governance,\nreporting, and related enterprise-platform tasks.\n\n## Catalog\n\n| Category | Skills |\n|---|---:|\n| admin | 16 |\n| catalog | 9 |\n| cmdb | 6 |\n| csm | 10 |\n| development | ",
  "cost": {
    "context_tokens": 526
  }
}

Fetch it by URL: GET /api/v1/registry/happy-technologies-llc-happy-platform-skills-happy-platf-d530db/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.