@ryan_nookpi/pi-extension-cc-system-prompt
Pi extension that swaps pi's system prompt with a vendored Claude Code system prompt.
Package details
Install @ryan_nookpi/pi-extension-cc-system-prompt from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ryan_nookpi/pi-extension-cc-system-prompt- Package
@ryan_nookpi/pi-extension-cc-system-prompt- Version
0.2.3- Published
- May 26, 2026
- Downloads
- 440/mo · 45/wk
- Author
- ryan_nookpi
- License
- MIT
- Types
- extension
- Size
- 16.9 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@ryan_nookpi/pi-extension-cc-system-prompt
For pi users who want to use the Claude Code system prompt inside pi.
When you select a Claude model, this extension swaps pi's default system prompt with a Claude Code-style system prompt, so pi behaves with the Claude Code prompt instead of pi's default one.
Pi's original system prompt is preserved by injecting it once as a persistent <system-reminder> message, so pi's tool and skill guidance stays available.
Install
pi install npm:@ryan_nookpi/pi-extension-cc-system-prompt
Behavior
- Applies only when the selected model ID starts with
claude-. - Replaces pi's system prompt with a Claude Code system prompt assembled from vendored prompt fragments.
- Injects pi's original system prompt once as a persistent reminder message.
Notes
- Vendored prompt fragments come from
Piebald-AI/claude-code-system-prompts.