@meraki-digital/agent-init
v1.0.3
Published
Bootstrap repositories with Meraki agent infrastructure
Readme
agent-init
Bootstrap repositories with Meraki agent infrastructure.
Installation
npm install -g @meraki-digital/agent-initOr use directly without installing:
npx @meraki-digital/agent-initUsage
Run in any repository you want to bootstrap:
cd your-project
agent-initThe tool will:
- Check for
meraki-standardsas a sibling directory - Clone it if missing (with your permission)
- Ask a few questions about your setup preferences
- Create the agent infrastructure:
AGENTS.md(symlinked from meraki-standards)PROJECT.md(project-specific, you fill this in).agents/skills/or.claude/skills/(symlinked)agentic/prd/structure (optional)
Options
--copy Copy files instead of symlinking (Windows fallback)
--update Pull latest meraki-standards and verify symlinks
--help Show help messageUpdating
After initial setup, run --update to pull the latest standards:
agent-init --updateThis will:
- Pull latest changes to meraki-standards
- Verify all symlinks are intact
- Report any issues
Windows
On Windows, symlinks require Developer Mode enabled. The tool will detect this and provide instructions, or you can use --copy to copy files instead.
Project Structure After Init
your-project/
AGENTS.md # Symlink → ../meraki-standards/AGENTS.md
PROJECT.md # Project-specific (edit this!)
.agents/skills/ # Symlink → ../meraki-standards/skills/
agentic/
prd/
proposed/{name}/ # PRDs in development
working/ # PRDs being implemented
completed/ # Archived PRDsRequirements
- Node.js 18+
- Git (for cloning meraki-standards)
