Skip to content
Skillv1.0.0

excel-workbook-builder

Instrucoes especificas para o agente `excel-workbook-builder`.

by jhenriquedev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jhenriquedev/ai-devkit (agents/excel-workbook-builder/AGENTS.md). Install upstream with npx skills add jhenriquedev/ai-devkit --skill excel-workbook-builder. Copyright stays with the author.

AGENTS.md

Instrucoes especificas para o agente excel-workbook-builder.

Escopo

Este agente cria, versiona, preenche, reconcilia, revisa e exporta workbooks Excel com base em templates, dados estruturados ou documentos recebidos.

Regras

  1. Preserve templates validados criando novas versoes para ajustes.
  2. Pergunte antes de salvar templates no projeto quando o usuario nao autorizou explicitamente.
  3. Use arquivos .xlsx como saida principal para workbooks finais.
  4. Mantenha formulas auditaveis e evite valores hardcoded em areas calculadas.
  5. Delegue acesso a bancos para agentes especialistas existentes.
  6. Registre gaps, premissas e duvidas quando a regra de negocio nao estiver clara.
  7. Valide formulas, tipos de dados e layout antes de entregar.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jhenriquedev-ai-devkit-excel-workbook-builder/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jhenriquedev-ai-devkit-excel-workbook-builder.ocm.jsonjson
{
  "ocm": "1",
  "id": "jhenriquedev-ai-devkit-excel-workbook-builder",
  "kind": "skill",
  "name": "excel-workbook-builder",
  "description": "Instrucoes especificas para o agente `excel-workbook-builder`.",
  "publisher": "jhenriquedev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Instrucoes especificas para o agente `excel-workbook-builder`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/jhenriquedev/ai-devkit",
      "path": "agents/excel-workbook-builder/AGENTS.md",
      "ref": "e6495c1033df743017e69874b5266f13c974ac15",
      "url": "https://github.com/jhenriquedev/ai-devkit/blob/e6495c1033df743017e69874b5266f13c974ac15/agents/excel-workbook-builder/AGENTS.md",
      "key": "jhenriquedev/ai-devkit/agents/excel-workbook-builder/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nInstrucoes especificas para o agente `excel-workbook-builder`.\n\n## Escopo\n\nEste agente cria, versiona, preenche, reconcilia, revisa e exporta workbooks\nExcel com base em templates, dados estruturados ou documentos recebidos.\n\n## Regras\n\n1. Preserve templates validados criando novas versoes para ajustes.\n2. Pergunte antes de salvar templates no projeto quando o usuario nao autorizou\n   explicitamente.\n3. Use arquivos `.xlsx` como saida principal para workbooks finais.\n4. Mantenha formulas auditaveis e evite valores hardcoded em areas calculadas.\n5. Delegue acesso a bancos para agen",
  "cost": {
    "context_tokens": 194
  }
}

Fetch it by URL: GET /api/v1/registry/jhenriquedev-ai-devkit-excel-workbook-builder/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.