Cli / Generators / Must Haves
Agent Conventions
Generate agent convention files for the AI tools you select, like Claude Code and Codex, so agents follow project-specific rules.
Read articleCli / Generators / Must Haves
Generate agent convention files for the AI tools you select, like Claude Code and Codex, so agents follow project-specific rules.
Read articleCli / Generators / Must Haves
Generate .env and .env.sample files for managing local environment secrets with per-workspace key definitions from nova.config.json.
Read articleCli / Generators / Must Haves
Generate a .editorconfig file that enforces consistent coding styles across editors and IDEs including indentation and line endings.
Read articleCli / Generators / Github
Generate a .github/FUNDING.yml file for GitHub sponsor links derived from the funding configuration in nova.config.json.
Read articleCli / Generators / Must Haves
Generate a .gitignore file with common patterns for Node.js, macOS, editor artifacts, and monorepo build output directories.
Read articleCli / Generators / Github
Generate GitHub issue template files for bug reports, feature requests, and support with YAML forms and automatic labeling.
Read articleCli / Generators / Must Haves
Generate a LICENSE file populated with license type, author, and year information from nova.config.json supporting MIT, Apache, and more.
Read articleCli / Generators / Must Haves
Generate a baseline README.md file populated with project metadata from nova.config.json including badges, credits, and documentation links.
Read articleCli / Generators / Github
Generate GitHub Actions workflow files from nova.config.json for CI/CD automation including checks, publishing, and issue management.
Read article