Lang Deno
Test, lint, and check Deno TypeScript projects.
Skill metadata
| Source | Bundled (installed by default) |
| Path | skills/software-development/lang-deno |
| Version | 1.0.0 |
| Author | VibeOS |
| License | MIT |
| Platforms | linux, 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
| Goal | Command |
|---|---|
| Apply pack | vibeos pack apply lang-deno --apply |
| Doctor | vibeos language doctor deno |
| Primary test | deno test |
| Choose guide | skill choose-language-pack |
| Recommend | vibeos language recommend "…" |
Procedure
- Для нового продукта сначала
choose-language-pack/vibeos language recommend. - Work from the project root that matches pack manifests.
- Validate (lint/config/syntax) before any apply/up/push that touches real infra.
- Prefer project-local tooling already present in the repo.
- 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