gerindo-expedicao

Query logistics data and create separations for Nacom Goya's expedition.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Rafael-2109/frete-sistema --skill gerindo-expedicao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gerindo-expedicao
Source: https://github.com/Rafael-2109/frete-sistema/tree/main/.claude/skills/gerindo-expedicao
Command: npx skills add https://github.com/Rafael-2109/frete-sistema --skill gerindo-expedicao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Consulta e opera dados logísticos (pedidos, estoque, lead time), cria separações e resolve entidades para facilitar a gestão de expedição.

Core Features & Use Cases

  • Consultas de carteiras, estoque, disponibilidade, lead time.
  • Criação de separações (expedicao)
  • Resolução de entidades (pedido, produto, cliente)
  • Scripts disponíveis para consultas (consultando_situacao_pedidos, consultar_produtos_estoque, etc.)

Quick Start

Consultando Situação de Pedidos: python .claude/skills/gerindo-expedicao/scripts/consultando_situacao_pedidos.py --grupo atacadao

Frequently Asked Questions about gerindo-expedicao

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

FAQPage Schema
How do I query order status and inventory availability in a logistics system?

Query order status and inventory availability by routing requests through decision rules that resolve orders, products, and customers against your ERP data, returning structured outputs with lead times and stock levels for expedition planning.

Can I automate the creation of shipping separations from order and inventory data?

Yes. Create separations by applying entity resolution to normalize orders, products, and customers, then routing to specialized scripts that output separation records with resolved parameters and structured logistics data.

What's the best way to resolve product and customer entities across an ERP system?

Entity resolution normalizes inputs across orders, products, customers, and groups by applying decision rules that map raw data to canonical identifiers, enabling consistent queries and operations on logistics data.

How do I integrate shipping and inventory queries into an existing ERP workflow?

Integration routes logistics queries through script selection and decision rules that normalize inputs and return structured outputs, satisfying both functional requirements and technical constraints of your expedition management process.

Does this approach work with multi-group or multi-warehouse inventory structures?

Yes. The Skill resolves entities and applies decision rules across groups and warehouse portfolios, supporting queries on carteira, availability, and lead times for distributed logistics networks.