A PostgreSQL-first starter generator for coding agents.
LPM treats this as warn-only first-party agent extension lifecycle risk. The explicitly invoked generator writes a bundled Cursor agent definition and project templates into a user-selected output directory. It can then install generated-project dependencies and initialize Git, both user-selectable CLI behaviors. No confirmed exfiltration, remote payload execution, or install-time mutation was found.
`dist/generateProject.js` copies the shared template into the user-selected project on CLI invocation.
dist/generateProject.jsView on unpkg`templates/shared/.cursor/agents/tech-spec-architect.md` is a bundled writable Cursor agent definition.
templates/shared/.cursor/agents/tech-spec-architect.mdView on unpkg`dist/installDependencies.js` runs the selected package manager in the generated project when installation is enabled.
dist/installDependencies.jsView on unpkg`dist/generateProject.js` copies the shared template into the user-selected project on CLI invocation.
dist/generateProject.jsView on unpkg`templates/shared/.cursor/agents/tech-spec-architect.md` is a bundled writable Cursor agent definition.
templates/shared/.cursor/agents/tech-spec-architect.mdView on unpkg`dist/installDependencies.js` runs the selected package manager in the generated project when installation is enabled.
dist/installDependencies.jsView on unpkg