setup-dev

Configure Python, virtualenv, and environment variables for AMG_Data development.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/EasyTek-Automation/EasyTek-Data --skill setup-dev-easytek-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-dev
Source: https://github.com/EasyTek-Automation/EasyTek-Data/tree/main/.claude/skills/setup-dev
Command: npx skills add https://github.com/EasyTek-Automation/EasyTek-Data --skill setup-dev-easytek-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill facilita a configuração de um ambiente de desenvolvimento consistente para o AMG_Data, reduzindo conflitos de dependências e problemas de configuração entre máquinas.

Core Features & Use Cases

  • Configuração de Python e virtualenv para o projeto AMG_Data.
  • Instalação de dependências via requirements.txt para Webapp e Event Gateway.
  • Configuração de variáveis de ambiente via arquivo .env na raiz do projeto.
  • Verificação de instalação com passos de validação.

Quick Start

Siga as etapas para criar o ambiente virtual, instalar as dependências e iniciar o Webapp e o Event Gateway.

Frequently Asked Questions about setup-dev

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

FAQPage Schema
How do I set up a Python virtual environment for AMG_Data development?

To set up a Python virtual environment for AMG_Data development, this Skill configures Python, creates the virtualenv, and installs dependencies via requirements.txt for the Webapp and Event Gateway components.

What is the best way to configure environment variables for the AMG_Data Webapp and Event Gateway?

Configuring environment variables for AMG_Data involves establishing a .env file at the project root. This Skill automates that setup to ensure the Webapp and Event Gateway components have consistent runtime configurations.

Can I use this dev environment setup across Windows, Linux, and macOS?

Yes, this dev environment setup supports Windows, Linux, and macOS. It relies on documented project scripts and standard tooling to establish a reproducible local AMG_Data development environment across all three operating systems.

Why do I need a virtualenv when starting AMG_Data development?

A virtualenv is needed for AMG_Data development to isolate project dependencies and reduce configuration conflicts between machines. This Skill creates an isolated Python environment to ensure reproducible local development.

How do I validate my AMG_Data environment setup after installing dependencies?

To validate your AMG_Data environment setup, this Skill includes verification steps that confirm the Python installation, virtual environment creation, and dependency configuration are fully functional before you start development.

Does this AMG_Data environment setup require any external prompts or unsafe operations?

No, this AMG_Data environment setup does not require external prompts or unsafe operations. It relies strictly on documented project scripts and standard tooling, explicitly excluding any data exfiltration during the configuration process.