agentsclimarketplace

Df criaturas

Skill frederico-kluser/dwarf-fortress-agent-skills/.agents/skills/df-criaturas

Criaturas, animais e bestiário do Dwarf Fortress: bichos, monstros, inimigos, montarias, animais domésticos, megabestas, humanoides, vermes e raças jogáveis, incluindo os dados de raw (tokens) de cada criatura. Use quando o usuário perguntar (em qualquer idioma, inclusive português) sobre uma criatura, bicho, animal, monstro, dragão, goblin, troll, gato, cão, ou sobre stats de criatura como tamanho, pet value, ataques. Termos EN: creature, animal, beast, monster, megabeast, vermin, mount, pet, dragon, goblin, titan, forgotten beast. Adventure e Fortress Mode.From its SKILL.md

Install
npx -y skills add frederico-kluser/dwarf-fortress-agent-skills --skill df-criaturas

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.8 KB, 591 tokens by cl100k_base, as published. Nobody here has run it

DF Criaturas (Dwarf Fortress)

Os artigos em references/ estão em inglês (fonte: wiki oficial). O usuário pode perguntar em português: traduza a pergunta para os termos de jogo em inglês (veja .agents/skills/scripts/glossary-pt-en.tsv), busque em inglês e responda no idioma do usuário. Leia apenas o artigo relevante — não pré-carregue tudo.

Como buscar (faça isto primeiro)

Busca full-text rankeada (BM25, com stemming e tradução PT→EN automática):

python3 .agents/skills/scripts/search.py --skill df-criaturas "steel smelting"     # use --json para saída estruturada

Em 0 resultados o script afrouxa sozinho (AND → OR → prefixo). Sem o índice:

grep -ril "TERMO" references/ | head

Índice (principais 30 de 1642 artigos — use o search.py para o resto)

  • Dwarf → references/dwarf.md
  • Giant earthworm → references/giant-earthworm.md
  • Creature → references/creature.md
  • Elf → references/elf.md
  • Goblin → references/goblin.md
  • Human → references/human.md
  • Megabeast → references/megabeast.md
  • Forgotten beast → references/forgotten-beast.md
  • Fly → references/fly.md
  • Rat → references/rat.md
  • Pond turtle → references/pond-turtle.md
  • Mosquito → references/mosquito.md
  • Bark scorpion → references/bark-scorpion.md
  • Crow → references/crow.md
  • Hamster → references/hamster.md
  • Lizard → references/lizard.md
  • Jumping spider → references/jumping-spider.md
  • Nautilus → references/nautilus.md
  • Snail → references/snail.md
  • Brown recluse spider → references/brown-recluse-spider.md
  • Slug → references/slug.md
  • Wren → references/wren.md
  • Firefly → references/firefly.md
  • Monarch butterfly → references/monarch-butterfly.md
  • Skink → references/skink.md
  • Sparrow → references/sparrow.md
  • Tick → references/tick.md
  • Worm → references/worm.md
  • Grasshopper → references/grasshopper.md
  • Green tree frog → references/green-tree-frog.md

…e mais 1612 artigos (use o search.py).

What ships with it: 1642 files

8652.9 KB alongside SKILL.md

1602 more files not listed here. See all 1642 in the repository.

Keep looking

Skills are one crate of 326,149. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.