Skip to content
Skillv1.0.0

doc-intelligence

Implementar uma fatia vertical simples do DOC Intelligence para a trilha Backend.

by gabriel-batistuta(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from gabriel-batistuta/doc-intelligence (AGENTS.md). Install upstream with npx skills add gabriel-batistuta/doc-intelligence. Copyright stays with the author.

Instruções do agente

Objetivo

Implementar uma fatia vertical simples do DOC Intelligence para a trilha Backend.

IA usada pra DEV:

  • Chat GPT

Regras

  • Não utilizar Docker.
  • Manter a implementação simples.
  • Não implementar frontend.
  • Separar API, persistência, processamento, extração e IA.
  • Não adicionar tecnologias sem necessidade.
  • Não utilizar dados reais de clientes.
  • Utilizar documentos fictícios nos testes.
  • Registrar decisões arquiteturais em docs/.
  • Registrar limitações conscientemente deixadas para depois.
  • A IA deve ser substituível por um mock.

Resto dos prompts

prompts/README

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/gabriel-batistuta-doc-intelligence-doc-intelligence/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.

gabriel-batistuta-doc-intelligence-doc-intelligence.ocm.jsonjson
{
  "ocm": "1",
  "id": "gabriel-batistuta-doc-intelligence-doc-intelligence",
  "kind": "skill",
  "name": "doc-intelligence",
  "description": "Implementar uma fatia vertical simples do DOC Intelligence para a trilha Backend.",
  "publisher": "gabriel-batistuta",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Implementar uma fatia vertical simples do DOC Intelligence para a trilha Backend."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/gabriel-batistuta/doc-intelligence",
      "path": "AGENTS.md",
      "ref": "eb7689ffd26b344a1340e7d3236a16caf96ce5de",
      "url": "https://github.com/gabriel-batistuta/doc-intelligence/blob/eb7689ffd26b344a1340e7d3236a16caf96ce5de/AGENTS.md",
      "key": "gabriel-batistuta/doc-intelligence/AGENTS.md"
    }
  },
  "instructions": "# Instruções do agente\n\n## Objetivo\n\nImplementar uma fatia vertical simples do DOC Intelligence\npara a trilha Backend.\n\n## IA usada pra DEV:\n- Chat GPT\n\n## Regras\n\n- Não utilizar Docker.\n- Manter a implementação simples.\n- Não implementar frontend.\n- Separar API, persistência, processamento, extração e IA.\n- Não adicionar tecnologias sem necessidade.\n- Não utilizar dados reais de clientes.\n- Utilizar documentos fictícios nos testes.\n- Registrar decisões arquiteturais em docs/.\n- Registrar limitações conscientemente deixadas para depois.\n- A IA deve ser substituível por um mock.\n\n## Resto dos p",
  "cost": {
    "context_tokens": 160
  }
}

Fetch it by URL: GET /api/v1/registry/gabriel-batistuta-doc-intelligence-doc-intelligence/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.