numitron
v0.1.0
Published
The missing infrastructure for prompt engineering
Maintainers
Readme
numitron
The missing infrastructure for prompt engineering
Quick Start
npm install -g numitron
# Install battle-tested prompts
numitron init # Creates ~/.numitron in your home directory
numitron list
numitron showUse in your code
import { Prompt } from 'numitron';
const prompt = await Prompt.load('coding-assistant');
const rendered = await prompt.render({ code: myCode });Why numitron?
- No more copy/paste - Install prompts like npm packages
- Version control - Track prompt changes like code
- Marketplace - Discover community prompts
- Runtime management - Load prompts dynamically
Roadmap
- [x] CLI for prompt management
- [ ] @numitron/local - Local adapter
- [ ] @numitron/git - Git adapter
- [ ] @numitron/s3 - S3 adapter
