Back to list
Italo520

client-management

by Italo520

0🍴 0📅 Jan 20, 2026

SKILL.md


name: client-management description: | Skills para gerenciar clientes, contatos e relacionamento. Inclui CRUD, filtros, analytics e operações em lote. version: 1.0.0 category: core

Client Management Skills

This skill module handles the complete lifecycle of client management within ArchFlow, from prospecting to active portfolio management.

Capabilities

  1. Create Client: Register new individual (PF) or corporate (PJ) clients.
  2. Get Client: Retrieve full client profile including financial stats.
  3. List Clients: Search and filter the client database.
  4. Update Client: Modify contact info, status, or categorization.
  5. Client Analytics: Get insights on client spending and projects.
  6. Bulk Operations: Import/Export client data.

Usage Instructions

1. Create Client (create_client)

Register a new client.

Trigger Phrases:

  • "create new client"
  • "novo cliente"
  • "adicionar cliente"

Parameters:

ParameterTypeRequiredDescription
namestringYesClient full name.
emailemailYesPrimary email address.
legal_typeenumYesPF (Individual) or PJ (Corporate).
documentstringYesCPF or CNPJ.
categoryenumYesRESIDENTIAL, COMMERCIAL, INSTITUTIONAL, etc.
phonestringNoContact number.

2. List Clients (list_clients)

Search for clients.

Trigger Phrases:

  • "list clients"
  • "buscar clientes"
  • "show all clients"

Parameters:

ParameterTypeRequiredDescription
searchstringNoSearch by name, email, or document.
categorystringNoFilter by category.
statusenumNoACTIVE, PROSPECT, INACTIVE, BLOCKED.
limitnumberNoResults per page.

3. Get Client (get_client)

Get detailed profile.

Trigger Phrases:

  • "ver cliente"
  • "detalhes do cliente"

Parameters:

ParameterTypeRequiredDescription
client_idstringYesUUID of the client.

4. Bulk Import (bulk_import_clients)

Import clients from a CSV source.

Trigger Phrases:

  • "importar clientes"
  • "upload de clientes"

Parameters:

ParameterTypeRequiredDescription
csv_file_urlstringYesURL to the CSV file.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon