@timtekno/agentic-template
Reusable pi package for company workflows
Package details
Install @timtekno/agentic-template from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@timtekno/agentic-template- Package
@timtekno/agentic-template- Version
0.1.4- Published
- Apr 30, 2026
- Downloads
- 495/mo · 495/wk
- Author
- timtekno
- License
- MIT
- Types
- extension, skill, theme, prompt
- Size
- 15.6 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills"
],
"themes": [
"./themes"
],
"prompts": [
"./prompts"
],
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@timtekno/agentic-template
A ready-to-install pi package for teams that want a consistent agent setup.
Use it to get a standard agent experience with personas and a shorter reply style built in.
What it includes
- ready-to-use resources for agent workflows
/personacommand for switching agent style- active persona badge in the footer's first line, right-aligned
- built-in caveman mode for shorter replies and lower token usage
- coder persona based on Andrej Karpathy's Claude Code guidelines
Install
Install from npm
pi install npm:@timtekno/agentic-template
Install in the current project only
pi install -l npm:@timtekno/agentic-template
After install, open Pi in your project and start using it right away.
Caveman mode is enabled by default for shorter output.
Personas
Use /persona to switch the agent style when needed.
Current persona shows as a right-aligned orange footer badge like [CODER].
Persona also reads and writes the custom timtekno setting in ~/.pi/agent/settings.json.
Available personas:
coder— implementation-focused, small safe diffsanalyst— diagnosis and root-cause analysisarchitect— system design and tradeoffs
Commands
/persona
/persona coder
/persona analyst
/persona architect