-
released this
2026-02-01 01:04:58 +00:00 | 63 commits to main since this releaseInitial Release v1.0.0
AI Context Generator CLI - A CLI tool that generates comprehensive context files for AI coding assistants.
Features
- Automatic project type detection (TypeScript, JavaScript, Python, Go, Rust, Java, etc.)
- Dependency analysis from multiple package managers
- Coding convention extraction (naming, imports, testing frameworks)
- Multi-format output (JSON and YAML)
- AI-specific templates (Cursor, Copilot, generic)
- Configurable via
.ai-context-config.json - Gitignore pattern support
Installation
npm install -g ai-context-generator-cliUsage
ai-context --dir ./my-project --format yamlFull Documentation
Downloads