@howaboua/pi-skill-harness-and-agent-engineering

Portable Pi skills for harness and agent engineering

Packages

Package details

skill

Install @howaboua/pi-skill-harness-and-agent-engineering from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@howaboua/pi-skill-harness-and-agent-engineering
Package
@howaboua/pi-skill-harness-and-agent-engineering
Version
0.0.1
Published
Aug 24, 2026
Downloads
180/mo · 180/wk
Author
howaboua
License
MIT
Types
skill
Size
45.6 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

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

README

@howaboua/pi-skill-harness-and-agent-engineering

Portable Pi skills for the harness around an agent: its sessions, tools, extensions, instructions, and prompt cache.

Install

pi install npm:@howaboua/pi-skill-harness-and-agent-engineering

Pi discovers these skills after installation:

  • agent-session-diagnostics traces an actual session failure before proposing a durable fix.
  • agent-tool-design keeps agent-facing contracts small and recoverable.
  • extension-design chooses the smallest useful Pi surface.
  • harness-checklist audits the complete working environment without rebuilding native capabilities.
  • instruction-calibration compares instruction changes with visible agent behavior.
  • prompt-caching traces rendered request prefixes, cache lanes, and compaction boundaries.

Install it when you build or investigate an agent harness.