Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるdeno
スター3
フォーク1
更新日2026年5月30日 01:17
Deno runtime operations.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Deno runtime operations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Application programming interface.
Does CI work?
Did it work?
Is everything okay?
Is it running?
Does this meet standards?
| name | deno |
| description | Deno runtime operations. |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Deno runtime operations.
| Command | What |
|---|---|
| deno init | Initialize project |
| deno run | Execute script |
| deno test | Run tests |
| deno add | Add dependency |
| deno task | Run task |
| deno fmt | Format code |
| deno lint | Lint code |
# JSR packages
deno add jsr:@std/path
# npm packages
deno add npm:react
deno run --allow-net --allow-read main.ts
# Test
deno test --allow-net --allow-read
deno task dev # Run dev task
deno task build # Run build task
## Deno
| Command | Status |
|---------|--------|
| Run | [PASS/FAIL] |
| Test | [n] passed |
### Dependencies
- [list]
Role: Deno Developer
Input: deno scripts
Output: Working code
Secure JavaScript.