llms-full.txt llmstxtA

llms-full.txt is agent-read markdown (llmstxt) from tbc-servicos/dataagile-agent-kit.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# dataagile-agent-kit

> Plugin Claude Code para desenvolvimento ADVPL/TLPP e suporte técnico Protheus. Conecta o Claude a base técnica curada com funções, pontos de entrada e padrões TOTVS. Inclui MCP PO-UI para desenvolvimento de fronts Angular.

## Instalação

**Pré-requisito:** API key em https://dataagile-agent-kit.totvstbc.com.br

```bash
# 1. Instalar Claude Code
npm install -g @anthropic-ai/claude-code

# 2. Configurar API key
mkdir -p ~/.config/dataagile
echo '{ "api_key": "dataagile_SUA_CHAVE_AQUI" }' > ~/.config/dataagile/dev-config.json

# 3. Adicionar marketplace
claude plugin marketplace add https://github.com/tbc-servicos/dataagile-agent-kit.git

# 4. Instalar plugin
claude plugin install protheus@claude-skills-dataagile
```

## Plugin Protheus

Skills ADVPL/TLPP com prefixo `/protheus:`:

| Skill | Função |
|-------|--------|
| `/protheus:brainstorm` | Intake técnico, design aprovado antes do código |
| `/protheus:plan` | Decomposição em tasks ADVPL tipadas |
| `/protheus:implement` | Agent Team: implementer (haiku) → spec-reviewer (sonnet) → reviewer (sonnet) |
| `/protheus:writer` | Geração ADVPL/TLPP com notação húngara, MVC, FWMBrowse |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add tbc-servicos/dataagile-agent-kit/llms-full.txt@git:20260522.f4af6d2
Exact content
mdr add tbc-servicos/dataagile-agent-kit/llms-full.txt@sha256:2797fd1f09165eab

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_4z7iann4u3d4qihb.svg)](https://markdownregistry.com/a/art_4z7iann4u3d4qihb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260522.f4af6d2 latest2026-05-22 f4af6d2 4,242 BA view · diff
git:20260522.cbaea892026-05-22 cbaea89 4,236 BA view · diff
git:20260508.85e9c1f2026-05-08 85e9c1f 4,199 BA view · diff
git:20260507.1fb42ac2026-05-07 1fb42ac 4,160 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (4242 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

tbc-servicos/dataagile-agent-kit · 3 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_4z7iann4u3d4qihb
GET https://markdownregistry.com/api/v1/resolve?ref=tbc-servicos/dataagile-agent-kit/llms-full.txt
GET https://markdownregistry.com/api/v1/blob/2797fd1f09165eab763586d571b188c4114050877f3fe5506502612bb0e91229

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from tbc-servicos/dataagile-agent-kit

CLAUDE.md claude
tbc-servicos/dataagile-agent-kit · CLAUDE.md
git:20260712.364fada · audit A · 3 stars
CLAUDE.md@fluig claude
tbc-servicos/dataagile-agent-kit · fluig/CLAUDE.md
git:20260807.443e141 · audit A · 3 stars
api-ref skill
tbc-servicos/dataagile-agent-kit · fluig/skills/api-ref/SKILL.md · Referência das APIs TOTVS Fluig — DatasetFactory, DatasetBuilder, CardAPI, WCMAPI, fluigc, WFMovementDTO…
git:20260518.b7d2ec5 · audit A · 3 stars
brainstorm skill
tbc-servicos/dataagile-agent-kit · fluig/skills/brainstorm/SKILL.md · Gate de design para desenvolvimento Fluig. Use ANTES de criar qualquer artefato (widget, form, dataset, workflow)…
git:20260807.443e141 · audit A · 3 stars
clean-architecture skill
tbc-servicos/dataagile-agent-kit · fluig/skills/clean-architecture/SKILL.md · Aplica os princípios de Clean Architecture (livro de Robert Martin, o Uncle Bob) ao desenvolvimento Fluig — regra de…
git:20260807.443e141 · audit A · 3 stars
dataset skill
tbc-servicos/dataagile-agent-kit · fluig/skills/dataset/SKILL.md · Cria dataset JavaScript para TOTVS Fluig com defineStructure(), createDataset(), try/catch e logging completo. Use…
git:20260518.b7d2ec5 · audit A · 3 stars
ddd skill
tbc-servicos/dataagile-agent-kit · fluig/skills/ddd/SKILL.md · Aplica Domain-Driven Design (baseado em Implementing DDD, de Vaughn Vernon) ao desenvolvimento Fluig — linguagem ubíqua…
git:20260712.364fada · audit A · 3 stars
debug skill
tbc-servicos/dataagile-agent-kit · fluig/skills/debug/SKILL.md · Debugging sistemático para Fluig. Guia investigação de root cause em 4 fases: reproduzir, investigar, hipótese…
git:20260518.b7d2ec5 · audit A · 3 stars
deploy skill
tbc-servicos/dataagile-agent-kit · fluig/skills/deploy/SKILL.md · Deploy de artefatos Fluig no servidor de teste. Lê CLAUDE.md para identificar ambiente, confirma com o dev, aciona…
git:20260712.6010b47 · audit A · 3 stars
feedback skill
tbc-servicos/dataagile-agent-kit · fluig/skills/feedback/SKILL.md · Registra um aprendizado de correção na base de conhecimento Fluig. Usar quando Claude erra e o dev corrige, para que o…
git:20260518.b7d2ec5 · audit A · 3 stars
form skill
tbc-servicos/dataagile-agent-kit · fluig/skills/form/SKILL.md · Cria formulário HTML para TOTVS Fluig com events/ e Util/. Use quando precisar criar formulário Fluig, adicionar…
git:20260518.b7d2ec5 · audit A · 3 stars
implement skill
tbc-servicos/dataagile-agent-kit · fluig/skills/implement/SKILL.md · Orquestra Agent Team para executar plano Fluig — fluig-implementer (sonnet) implementa em worktree isolado…
git:20260807.443e141 · audit A · 3 stars

Every file in tbc-servicos/dataagile-agent-kit

Other files named llms-full.txt

llms-full.txt llmstxt
garrytan/gbrain · llms-full.txt
git:20260921.6ebc629 · audit F · 30,275 stars
llms-full.txt llmstxt
asheshgoplani/agent-deck · llms-full.txt
git:20260911.4d798c2 · audit B · 948 stars
llms-full.txt llmstxt
gossamer-lang/gossamer · llms-full.txt
git:20260924.f6e783d · audit A · 179 stars
llms-full.txt llmstxt
apra-labs/apra-fleet · llms-full.txt
git:20260923.2d0238b · audit B · 95 stars
llms-full.txt llmstxt
vitaecontext/vitaecontext · llms-full.txt
git:20260911.35b5bd1 · audit A · 83 stars
llms-full.txt llmstxt
hermes-labs-ai/lintlang · llms-full.txt
git:20260923.6aace2a · audit A · 79 stars
llms-full.txt llmstxt
jasisz/aver · llms-full.txt
git:20260521.356d282 · audit B · 61 stars
llms-full.txt llmstxt
optimnow/cloud-finops-skills · llms-full.txt
git:20260920.00dbfb1 · audit B · 55 stars

Browse by kind, by grade A, or by owner.