Home / tbc-servicos / dataagile-agent-kit · fluig/skills/init-project/SKILL.md · GitHub

init-project skillA

init-project is agent-read markdown (skill) from tbc-servicos/dataagile-agent-kit: Inicializa um projeto Fluig — entrevista o desenvolvedor e gera CLAUDE.md com contexto do cliente (URL servidor, prefixos, ambiente, integração Protheus). Invoque explicitamente ao iniciar projeto novo: /fluig:init-project.

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

Você está iniciando um projeto Fluig para um cliente. Colete as informações necessárias e gere o `CLAUDE.md` do projeto.

## Passo 0 — Contexto Git

Antes de qualquer ação, identifique o contexto do repositório:

> **Comportamento padrão:** Pode mencionar Claude, IA e ferramentas de automação normalmente. A exceção está documentada no Modo Cliente abaixo.

```bash
# Verificar se é repositório git
git rev-parse --is-inside-work-tree 2>/dev/null || { echo "NÃO É GIT"; exit 0; }

# Verificar remote
REMOTE_URL=$(git remote get-url origin 2>/dev/null || git remote get-url $(git remote | head -1) 2>/dev/null)
echo "$REMOTE_URL"
```

| Resultado | Contexto |
|-----------|----------|
| Diretório não é um repositório git | **Não é git** — bloquear |
| Nenhum remote configurado | **Sem remote** — bloquear |
| URL contém `github.com/tbc-servicos/dataagile-agent-kit` | **Modo TBC** |
| Qualquer outro remote | **Modo Cliente** |

### Se não é repositório git ou sem remote

Bloquear e orientar:

**Não é repositório git:**
  git init
  git remote add origin <url>

**Remote não configurado:**
  git remote add origin <url>

Confirme o setup antes de continuar.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add tbc-servicos/dataagile-agent-kit/init-project@git:20260807.443e141
Exact content
mdr add tbc-servicos/dataagile-agent-kit/init-project@sha256:a1f85ec3d95c9fc8

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_qsicugqdwa3yj3wz.svg)](https://markdownregistry.com/a/art_qsicugqdwa3yj3wz)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260807.443e141 latest2026-08-07 443e141 5,048 BA view · diff
git:20260522.f4af6d22026-05-22 f4af6d2 4,993 BA view · diff
git:20260522.cbaea892026-05-22 cbaea89 4,987 BA view · diff
git:20260518.b7d2ec52026-05-18 b7d2ec5 4,975 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5048 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_qsicugqdwa3yj3wz
GET https://markdownregistry.com/api/v1/resolve?ref=tbc-servicos/dataagile-agent-kit/init-project
GET https://markdownregistry.com/api/v1/blob/a1f85ec3d95c9fc8f78eabef30ad929d148e2c9dc2a490dddcd29d53be33aa6b

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 init-project

init-project skill
huangwb8/skills · skills/alpha/init-project/SKILL.md · 当用户明确要求初始化项目、创建项目指令文件、生成 AGENTS.md,或为已有项目补齐 AI 协作规范时使用。该 Skill 会分析项目结构,并生成或更新适用于当前项目的标准化协作文档与基础目录。
git:20260906.0a79291 · audit A · 48 stars
init-project skill
eugenelim/agent-ready-repo · .agents/skills/init-project/SKILL.md · Use this skill to turn an idea into a structured new repo. It runs a trigger gate (throwaways and single scripts skip…
git:20260829.fd59e28 · audit A · 24 stars
init-project skill
eugenelim/agent-ready-repo · .claude/skills/init-project/SKILL.md · Use this skill to turn an idea into a structured new repo. It runs a trigger gate (throwaways and single scripts skip…
git:20260829.fd59e28 · audit A · 24 stars
init-project skill
eugenelim/agent-ready-repo · packs/core/.apm/skills/init-project/SKILL.md · Use this skill to turn an idea into a structured new repo. It runs a trigger gate (throwaways and single scripts skip…
git:20260829.fd59e28 · audit A · 24 stars
init-project skill
ice-lfernandes/claude-spring-architect · .claude/skills/init-project/SKILL.md · Initializes a Spring Boot project from scratch with a selectable architecture. Manual ritual — interview, validate the…
git:20260911.55588bd · audit A · 3 stars

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