# VectorLint > An LLM-based prose linter that lets you enforce your style guide in one prompt. ## Docs - [Best practices](https://docs.vectorlint.dev/vectorlint/best-practices.md): Proven patterns for getting accurate, low-noise results from VectorLint across your content workflow. - [CI integration](https://docs.vectorlint.dev/vectorlint/ci-integration.md): Gate merges on content quality by running VectorLint in your CI pipeline. - [CLI reference](https://docs.vectorlint.dev/vectorlint/cli-reference.md): Complete reference for the VectorLint command-line interface — commands, flags, and exit codes. - [Configuration overview](https://docs.vectorlint.dev/vectorlint/configuration.md): Understand VectorLint's configuration files and how they work together. - [Configuring your project](https://docs.vectorlint.dev/vectorlint/configuration-schema.md): Set up file patterns, rule pack assignments, and quality thresholds in .vectorlint.ini. - [Customizing style rules](https://docs.vectorlint.dev/vectorlint/customize-style-rules.md): Write effective LLM prompts for your rule pack files and create targeted content quality checks. - [Density Scoring](https://docs.vectorlint.dev/vectorlint/density-scoring.md): This page is coming soon. - [Environment variables](https://docs.vectorlint.dev/vectorlint/env-variables.md): Complete reference for all environment variables that configure VectorLint's runtime behavior. - [Tuning evaluation precision](https://docs.vectorlint.dev/vectorlint/false-positive-tuning.md): Use `CONFIDENCE_THRESHOLD` and strictness overrides together to reduce noise and get accurate findings across different content types. - [Frontmatter field reference](https://docs.vectorlint.dev/vectorlint/frontmatter-fields.md): Complete reference for YAML frontmatter fields in VectorLint rule files. - [How it works](https://docs.vectorlint.dev/vectorlint/how-it-works.md): How VectorLint evaluates content using LLM-as-a-Judge, filtering, and two scoring methods. - [Running your first style check](https://docs.vectorlint.dev/vectorlint/initial-style-check.md): Use VECTORLINT.md to run your first content evaluation without writing any rules. - [Installation](https://docs.vectorlint.dev/vectorlint/installation.md): Install VectorLint globally or run it with npx. Covers Node.js requirements and verifying your installation. - [Introduction](https://docs.vectorlint.dev/vectorlint/introduction.md): VectorLint is a large language model (LLM)-based prose linter that enforces your style guide in one prompt. - [Configuring LLM providers](https://docs.vectorlint.dev/vectorlint/llm-providers.md): Connect VectorLint to OpenAI, Anthropic, Azure OpenAI, Google Gemini, or Amazon Bedrock. - [Presets](https://docs.vectorlint.dev/vectorlint/presets.md): Use VectorLint's built-in rule presets to start evaluating content without writing custom rules. - [Configuring a project](https://docs.vectorlint.dev/vectorlint/project-config.md): Map files to rule packs and tune evaluation behavior with .vectorlint.ini. - [Quality Scoring](https://docs.vectorlint.dev/vectorlint/quality-scoring.md): This page is coming soon. - [Quickstart](https://docs.vectorlint.dev/vectorlint/quickstart.md): Install VectorLint, configure your LLM provider, and run your first content check. - [Rubric Scoring](https://docs.vectorlint.dev/vectorlint/rubric-scoring.md): This page is coming soon. - [Defining your style rules](https://docs.vectorlint.dev/vectorlint/style-guide.md): Set global style instructions and create targeted LLM prompts to evaluate content against your style guide, terminology, and content standards. - [Team Rule Packs](https://docs.vectorlint.dev/vectorlint/team-rule-packs.md): This page is coming soon. - [Troubleshooting](https://docs.vectorlint.dev/vectorlint/troubleshooting.md): Diagnose and fix common VectorLint issues with installation, configuration, API keys, and evaluation output. - [Use cases](https://docs.vectorlint.dev/vectorlint/use-cases.md): Common ways teams use VectorLint to enforce content standards across documentation, marketing, and developer content. ## OpenAPI Specs - [openapi](https://docs.vectorlint.dev/api-reference/openapi.json)