@howaboua/pi-skill-harness-and-agent-engineering
Portable Pi skills for harness and agent engineering
Package details
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-diagnosticstraces an actual session failure before proposing a durable fix.agent-tool-designkeeps agent-facing contracts small and recoverable.extension-designchooses the smallest useful Pi surface.harness-checklistaudits the complete working environment without rebuilding native capabilities.instruction-calibrationcompares instruction changes with visible agent behavior.prompt-cachingtraces rendered request prefixes, cache lanes, and compaction boundaries.
Install it when you build or investigate an agent harness.