Перейти к основному содержимому

Lang Deno

Test, lint, and check Deno TypeScript projects.

Skill metadata​

SourceBundled (installed by default)
Pathskills/software-development/lang-deno
Version1.0.0
AuthorVibeOS
LicenseMIT
Platformslinux, macos, windows

Reference: full SKILL.md​

к сведению

The following is the complete skill definition that VibeOS loads when this skill is triggered. This is what the agent sees as instructions when the skill is active.

Deno Language Pack Skill

Drive Deno work with the project index and standard CLI recipes. LSP hint: deno (editor-side when applicable). Zero new core tools.

What this language is (beginner)​

Альтернатива Node.js для TypeScript/JavaScript. Встроены разрешения (permissions), тесты и линтер — меньше возни с tooling.

Лучше всего для:

  • TS/JS сервисы без node_modules-ада
  • CLI и edge-скрипты
  • проекты с deno.json
  • быстрые прототипы на TS

When to Use​

Выбирай этот pack, если:

  • есть deno.json / deno.jsonc
  • хотите TS без классического npm-стека
  • пользователь явно просит Deno

Manifests (автодетект репозитория): deno.json, deno.jsonc

Обычно рядом: Часто рядом с TypeScript-паттернами; не смешивайте deno.json и package.json без нужды.

См. также skill choose-language-pack и vibeos language recommend "…".

When NOT to use​

  • уже Node/npm/pnpm репозиторий → TypeScript pack
  • фронтенд на Vue/Svelte/Astro → соответствующие packs + Node tooling
  • системный код → Rust/Go

Prerequisites​

vibeos pack apply lang-deno --apply
vibeos pack apply project-intelligence --apply

How to Run​

vibeos project index build
deno lint
deno check
deno test

Quick Reference​

GoalCommand
Apply packvibeos pack apply lang-deno --apply
Doctorvibeos language doctor deno
Primary testdeno test
Choose guideskill choose-language-pack
Recommendvibeos language recommend "…"

Procedure​

  1. Для нового продукта сначала choose-language-pack / vibeos language recommend.
  2. Work from the project root that matches pack manifests.
  3. Validate (lint/config/syntax) before any apply/up/push that touches real infra.
  4. Prefer project-local tooling already present in the repo.
  5. Explain risky ops (apply, up, push) and wait for explicit user ask.

Pitfalls​

  • Prefer deno.json permissions over blanket -A unless required.
  • Do not invent core tools; stay on terminal + read_file + index.
  • Do not invent core tools; stay on terminal + read_file + index CLI.

Verification​

vibeos language doctor deno
vibeos project index status