@timtekno/agentic-template
v0.1.4
Published
Reusable pi package for company workflows
Downloads
495
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-templateInstall in the current project only
pi install -l npm:@timtekno/agentic-templateAfter 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