framework-config

Document and validate PDF Vector Framework environment variables across profiles.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill framework-config-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-config
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/framework-config
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill framework-config-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Framework Configuration Skill documents and enforces consistent environment variable practices for the PDF Vector Framework, ensuring critical keys like ANTHROPIC__API_KEY, EMBEDDING__MODEL, and QDRANT__URL are clearly defined and applied.

Core Features & Use Cases

  • Centralized documentation of required and optional environment variables grouped by category (LLM, Embedding, Vector Store, Search, Observability, PDF Processing).
  • Profiles and defaults guidance for Dev, Production, and Max Quality configurations to accelerate reliable deployments.
  • Clear guidance for auditing, validation, and quick setup to avoid misconfigurations in production pipelines.

Quick Start

Configure the framework's environment variables using the recommended Dev, Production, or Max Quality profiles.

Frequently Asked Questions about framework-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure environment variables for a PDF vector framework?

To configure environment variables for a PDF vector framework, you document and validate keys like ANTHROPIC__API_KEY, EMBEDDING__MODEL, and QDRANT__URL. This standardizes settings across development, staging, and production to ensure predictable startup and operation.

What environment variables do I need for Qdrant and Anthropic embeddings?

Required environment variables for Qdrant and Anthropic embeddings include QDRANT__URL, ANTHROPIC__API_KEY, and EMBEDDING__MODEL. These are grouped by category covering LLM, Vector Store, and Embedding configurations to maintain consistent framework behavior.

Can I use different configuration profiles for dev and production environments?

Yes, you can use different configuration profiles for dev and production environments. The framework provides predefined Dev, Production, and Max Quality profiles with specific defaults and guidance to accelerate reliable deployments and avoid misconfigurations.

How do I validate environment variables to prevent misconfigurations in production?

To validate environment variables and prevent production misconfigurations, you apply categorized documentation and auditing guidance to required keys. This ensures critical variables like ANTHROPIC__API_KEY and QDRANT__URL are clearly defined and checked before deployment.

What categories of environment variables are needed for PDF processing and observability?

Environment variable categories needed for PDF processing and observability include LLM, Embedding, Vector Store, Search, Observability, and PDF Processing. Organizing variables into these groups ensures all framework components have defined defaults and profile guidance.