@kyaulabs/prism-core
Modular engineering skills and secret protection for Pi
Package details
Install @kyaulabs/prism-core from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@kyaulabs/prism-core- Package
@kyaulabs/prism-core- Version
1.0.0- Published
- Sep 10, 2026
- Downloads
- 1,997/mo · 326/wk
- Author
- kyaulabs
- License
- AGPL-3.0-only
- Types
- extension, skill, prompt
- Size
- 293 KB
- Dependencies
- 3 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
],
"prompts": [
"./prompts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Prism Core
Language-agnostic engineering skills for Pi, plus secret protection and bounded public web search/fetch. Core loads globally; stack modules load per project. Use native Pi packages and project tooling. There is no workflow launcher, reviewer executable, adapter catalogue or receipt protocol.
Install this directory with pi install /absolute/path/to/prism-core, then run
scripts/install-global.sh from the package to merge Core context into the Pi
agent directory. Existing user text and settings are preserved. Reload/restart
Pi after updating extensions. Pi supplies its host API as a peer dependency.
/setup selects actual applicable template files and optional modules. /doctor
is scoped diagnostics. Development defaults to TDD, proportional planning,
verification, same-session review and ordinary Git commits. Project/user
instructions override non-secret defaults, without repeated approvals.
See AGENTS.md, the callable skills/ and prompts/, and the extension READMEs.
Secret protection is not a sandbox and cannot prove arbitrary programs safe.