@loadreverb/agent-lab
v1.0.0
Published
AI configuration scaffolding CLI - copy prompts, settings, skills, and commands to any project
Maintainers
Readme
Agent-Lab
🧪 AI Configuration Scaffolding CLI - copy prompts, settings, skills, and commands to any project.
Usage
npx agent-labFeatures
- 3D ASCII Banner - Beautiful startup display
- Smart File Extension - Doesn't overwrite, extends existing configs
- Markdown files (CLAUDE.md, AGENTS.md): Content appended after
--- - ESLint configs: Rules merged into existing config
- JSON files: Deep merged
- Markdown files (CLAUDE.md, AGENTS.md): Content appended after
- Step-by-Step Logging - See exactly what happens
Adding Config Files
Add your config files to src/templates/:
src/templates/
├── CLAUDE.md
├── AGENTS.md
├── eslint/
├── prompts/
├── skills/
└── commands/Development
# Install dependencies
npm install
# Test locally
npm start
# Link globally for testing
npm link
agent-labPublishing
npm publishLicense
MIT
