@hheei/hepi-skills

HEPI communication and engineering skills group for Pi.

Packages

Package details

extensionskill

Install @hheei/hepi-skills from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@hheei/hepi-skills
Package
@hheei/hepi-skills
Version
0.1.0
Published
Jul 29, 2026
Downloads
172/mo · 16/wk
Author
hheei
License
MIT
Types
extension, skill
Size
219.7 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./dist/extension.js"
  ],
  "skills": [
    "./dist/skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@hheei/hepi-skills

Self-contained HEPI skills bundle for Pi. Its published dist entry contains Ponytail and Caveman behind one extension entry and one JIT boundary, and includes Ponytail's skills for Pi resource discovery.

Included extension modules:

  • pi-ponytail
  • pi-caveman

Included auxiliary skills:

  • ponytail-audit, ponytail-debt, ponytail-gain, ponytail-help, and ponytail-review
  • grill-me and grill-with-docs, explicit entry skills for a design interview
  • grilling, the interview workflow used by both Grill entry skills
  • domain-modeling, which keeps a glossary and ADRs while grilling with documentation

grill-me and grill-with-docs deliberately disable model invocation. Invoke them explicitly as /skill:grill-me <plan> or /skill:grill-with-docs <plan>. grilling and domain-modeling remain discoverable by their descriptions. Pi Basics Loadout sees every included skill as a skill:<name> item; disabling one removes it from the model prompt for the active branch.

Install this bundle directly:

pi install npm:@hheei/hepi-skills

Build locally with bun run build from this package or bun run build:aggregates from the repository root. Do not install this package together with @hheei/hepi-mono; the unified bundle already contains these modules.